mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 15:48:36 +02:00
i965: Enable EXT_demote_to_helper_invocation
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
This commit is contained in:
parent
a3776df7b1
commit
54f1de1c5c
1 changed files with 2 additions and 0 deletions
|
|
@ -372,4 +372,6 @@ intelInitExtensions(struct gl_context *ctx)
|
|||
ctx->Extensions.EXT_texture_compression_s3tc = true;
|
||||
ctx->Extensions.EXT_texture_compression_s3tc_srgb = true;
|
||||
ctx->Extensions.ANGLE_texture_compression_dxt = true;
|
||||
|
||||
ctx->Extensions.EXT_demote_to_helper_invocation = true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue