diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2008-04-11 09:21:37 -0600 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2008-04-11 09:21:37 -0600 |
commit | 6d0f9d5a01b1104716d9562e0775e6a144dc9f89 (patch) | |
tree | 2209026fbcfb8de2b7c8199bff30510bd7e1687d /progs/tests/Makefile | |
parent | e1c35601529d396dcaa75523fe16114c25221a40 (diff) |
mesa: new Z-compositing test (glDrawPixels(GL_DEPTH) + stencil)
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 e04b95ce08..75d1eca08e 100644 --- a/progs/tests/Makefile +++ b/progs/tests/Makefile @@ -84,6 +84,7 @@ SOURCES = \ vpwarpmesh.c \ yuvrect.c \ yuvsquare.c \ + zcomp.c \ zdrawpix.c \ zreaddraw.c |