diff options
author | Brian Paul <[email protected]> | 2009-10-27 16:46:07 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-10-27 17:00:31 -0600 |
commit | 3bee7610bef4c201a93e0ad8f670acc1b324e71d (patch) | |
tree | 0e9c351782421ce53c8197d4eb1686137497fd33 /progs/tests/Makefile | |
parent | 3e45788d5dd7af4635988d8fd9f1bfaa77d1dd9c (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/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/progs/tests/Makefile b/progs/tests/Makefile index 2b93aa5464f..197e14d5b00 100644 --- a/progs/tests/Makefile +++ b/progs/tests/Makefile @@ -29,6 +29,7 @@ SOURCES = \ blendminmax.c \ blendsquare.c \ blendxor.c \ + blitfb.c \ bufferobj.c \ bumpmap.c \ bug_3050.c \ |