diff options
author | Oliver McFadden <[email protected]> | 2012-09-11 11:05:05 +0300 |
---|---|---|
committer | Oliver McFadden <[email protected]> | 2012-09-15 12:57:41 +0300 |
commit | e8ba24cbfd39652efec8801280ef11f909dcb0a9 (patch) | |
tree | 4df0a858a3338dfb88d246004817cee199d0eb64 /src/mesa/main/api_exec.c | |
parent | 32c3ba87531f76c104a78fb57673715f6115cccc (diff) |
mesa: remove FEATURE_ARB_map_buffer_range define.
Signed-off-by: Oliver McFadden <[email protected]>
Reviewed-by: Brian Paul <[email protected]>
Diffstat (limited to 'src/mesa/main/api_exec.c')
-rw-r--r-- | src/mesa/main/api_exec.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/main/api_exec.c b/src/mesa/main/api_exec.c index 1ceb4944689..74a74fb19a5 100644 --- a/src/mesa/main/api_exec.c +++ b/src/mesa/main/api_exec.c @@ -761,12 +761,10 @@ _mesa_create_exec_table(struct gl_context *ctx) SET_RenderbufferStorageMultisample(exec, _mesa_RenderbufferStorageMultisample); } -#if FEATURE_ARB_map_buffer_range if (ctx->API != API_OPENGLES2) { SET_MapBufferRange(exec, _mesa_MapBufferRange); SET_FlushMappedBufferRange(exec, _mesa_FlushMappedBufferRange); } -#endif /* GL_ARB_copy_buffer */ if (ctx->API != API_OPENGLES2) { |