diff options
author | Oliver McFadden <[email protected]> | 2012-09-11 11:09:35 +0300 |
---|---|---|
committer | Oliver McFadden <[email protected]> | 2012-09-15 12:57:45 +0300 |
commit | d05d5d9a919f429b9d03c76d779b5b9a102cc11d (patch) | |
tree | ca502d4187fefde0b417a0e1cb8590aec04a83b5 /src/mesa/main/extensions.c | |
parent | 02a19684f928c4c5277913499302fb4511b15cad (diff) |
mesa: remove FEATURE_ARB_sync define.
Signed-off-by: Oliver McFadden <[email protected]>
Reviewed-by: Brian Paul <[email protected]>
Diffstat (limited to 'src/mesa/main/extensions.c')
-rw-r--r-- | src/mesa/main/extensions.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/main/extensions.c b/src/mesa/main/extensions.c index 75437b32e1a..751c0f2d9cb 100644 --- a/src/mesa/main/extensions.c +++ b/src/mesa/main/extensions.c @@ -425,9 +425,7 @@ _mesa_enable_sw_extensions(struct gl_context *ctx) ctx->Extensions.ARB_texture_storage = GL_TRUE; ctx->Extensions.ARB_vertex_program = GL_TRUE; ctx->Extensions.ARB_vertex_shader = GL_TRUE; -#if FEATURE_ARB_sync ctx->Extensions.ARB_sync = GL_TRUE; -#endif #if FEATURE_APPLE_object_purgeable ctx->Extensions.APPLE_object_purgeable = GL_TRUE; #endif |