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/SConscript | |
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/SConscript')
-rw-r--r-- | progs/tests/SConscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/progs/tests/SConscript b/progs/tests/SConscript index 38c28a9fe6e..ae6488b3e6f 100644 --- a/progs/tests/SConscript +++ b/progs/tests/SConscript @@ -64,6 +64,7 @@ progs = [ 'crossbar', 'cva', 'drawbuffers', + 'drawbuffers2', 'exactrast', 'ext422square', 'fbotest1', |