From: Brian Paul Date: Sat, 18 Dec 2004 16:19:08 +0000 (+0000) Subject: added GL_ARB_pixel_buffer_object extension string X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=feac30256730614bd60debe2167202bccb577aea;p=mesa.git added GL_ARB_pixel_buffer_object extension string --- diff --git a/src/mesa/main/extensions.c b/src/mesa/main/extensions.c index baabbc29661..76eef8afd47 100644 --- a/src/mesa/main/extensions.c +++ b/src/mesa/main/extensions.c @@ -53,6 +53,7 @@ static const struct { { OFF, "GL_ARB_multisample", F(ARB_multisample) }, { OFF, "GL_ARB_multitexture", F(ARB_multitexture) }, { OFF, "GL_ARB_occlusion_query", F(ARB_occlusion_query) }, + { OFF, "GL_ARB_pixel_buffer_object", F(EXT_pixel_buffer_object) }, { OFF, "GL_ARB_point_parameters", F(EXT_point_parameters) }, { OFF, "GL_ARB_point_sprite", F(ARB_point_sprite) }, { OFF, "GL_ARB_shader_objects", F(ARB_shader_objects) },