diff options
author | Brian Paul <brianp@vmware.com> | 2010-02-01 19:02:52 -0700 |
---|---|---|
committer | Brian Paul <brianp@vmware.com> | 2010-02-01 19:02:52 -0700 |
commit | 04b14e26a24f824ce63c2398665e173d563f0b24 (patch) | |
tree | fc6133c9e1df85826814f214d8e95c7f841ca611 /progs/tests/Makefile | |
parent | a2ddb3d20964e562e3dcb0e973f300362a9d5d69 (diff) |
progs/tests: add another FBO test to exercise a RGBA vs. Z texture bug
See comments in file for more details.
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 836396b249..a38f411def 100644 --- a/progs/tests/Makefile +++ b/progs/tests/Makefile @@ -48,6 +48,7 @@ SOURCES = \ floattex.c \ fbotest1.c \ fbotest2.c \ + fbotest3.c \ fillrate.c \ fog.c \ fogcoord.c \ |