diff options
author | Ian Romanick <[email protected]> | 2013-07-18 17:38:16 -0700 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2013-08-06 10:46:05 -0700 |
commit | 97965e87fc0771a99c16b639caed01e5d0b64353 (patch) | |
tree | 37dd8ee8845de1fa0e4e180c0d215a962bd470a7 /src/mesa/main/tests | |
parent | 46b6f79fea1042604ebb61a8214188fb807316ff (diff) |
mesa: Treat glBindRenderbuffer and glBindRenderbufferEXT correctly
Allow user-generated names for glBindRenderbufferEXT on desktop GL.
Disallow its use altogether for core profiles.
v2: Disallow glBindRenderbufferEXT in 3.1 by not installing it in the
dispatch table. Suggested by Jordan.
Signed-off-by: Ian Romanick <[email protected]>
Reviewed-by: Kenneth Graunke <[email protected]> [v1]
Reviewed-by: Jordan Justen <[email protected]> [v1]
Cc: [email protected]
Diffstat (limited to 'src/mesa/main/tests')
-rw-r--r-- | src/mesa/main/tests/dispatch_sanity.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/main/tests/dispatch_sanity.cpp b/src/mesa/main/tests/dispatch_sanity.cpp index 34e07426559..45642562842 100644 --- a/src/mesa/main/tests/dispatch_sanity.cpp +++ b/src/mesa/main/tests/dispatch_sanity.cpp @@ -529,7 +529,6 @@ const struct function gl_core_functions_possible[] = { /* GL_EXT_framebuffer_object */ { "glBindFramebufferEXT", 31, -1 }, - { "glBindRenderbufferEXT", 31, -1 }, /* GL 3.2 */ { "glGetInteger64i_v", 32, -1 }, |