Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
7f618695
Commit
7f618695
authored
Feb 27, 2015
by
Matteo Bruni
Committed by
Alexandre Julliard
Mar 02, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wined3d: Remove an obsolete comment.
Wined3d doesn't actually require the GLX extension for multisampling at this point (while it does require FBOs).
parent
5bd6b569
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
directx.c
dlls/wined3d/directx.c
+1
-1
No files found.
dlls/wined3d/directx.c
View file @
7f618695
...
...
@@ -127,7 +127,7 @@ static const struct wined3d_extension_map gl_extension_map[] =
{
"GL_ARB_internalformat_query2"
,
ARB_INTERNALFORMAT_QUERY2
,
},
{
"GL_ARB_map_buffer_alignment"
,
ARB_MAP_BUFFER_ALIGNMENT
},
{
"GL_ARB_map_buffer_range"
,
ARB_MAP_BUFFER_RANGE
},
{
"GL_ARB_multisample"
,
ARB_MULTISAMPLE
},
/* needs GLX_ARB_MULTISAMPLE as well */
{
"GL_ARB_multisample"
,
ARB_MULTISAMPLE
},
{
"GL_ARB_multitexture"
,
ARB_MULTITEXTURE
},
{
"GL_ARB_occlusion_query"
,
ARB_OCCLUSION_QUERY
},
{
"GL_ARB_pixel_buffer_object"
,
ARB_PIXEL_BUFFER_OBJECT
},
...
...
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