diff options
author | Brian Paul <[email protected]> | 2009-06-02 10:26:50 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-06-02 10:29:38 -0600 |
commit | cb3a9f984de6b1a167c60c345d51d55b8c0ca80b (patch) | |
tree | 4786b38c9f2cb526cbfde7d19239415ab4523fad /src/mesa/main | |
parent | 16fbd391291de8eddcd01a1a10e6801da299209b (diff) |
mesa: add #define FEATURE_ARB_pixel_buffer_object
Diffstat (limited to 'src/mesa/main')
-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 f5706479423..62c3ead3e1b 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_pixel_buffer_object _HAVE_FULL_GL #define FEATURE_ARB_vertex_buffer_object _HAVE_FULL_GL #define FEATURE_ARB_vertex_program _HAVE_FULL_GL #define FEATURE_ARB_vertex_shader _HAVE_FULL_GL |