diff options
author | Dave Airlie <airlied@redhat.com> | 2011-02-24 14:27:18 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2011-02-28 13:35:35 +1000 |
commit | 903726d2859d6ce51e4bc96038be1830bd276f1a (patch) | |
tree | e1b9b5f315a4d0517fdf54bc94e1685f8b57e36d /src/mesa/main/extensions.c | |
parent | 8d47c919859e9cd90cfc04eb220ac8a5aa87048e (diff) |
swrast: add RGTC support
Diffstat (limited to 'src/mesa/main/extensions.c')
-rw-r--r-- | src/mesa/main/extensions.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/main/extensions.c b/src/mesa/main/extensions.c index 7504b8a85d..310740b0dd 100644 --- a/src/mesa/main/extensions.c +++ b/src/mesa/main/extensions.c @@ -428,6 +428,7 @@ _mesa_enable_sw_extensions(struct gl_context *ctx) ctx->Extensions.ARB_texture_mirrored_repeat = GL_TRUE; ctx->Extensions.ARB_texture_non_power_of_two = GL_TRUE; ctx->Extensions.ARB_texture_rg = GL_TRUE; + ctx->Extensions.ARB_texture_compression_rgtc = GL_TRUE; ctx->Extensions.ARB_vertex_array_object = GL_TRUE; #if FEATURE_ARB_vertex_program ctx->Extensions.ARB_vertex_program = GL_TRUE; |