diff options
author | Brian Paul <[email protected]> | 2009-06-15 16:42:42 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-06-15 16:42:42 -0600 |
commit | 70d247c69bcef4f40b640ae61e9fb9ebc5887bb6 (patch) | |
tree | 12c7b32a969b64f4a1ef2324f2321e673634295c /src/mesa/main/mfeatures.h | |
parent | 01f7bda44c92268fa288bbd8f53af3a3620bd315 (diff) | |
parent | 8d0f72e8f901e12841408b95963d43684fb6ce48 (diff) |
Merge branch 'arb_map_buffer_range'
Conflicts:
docs/relnotes-7.6.html
src/mesa/main/mtypes.h
Diffstat (limited to 'src/mesa/main/mfeatures.h')
-rw-r--r-- | src/mesa/main/mfeatures.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/main/mfeatures.h b/src/mesa/main/mfeatures.h index 62c3ead3e1b..ef973314e35 100644 --- a/src/mesa/main/mfeatures.h +++ b/src/mesa/main/mfeatures.h @@ -61,6 +61,7 @@ #define FEATURE_ARB_occlusion_query _HAVE_FULL_GL #define FEATURE_ARB_fragment_program _HAVE_FULL_GL #define FEATURE_ARB_framebuffer_object _HAVE_FULL_GL +#define FEATURE_ARB_map_buffer_range _HAVE_FULL_GL #define FEATURE_ARB_pixel_buffer_object _HAVE_FULL_GL #define FEATURE_ARB_vertex_buffer_object _HAVE_FULL_GL #define FEATURE_ARB_vertex_program _HAVE_FULL_GL |