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
4ed280fc
Commit
4ed280fc
authored
Mar 04, 2003
by
Lionel Ulmer
Committed by
Alexandre Julliard
Mar 04, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- update to latest GL spec files
- added KTX Buffer Region extension
parent
4c6e36fa
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
4 deletions
+22
-4
make_opengl
dlls/opengl32/make_opengl
+22
-4
opengl_ext.c
dlls/opengl32/opengl_ext.c
+0
-0
No files found.
dlls/opengl32/make_opengl
View file @
4ed280fc
...
...
@@ -280,8 +280,28 @@ $pseudo_to_opengl{"IglooParameterSGIX"} = "GLint";
# [ "GLubyte *", "bitmap"] ] ];
#
%
norm_functions
=
();
#
# This stores various extensions NOT part of the GL extension registry but still
# implemented by most OpenGL libraries out there...
#
%
ext_functions
=
(
"glMTexCoord2fSGIS"
=>
[
"glMTexCoord2fSGIS"
,
"void"
,
[
[
"GLenum"
,
"target"
],
(
"glDeleteBufferRegion"
=>
[
"glDeleteBufferRegion"
,
"void"
,
[
[
"GLenum"
,
"region"
]
],
"glDeleteBufferRegion"
],
"glReadBufferRegion"
=>
[
"glReadBufferRegion"
,
"void"
,
[
[
"GLenum"
,
"region"
],
[
"GLint"
,
"x"
],
[
"GLint"
,
"y"
],
[
"GLsizei"
,
"width"
],
[
"GLsizei"
,
"height"
]
],
"glReadBufferRegion"
],
"glDrawBufferRegion"
=>
[
"glDrawBufferRegion"
,
"void"
,
[
[
"GLenum"
,
"region"
],
[
"GLint"
,
"x"
],
[
"GLint"
,
"y"
],
[
"GLsizei"
,
"width"
],
[
"GLsizei"
,
"height"
],
[
"GLint"
,
"xDest"
],
[
"GLint"
,
"yDest"
]
],
"glDrawBufferRegion"
],
"glBufferRegionEnabled"
=>
[
"glBufferRegionEnabled"
,
"GLuint"
,
[
],
"glBufferRegionEnabled"
],
"glNewBufferRegion"
=>
[
"glNewBufferRegion"
,
"GLuint"
,
[
[
"GLenum"
,
"type"
]
],
"glNewBufferRegion"
],
"glMTexCoord2fSGIS"
=>
[
"glMTexCoord2fSGIS"
,
"void"
,
[
[
"GLenum"
,
"target"
],
[
"GLfloat"
,
"s"
],
[
"GLfloat"
,
"t"
]
],
"glMTexCoord2fSGIS"
],
"glMTexCoord2fvSGIS"
=>
[
"glMTexCoord2fvSGIS"
,
"void"
,
[
[
"GLenum"
,
"target"
],
...
...
@@ -490,9 +510,7 @@ close(REGISTRY);
#
open
(
SPEC
,
">"
.
$spec_file
);
print
SPEC
"init OpenGL32_Init
@ stdcall wglCreateContext(long) wglCreateContext
print
SPEC
"@ stdcall wglCreateContext(long) wglCreateContext
@ stdcall wglCreateLayerContext(long long) wglCreateLayerContext
@ stdcall wglCopyContext(long long long) wglCopyContext
@ stdcall wglDeleteContext(long) wglDeleteContext
...
...
dlls/opengl32/opengl_ext.c
View file @
4ed280fc
This source diff could not be displayed because it is too large. You can
view the blob
instead.
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