diff options
author | Chris Wilson <[email protected]> | 2010-03-05 15:03:51 +0000 |
---|---|---|
committer | Chris Wilson <[email protected]> | 2010-03-05 15:03:56 +0000 |
commit | 6ba31fb2dbe6a90e6d60a49b3e5bd2edce05241d (patch) | |
tree | 6b7a36a3b422cf33f94ea6eff5e37b01c0361b81 /src/mesa/main/mfeatures.h | |
parent | 3490923c817cd81d46a405de117e9ba8a8aeef3c (diff) | |
parent | 755915fa5d9ea782d142b3f8755b62d6de28fe29 (diff) |
Merge branch 'object-purgeable'
Acked-by: Brian Paul <[email protected]>
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 f0896ee626f..cb96c4d1d05 100644 --- a/src/mesa/main/mfeatures.h +++ b/src/mesa/main/mfeatures.h @@ -116,6 +116,7 @@ #define FEATURE_EXT_framebuffer_blit _HAVE_FULL_GL #define FEATURE_EXT_framebuffer_object _HAVE_FULL_GL #define FEATURE_EXT_pixel_buffer_object _HAVE_FULL_GL +#define FEATURE_APPLE_object_purgeable _HAVE_FULL_GL #define FEATURE_EXT_texture_sRGB _HAVE_FULL_GL #define FEATURE_ATI_fragment_shader _HAVE_FULL_GL #define FEATURE_NV_fence _HAVE_FULL_GL |