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/dlist.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/dlist.c')
-rw-r--r-- | src/mesa/main/dlist.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/main/dlist.c b/src/mesa/main/dlist.c index 6ee1834cdd9..f6fcd309946 100644 --- a/src/mesa/main/dlist.c +++ b/src/mesa/main/dlist.c @@ -10469,10 +10469,8 @@ _mesa_create_save_table(void) SET_ProgramLocalParameters4fvEXT(table, save_ProgramLocalParameters4fvEXT); /* ARB 50. GL_ARB_map_buffer_range */ -#if FEATURE_ARB_map_buffer_range SET_MapBufferRange(table, _mesa_MapBufferRange); /* no dlist save */ SET_FlushMappedBufferRange(table, _mesa_FlushMappedBufferRange); /* no dl */ -#endif /* ARB 51. GL_ARB_texture_buffer_object */ SET_TexBufferARB(table, _mesa_TexBuffer); /* no dlist save */ |