mesa: Export S3_s3tc as well.

Used in Quake3.
This commit is contained in:
José Fonseca
2009-11-06 12:05:43 +00:00
parent f611425101
commit 577a598dc9

View File

@@ -284,6 +284,7 @@ void st_init_extensions(struct st_context *st)
PIPE_TEXTURE_2D,
PIPE_TEXTURE_USAGE_SAMPLER, 0)) {
ctx->Extensions.EXT_texture_compression_s3tc = GL_TRUE;
ctx->Extensions.S3_s3tc = GL_TRUE;
}
/* ycbcr support */