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,323
Issues
2,323
List
Boards
Labels
Service Desk
Milestones
Merge Requests
642
Merge Requests
642
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
0e080548
Commit
0e080548
authored
Jun 03, 2010
by
Brian Paul
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
glx: fix regression with GLX_USE_GL
update for fbconfig_style_tags Based on commit
26a9b7e4
from master.
parent
8ba378d9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
src/glx/x11/glxext.c
src/glx/x11/glxext.c
+4
-0
No files found.
src/glx/x11/glxext.c
View file @
0e080548
...
...
@@ -438,6 +438,10 @@ __glXInitializeVisualConfigFromTags(__GLcontextModes * config, int count,
case
GLX_Y_INVERTED_EXT
:
config
->
yInverted
=
*
bp
++
;
break
;
case
GLX_USE_GL
:
if
(
fbconfig_style_tags
)
bp
++
;
break
;
case
None
:
i
=
count
;
break
;
...
...
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