Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
mesa
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
2,318
Issues
2,318
List
Boards
Labels
Service Desk
Milestones
Merge Requests
635
Merge Requests
635
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
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