diff options
author | Brian Paul <[email protected]> | 2008-04-10 18:28:43 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2008-04-10 18:33:53 -0600 |
commit | 544c236db10a0d4889014cd82e81b1de3451b5db (patch) | |
tree | cd1d82e7e4114a6a858ff5478a8a211116ceefb9 /progs/tests/Makefile | |
parent | 87b0b8e7bc3b4ce4be90a271b9fced1c97df6c95 (diff) |
mesa: add a new test for glDrawPixels(GL_DEPTH_COMPONENT)
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 27e2eafdfcb..e04b95ce085 100644 --- a/progs/tests/Makefile +++ b/progs/tests/Makefile @@ -84,6 +84,7 @@ SOURCES = \ vpwarpmesh.c \ yuvrect.c \ yuvsquare.c \ + zdrawpix.c \ zreaddraw.c PROGS = $(SOURCES:%.c=%) |