Commit 8556c7d3 authored by Ryan C. Gordon's avatar Ryan C. Gordon

Added testblitspeed to aid in profiling of SDL's blitters.

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401040
parent 21243fbe
......@@ -5,7 +5,8 @@ noinst_PROGRAMS = \
testhread testlock testerror testsem testtimer \
loopwave testcdrom testkeys testvidinfo checkkeys testwin graywin \
testsprite testbitmap testalpha testgamma testpalette testwm \
threadwin testoverlay testoverlay2 testgl testdyngl testjoystick
threadwin testoverlay testoverlay2 testgl testdyngl testjoystick \
testblitspeed
testalpha_SOURCES = testalpha.c
testalpha_LDADD = @MATHLIB@
......
......@@ -24,3 +24,5 @@ These are test programs for the SDL library:
testjoystick List joysticks and watch joystick events
testoverlay Tests the software/hardware overlay functionality.
testoverlay2 Tests the overlay flickering/scaling during playback.
testblitspeed Tests performance of SDL's blitters and converters.
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