Commit 96ca0441 authored by Sam Lantinga's avatar Sam Lantinga

Added a YUV overlay test program (thanks Jon!)

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40278
parent 5462cb89
...@@ -16,6 +16,7 @@ be found at the <A HREF="http://www.libsdl.org/"> main SDL page</A>. ...@@ -16,6 +16,7 @@ be found at the <A HREF="http://www.libsdl.org/"> main SDL page</A>.
Major changes since SDL 1.0.0: Major changes since SDL 1.0.0:
</H2> </H2>
<UL> <UL>
<LI> 1.2.4: Added a YUV overlay test program (thanks Jon!)
<LI> 1.2.4: Added support for building SDL for EPOC/SymbianOS 6.0 <LI> 1.2.4: Added support for building SDL for EPOC/SymbianOS 6.0
<LI> 1.2.4: Added support for Xi Graphics XME fullscreen extension <LI> 1.2.4: Added support for Xi Graphics XME fullscreen extension
<LI> 1.2.3: Added X11 Xinerama support - fullscreen starts on screen 0 <LI> 1.2.3: Added X11 Xinerama support - fullscreen starts on screen 0
......
...@@ -4,7 +4,7 @@ noinst_PROGRAMS = \ ...@@ -4,7 +4,7 @@ noinst_PROGRAMS = \
testver testtypes testhread testlock testerror testsem testtimer \ testver testtypes testhread testlock testerror testsem testtimer \
loopwave testcdrom testkeys testvidinfo checkkeys testwin graywin \ loopwave testcdrom testkeys testvidinfo checkkeys testwin graywin \
testsprite testbitmap testalpha testgamma testpalette testwm \ testsprite testbitmap testalpha testgamma testpalette testwm \
threadwin testgl testjoystick threadwin testoverlay testgl testjoystick
testalpha_SOURCES = testalpha.c testalpha_SOURCES = testalpha.c
testalpha_LDADD = @MATHLIB@ testalpha_LDADD = @MATHLIB@
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment