diff options
author | Ian Romanick <[email protected]> | 2011-09-20 14:48:56 -0700 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2011-10-04 12:25:57 -0700 |
commit | a92f02d04ad011e71595f57c310fca2f3a8ce4ec (patch) | |
tree | 7b919ef5d5863fe2a350affd818edc3c441855ea /src | |
parent | cb016bbb1dd55280b1970977c31931478112ca8f (diff) |
mesa: Advertise NV_fbo_color_attachments on OpenGL ES 2.0
Signed-off-by: Ian Romanick <[email protected]>
Reviewed-by: Brian Paul <[email protected]>
Diffstat (limited to 'src')
-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 151f8dfd879..fc543f99ad1 100644 --- a/src/mesa/main/extensions.c +++ b/src/mesa/main/extensions.c @@ -285,6 +285,7 @@ static const struct extension extension_table[] = { { "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_fbo_color_attachments", o(EXT_framebuffer_object), ES2, 2010 }, { "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 }, |