summaryrefslogtreecommitdiffstats
path: root/progs/tests/Makefile
diff options
context:
space:
mode:
authorBrian Paul <[email protected]>2009-10-27 16:46:07 -0600
committerBrian Paul <[email protected]>2009-10-27 16:46:20 -0600
commit498fcfd315325365a7c58520ea956f298d6bc94c (patch)
tree524a587159876558c7fe20957dabe57498bff53c /progs/tests/Makefile
parent22575abdec73312e010e016e381f7cf8761ad652 (diff)
progs/tests: added new blitfb.c test
Tests glBlitFramebuffer() between two texture/renderbuffer surfaces. In particular, blit from level[1] of a cube map face to a 2D texture. Used to find/fix bug in intel do_copy_texsubimage(). See commit aef1ab1073f3e30d699b99dae17518ed48b57c72
Diffstat (limited to 'progs/tests/Makefile')
-rw-r--r--progs/tests/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/progs/tests/Makefile b/progs/tests/Makefile
index 4d9b4e8388c..8c310df0954 100644
--- a/progs/tests/Makefile
+++ b/progs/tests/Makefile
@@ -28,6 +28,7 @@ SOURCES = \
blendminmax.c \
blendsquare.c \
blendxor.c \
+ blitfb.c \
bufferobj.c \
bumpmap.c \
bug_3050.c \