diff options
author | Brian Paul <[email protected]> | 2009-12-29 16:30:54 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-12-29 20:51:20 -0700 |
commit | 8f6f1124634cf659dde4c75549b84e35505d892d (patch) | |
tree | 2a41c7324530fca4c320fd6b4592bf5df83f51b6 /src/mesa/main/extensions.c | |
parent | a856d635d300f842e9fa6413b0255bdb64142838 (diff) |
mesa: added infrastructure for GL_EXT_draw_buffers2
Diffstat (limited to 'src/mesa/main/extensions.c')
-rw-r--r-- | src/mesa/main/extensions.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/main/extensions.c b/src/mesa/main/extensions.c index 2138bfe40ef..9e96eb04036 100644 --- a/src/mesa/main/extensions.c +++ b/src/mesa/main/extensions.c @@ -103,6 +103,7 @@ static const struct { { OFF, "GL_EXT_convolution", F(EXT_convolution) }, { ON, "GL_EXT_copy_texture", F(EXT_copy_texture) }, { OFF, "GL_EXT_depth_bounds_test", F(EXT_depth_bounds_test) }, + { OFF, "GL_EXT_draw_buffers2", F(EXT_draw_buffers2) }, { ON, "GL_EXT_draw_range_elements", F(EXT_draw_range_elements) }, { OFF, "GL_EXT_framebuffer_blit", F(EXT_framebuffer_blit) }, { OFF, "GL_EXT_framebuffer_multisample", F(EXT_framebuffer_multisample) }, |