st/mesa: trivially enable ATI_texture_mirror_once
authorMarek Olšák <maraeo@gmail.com>
Tue, 13 Apr 2010 23:22:53 +0000 (01:22 +0200)
committerMarek Olšák <maraeo@gmail.com>
Wed, 14 Apr 2010 02:48:19 +0000 (04:48 +0200)
This is a strict subset of already-advertised EXT_texture_mirror_clamp and
shares the same enumerants.

src/mesa/state_tracker/st_extensions.c

index 1e4b7b88405da4dc98a52f5355525eca19967f27..eb9547921e9a564d38cab8b4b8f026e7e35581ca 100644 (file)
@@ -198,6 +198,8 @@ void st_init_extensions(struct st_context *st)
 
    ctx->Extensions.APPLE_vertex_array_object = GL_TRUE;
 
+   ctx->Extensions.ATI_texture_mirror_once = GL_TRUE;
+
    ctx->Extensions.MESA_pack_invert = GL_TRUE;
 
    ctx->Extensions.NV_blend_square = GL_TRUE;