Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Mesa
mesa
Commits
32220c48
Commit
32220c48
authored
Jun 22, 2009
by
Brian Paul
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
st/mesa: enable GL_ARB_vertex_array_object
parent
e2b72495
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
src/mesa/state_tracker/st_extensions.c
src/mesa/state_tracker/st_extensions.c
+1
-0
No files found.
src/mesa/state_tracker/st_extensions.c
View file @
32220c48
...
...
@@ -149,6 +149,7 @@ void st_init_extensions(struct st_context *st)
ctx
->
Extensions
.
ARB_texture_env_crossbar
=
GL_TRUE
;
ctx
->
Extensions
.
ARB_texture_env_dot3
=
GL_TRUE
;
ctx
->
Extensions
.
ARB_vertex_program
=
GL_TRUE
;
ctx
->
Extensions
.
ARB_vertex_array_object
=
GL_TRUE
;
ctx
->
Extensions
.
ARB_vertex_buffer_object
=
GL_TRUE
;
ctx
->
Extensions
.
EXT_blend_color
=
GL_TRUE
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment