mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-21 09:50:36 +02:00
mesa: Export S3_s3tc as well.
Used in Quake3.
This commit is contained in:
parent
f611425101
commit
577a598dc9
1 changed files with 1 additions and 0 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue