diff options
author | Ian Romanick <[email protected]> | 2012-08-21 17:57:22 -0700 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2012-08-29 15:09:37 -0700 |
commit | 35cf6aeb8c26821e704db737b61cf2623b3e8f6b (patch) | |
tree | 06ca8ee4a72fac9864acfd717f0e2025d5227f28 /src/mesa/main/version.c | |
parent | d1cf5c77b73d6b2c1cfd79ce0e3363e097177b6a (diff) |
mesa: Enable GL_{ARB,APPLE}_vertex_array_object in all drivers
This is a purely software extension. The drivers don't need to do any
work to support it.
Signed-off-by: Ian Romanick <[email protected]>
Reviewed-by: Eric Anholt <[email protected]>
Diffstat (limited to 'src/mesa/main/version.c')
-rw-r--r-- | src/mesa/main/version.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/main/version.c b/src/mesa/main/version.c index 59c81aedc72..f22118a0d1f 100644 --- a/src/mesa/main/version.c +++ b/src/mesa/main/version.c @@ -137,7 +137,6 @@ compute_version(struct gl_context *ctx) ctx->Extensions.ARB_texture_float && ctx->Extensions.ARB_texture_rg && ctx->Extensions.ARB_texture_compression_rgtc && - ctx->Extensions.APPLE_vertex_array_object && ctx->Extensions.EXT_draw_buffers2 && ctx->Extensions.ARB_framebuffer_object && ctx->Extensions.EXT_framebuffer_sRGB && |