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
a2b2a4cf
Commit
a2b2a4cf
authored
Oct 18, 2008
by
Vitaliy Margolen
Committed by
Alexandre Julliard
Oct 18, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wined3d: Add one more FBO error status code.
parent
d1c15438
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
utils.c
dlls/wined3d/utils.c
+1
-0
wined3d_gl.h
include/wine/wined3d_gl.h
+1
-0
No files found.
dlls/wined3d/utils.c
View file @
a2b2a4cf
...
...
@@ -1083,6 +1083,7 @@ const char *debug_fbostatus(GLenum status) {
FBOSTATUS_TO_STR
(
GL_FRAMEBUFFER_INCOMPLETE_FORMATS_EXT
);
FBOSTATUS_TO_STR
(
GL_FRAMEBUFFER_INCOMPLETE_DRAW_BUFFER_EXT
);
FBOSTATUS_TO_STR
(
GL_FRAMEBUFFER_INCOMPLETE_READ_BUFFER_EXT
);
FBOSTATUS_TO_STR
(
GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_EXT
);
FBOSTATUS_TO_STR
(
GL_FRAMEBUFFER_UNSUPPORTED_EXT
);
#undef FBOSTATUS_TO_STR
default:
...
...
include/wine/wined3d_gl.h
View file @
a2b2a4cf
...
...
@@ -1819,6 +1819,7 @@ typedef void (WINE_GLAPI * PGLFNGLVERTEXBLENDARB) (GLint count);
#define GL_FRAMEBUFFER_INCOMPLETE_FORMATS_EXT 0x8CDA
#define GL_FRAMEBUFFER_INCOMPLETE_DRAW_BUFFER_EXT 0x8CDB
#define GL_FRAMEBUFFER_INCOMPLETE_READ_BUFFER_EXT 0x8CDC
#define GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_EXT 0x8D56
#define GL_FRAMEBUFFER_UNSUPPORTED_EXT 0x8CDD
#define GL_FRAMEBUFFER_BINDING_EXT 0x8CA6
#define GL_RENDERBUFFER_BINDING_EXT 0x8CA7
...
...
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