mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 20:38:06 +02:00
i965: Enable EXT_texture_shadow_lod
Signed-off-by: Sagar Ghuge <sagar.ghuge@intel.com> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
This commit is contained in:
parent
25b03526c4
commit
6e04bd5f13
1 changed files with 1 additions and 0 deletions
|
|
@ -201,6 +201,7 @@ intelInitExtensions(struct gl_context *ctx)
|
|||
ctx->Extensions.ARB_texture_gather = true;
|
||||
ctx->Extensions.ARB_texture_multisample = true;
|
||||
ctx->Extensions.ARB_uniform_buffer_object = true;
|
||||
ctx->Extensions.EXT_texture_shadow_lod = true;
|
||||
|
||||
if (ctx->API != API_OPENGL_COMPAT ||
|
||||
ctx->Const.AllowHigherCompatVersion)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue