mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-07 17:20:21 +01:00
i965: Enable MESA_shader_integer_mix.
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
This commit is contained in:
parent
56fff7063d
commit
d83221c2d3
1 changed files with 1 additions and 0 deletions
|
|
@ -157,6 +157,7 @@ intelInitExtensions(struct gl_context *ctx)
|
|||
if (brw->gen >= 5) {
|
||||
ctx->Extensions.ARB_texture_query_lod = true;
|
||||
ctx->Extensions.EXT_timer_query = true;
|
||||
ctx->Extensions.MESA_shader_integer_mix = ctx->Const.GLSLVersion >= 130;
|
||||
}
|
||||
|
||||
if (ctx->API == API_OPENGL_CORE)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue