r200: Enable NV_fog_distance
authorIan Romanick <ian.d.romanick@intel.com>
Sun, 18 Jun 2017 01:56:13 +0000 (18:56 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Fri, 4 May 2018 22:29:30 +0000 (15:29 -0700)
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>
src/mesa/drivers/dri/r200/r200_context.c

index 4524f06d10c3e1e20bbade798c0874436cd772a2..9417dfc8a7ba95df9a02790761352f17deebc255 100644 (file)
@@ -353,6 +353,7 @@ GLboolean r200CreateContext( gl_api api,
    ctx->Extensions.EXT_texture_filter_anisotropic = true;
    ctx->Extensions.EXT_texture_mirror_clamp = true;
    ctx->Extensions.MESA_pack_invert = true;
+   ctx->Extensions.NV_fog_distance = true;
    ctx->Extensions.NV_texture_rectangle = true;
    ctx->Extensions.OES_EGL_image = true;