Merge branch 'vertex_array_bgra'
authorBrian Paul <brianp@vmware.com>
Fri, 23 Jan 2009 18:29:05 +0000 (11:29 -0700)
committerBrian Paul <brianp@vmware.com>
Fri, 23 Jan 2009 18:29:05 +0000 (11:29 -0700)
1  2 
src/mesa/drivers/dri/intel/intel_context.c
src/mesa/main/extensions.c
src/mesa/main/mtypes.h

@@@ -414,8 -413,8 +414,9 @@@ static const struct dri_extension brw_e
     { "GL_ARB_texture_non_power_of_two",   NULL },
     { "GL_ARB_vertex_shader",              GL_ARB_vertex_shader_functions },
     { "GL_EXT_shadow_funcs",               NULL },
 +   { "GL_EXT_stencil_two_side",           GL_EXT_stencil_two_side_functions },
     { "GL_EXT_texture_sRGB",             NULL },
+    { "GL_EXT_vertex_array_bgra",        NULL },
     { "GL_ATI_separate_stencil",           GL_ATI_separate_stencil_functions },
     { "GL_ATI_texture_env_combine3",       NULL },
     { NULL,                                NULL }
Simple merge
Simple merge