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,327
Issues
2,327
List
Boards
Labels
Service Desk
Milestones
Merge Requests
643
Merge Requests
643
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
73e8a273
Commit
73e8a273
authored
Dec 18, 2010
by
Marek Olšák
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
st/mesa: advertise GL_ARB_half_float_pixel
This extension doesn't appear to need any driver-specific parts.
parent
8543902b
Changes
1
Hide 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 @
73e8a273
...
@@ -224,6 +224,7 @@ void st_init_extensions(struct st_context *st)
...
@@ -224,6 +224,7 @@ void st_init_extensions(struct st_context *st)
ctx
->
Extensions
.
ARB_draw_elements_base_vertex
=
GL_TRUE
;
ctx
->
Extensions
.
ARB_draw_elements_base_vertex
=
GL_TRUE
;
ctx
->
Extensions
.
ARB_fragment_coord_conventions
=
GL_TRUE
;
ctx
->
Extensions
.
ARB_fragment_coord_conventions
=
GL_TRUE
;
ctx
->
Extensions
.
ARB_fragment_program
=
GL_TRUE
;
ctx
->
Extensions
.
ARB_fragment_program
=
GL_TRUE
;
ctx
->
Extensions
.
ARB_half_float_pixel
=
GL_TRUE
;
ctx
->
Extensions
.
ARB_map_buffer_range
=
GL_TRUE
;
ctx
->
Extensions
.
ARB_map_buffer_range
=
GL_TRUE
;
ctx
->
Extensions
.
ARB_multisample
=
GL_TRUE
;
ctx
->
Extensions
.
ARB_multisample
=
GL_TRUE
;
ctx
->
Extensions
.
ARB_texture_border_clamp
=
GL_TRUE
;
/* XXX temp */
ctx
->
Extensions
.
ARB_texture_border_clamp
=
GL_TRUE
;
/* XXX temp */
...
...
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