diff options
author | Brian Paul <[email protected]> | 2009-12-31 08:46:36 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-12-31 08:49:27 -0700 |
commit | 34075d0219edc2cedb5122eb0f82ee0b105b3abd (patch) | |
tree | f7ede47d4ea8207fa34daedb3bda169444848a13 /progs/tests/Makefile | |
parent | fcc2e1a729e93bfe64f82d95d007ceab98f3dbc2 (diff) |
progs/tests: added test for GL_EXT_draw_buffers2
Render into two color buffers (render targets). Display half of each
buffer in the window. Use different color masks for each render target.
Only enable blending for the second render target.
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 6f5df2e81ed..836396b2499 100644 --- a/progs/tests/Makefile +++ b/progs/tests/Makefile @@ -42,6 +42,7 @@ SOURCES = \ crossbar.c \ cva.c \ drawbuffers.c \ + drawbuffers2.c \ exactrast.c \ ext422square.c \ floattex.c \ |