mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-18 05:08:06 +02:00
i965: Enable NV_fog_distance
With the previous fixes in place, it appears to just work. Signed-off-by: Ian Romanick <ian.d.romanick@intel.com> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
This commit is contained in:
parent
df80ffa4aa
commit
9d0bf720ed
1 changed files with 1 additions and 0 deletions
|
|
@ -122,6 +122,7 @@ intelInitExtensions(struct gl_context *ctx)
|
|||
ctx->Extensions.ATI_texture_env_combine3 = true;
|
||||
ctx->Extensions.MESA_pack_invert = true;
|
||||
ctx->Extensions.NV_conditional_render = true;
|
||||
ctx->Extensions.NV_fog_distance = true;
|
||||
ctx->Extensions.NV_primitive_restart = true;
|
||||
ctx->Extensions.NV_texture_barrier = true;
|
||||
ctx->Extensions.NV_texture_env_combine4 = true;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue