projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a5afe3
)
added GL_ARB_pixel_buffer_object extension string
author
Brian Paul
<brian.paul@tungstengraphics.com>
Sat, 18 Dec 2004 16:19:08 +0000
(16:19 +0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Sat, 18 Dec 2004 16:19:08 +0000
(16:19 +0000)
src/mesa/main/extensions.c
patch
|
blob
|
history
diff --git
a/src/mesa/main/extensions.c
b/src/mesa/main/extensions.c
index baabbc29661d1092734c8ebfc4f2949cb7f8971e..76eef8afd47288a8f4246cde98f11a09f52cb0f5 100644
(file)
--- 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) },