Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mesa
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
virgl-es
mesa
Commits
2c004a4b
Commit
2c004a4b
authored
May 28, 2008
by
Jakob Bornecrantz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
i915: DriConfigOptions started complaining on this line
parent
4b1f382e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/gallium/winsys/dri/intel/intel_screen.c
src/gallium/winsys/dri/intel/intel_screen.c
+2
-2
No files found.
src/gallium/winsys/dri/intel/intel_screen.c
View file @
2c004a4b
...
...
@@ -50,11 +50,11 @@ PUBLIC const char __driConfigOptions[] =
DRI_CONF_FTHROTTLE_MODE
(
DRI_CONF_FTHROTTLE_IRQS
)
DRI_CONF_VBLANK_MODE
(
DRI_CONF_VBLANK_DEF_INTERVAL_0
)
DRI_CONF_SECTION_END
DRI_CONF_SECTION_QUALITY
DRI_CONF_FORCE_S3TC_ENABLE
(
false
)
//
DRI_CONF_FORCE_S3TC_ENABLE(false)
DRI_CONF_ALLOW_LARGE_TEXTURES
(
1
)
DRI_CONF_SECTION_END
DRI_CONF_END
;
const
uint
__driNConfigOptions
=
4
;
const
uint
__driNConfigOptions
=
3
;
#ifdef USE_NEW_INTERFACE
static
PFNGLXCREATECONTEXTMODES
create_context_modes
=
NULL
;
...
...
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