Module: Mesa
Branch: master
Commit: cb016bbb1dd55280b1970977c31931478112ca8f
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=cb016bbb1dd55280b1970977c31931478112ca8f

Author: Ian Romanick <[email protected]>
Date:   Tue Sep 20 09:47:52 2011 -0700

mesa: Advertise NV_draw_buffers in OpenGL ES 2.0

Signed-off-by: Ian Romanick <[email protected]>
Reviewed-by: Brian Paul <[email protected]>

---

 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 af1a3ff..151f8df 100644
--- a/src/mesa/main/extensions.c
+++ b/src/mesa/main/extensions.c
@@ -284,6 +284,7 @@ static const struct extension extension_table[] = {
    { "GL_NV_blend_square",                         o(NV_blend_square),         
                GL,             1999 },
    { "GL_NV_conditional_render",                   o(NV_conditional_render),   
                GL,             2008 },
    { "GL_NV_depth_clamp",                          o(ARB_depth_clamp),         
                GL,             2001 },
+   { "GL_NV_draw_buffers",                         o(ARB_draw_buffers),        
                           ES2, 2011 },
    { "GL_NV_fragment_program",                     o(NV_fragment_program),     
                GL,             2001 },
    { "GL_NV_fragment_program_option",              
o(NV_fragment_program_option),              GL,             2005 },
    { "GL_NV_light_max_exponent",                   o(NV_light_max_exponent),   
                GL,             1999 },

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to