Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
1d17176a
Commit
1d17176a
authored
Apr 19, 2013
by
Matteo Bruni
Committed by
Alexandre Julliard
Apr 22, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wined3d: Add ARB_internalformat_query2 GL extension.
parent
f3593602
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
directx.c
dlls/wined3d/directx.c
+1
-0
wined3d_gl.h
dlls/wined3d/wined3d_gl.h
+5
-0
No files found.
dlls/wined3d/directx.c
View file @
1d17176a
...
...
@@ -108,6 +108,7 @@ static const struct wined3d_extension_map gl_extension_map[] =
{
"GL_ARB_half_float_pixel"
,
ARB_HALF_FLOAT_PIXEL
},
{
"GL_ARB_half_float_vertex"
,
ARB_HALF_FLOAT_VERTEX
},
{
"GL_ARB_instanced_arrays"
,
ARB_INSTANCED_ARRAYS
,
},
{
"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 */
...
...
dlls/wined3d/wined3d_gl.h
View file @
1d17176a
...
...
@@ -59,6 +59,7 @@ enum wined3d_gl_extension
ARB_HALF_FLOAT_PIXEL
,
ARB_HALF_FLOAT_VERTEX
,
ARB_INSTANCED_ARRAYS
,
ARB_INTERNALFORMAT_QUERY2
,
ARB_MAP_BUFFER_ALIGNMENT
,
ARB_MAP_BUFFER_RANGE
,
ARB_MULTISAMPLE
,
...
...
@@ -223,6 +224,10 @@ enum wined3d_gl_extension
USE_GL_FUNC(glProgramParameteriARB) \
/* GL_ARB_instanced_arrays */
\
USE_GL_FUNC(glVertexAttribDivisorARB) \
/* GL_ARB_internalformat_query */
\
USE_GL_FUNC(glGetInternalformativ) \
/* GL_ARB_internalformat_query2 */
\
USE_GL_FUNC(glGetInternalformati64v) \
/* GL_ARB_map_buffer_range */
\
USE_GL_FUNC(glFlushMappedBufferRange) \
USE_GL_FUNC(glMapBufferRange) \
...
...
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