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
9713a54b
Commit
9713a54b
authored
Sep 07, 2012
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
opengl32: Update the extension list.
parent
b4e36747
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2 additions
and
0 deletions
+2
-0
make_opengl
dlls/opengl32/make_opengl
+2
-0
opengl_ext.c
dlls/opengl32/opengl_ext.c
+0
-0
opengl_norm.c
dlls/opengl32/opengl_norm.c
+0
-0
wgl_driver.h
include/wine/wgl_driver.h
+0
-0
No files found.
dlls/opengl32/make_opengl
View file @
9713a54b
...
...
@@ -136,6 +136,7 @@ my %debug_conv =
"GLcharARB"
=>
"%c"
,
"GLvoid"
=>
"(void)"
,
"_GLfuncptr"
=>
"%p"
,
"GLDEBUGPROC"
=>
"%p"
,
"GLDEBUGPROCARB"
=>
"%p"
,
"GLDEBUGPROCAMD"
=>
"%p"
,
"GLvdpauSurfaceNV"
=>
"%ld"
,
...
...
@@ -203,6 +204,7 @@ sub ConvertType($)
"struct _cl_context"
=>
"void"
,
"struct _cl_event"
=>
"void"
,
"HGLRC"
=>
"struct wgl_context *"
,
"GLDEBUGPROC"
=>
"void *"
,
"GLDEBUGPROCARB"
=>
"void *"
,
"GLDEBUGPROCAMD"
=>
"void *"
,
"HPBUFFERARB"
=>
"struct wgl_pbuffer *"
,
...
...
dlls/opengl32/opengl_ext.c
View file @
9713a54b
This diff is collapsed.
Click to expand it.
dlls/opengl32/opengl_norm.c
View file @
9713a54b
This diff is collapsed.
Click to expand it.
include/wine/wgl_driver.h
View file @
9713a54b
This diff is collapsed.
Click to expand it.
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