diff options
author | Chris Wilson <[email protected]> | 2009-11-13 12:19:35 +0000 |
---|---|---|
committer | Chris Wilson <[email protected]> | 2010-03-05 11:23:55 +0000 |
commit | 99864d595f7d4c13e9548f83d5972db9af64e67b (patch) | |
tree | 860f19ad081f2e6bc8dae386c9b2abf751ea9ee0 /src/mesa/main/mfeatures.h | |
parent | 894d0ab9388543642b6940f09358844736a8bd3a (diff) |
APPLE_object_purgeable: core
Signed-off-by: Chris Wilson <[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 |