Commit 4135dda1 authored by Sam Lantinga's avatar Sam Lantinga

Date: Mon, 28 Jul 2003 18:30:50 +0300

From: "Mike Gorchak"
Subject: New test for overlays

While writting QNX Photon Overlay code I've found that the existent overlay test application is not enough, it performs too artificial tests - it always moves/resizes the overlay's viewport, but in the real life that happens very rare. So I decided to write new test (commonly base on testoverlay.c code) and called it testoverlay2 :)

moose.dat - raw 8 bit paletted data of the small movie. (It was a moose.gif, also included in the attachment as reference, but not needed for this test, it is just for information). I cannot find, who created this .gif, so no credits this time :) But over inet I saw this gif zillion times, so I think we do not infringing somebody rights :)

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40673
parent 273d5357
...@@ -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 testoverlay testgl testjoystick threadwin testoverlay testoverlay2 testgl testjoystick
testalpha_SOURCES = testalpha.c testalpha_SOURCES = testalpha.c
testalpha_LDADD = @MATHLIB@ testalpha_LDADD = @MATHLIB@
......
File added
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