From 707f0679157f83ac45127e41647b96ed924d45c9 Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Fri, 10 Aug 2012 19:16:37 -0700 Subject: mesa: Kill GL_ARB_shadow_ambient with fire MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit No driver supports this extension, and it seems unlikely than any driver ever will. I think r300c may have supported it at one time, but that driver has already been removed. Signed-off-by: Ian Romanick Reviewed-by: Kenneth Graunke Reviewed-by: Marek Olšák --- src/mesa/main/samplerobj.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/mesa/main/samplerobj.c') diff --git a/src/mesa/main/samplerobj.c b/src/mesa/main/samplerobj.c index dc8adfc3f72..8bf5f490a12 100644 --- a/src/mesa/main/samplerobj.c +++ b/src/mesa/main/samplerobj.c @@ -130,7 +130,6 @@ _mesa_init_sampler_object(struct gl_sampler_object *sampObj, GLuint name) sampObj->MaxAnisotropy = 1.0F; sampObj->CompareMode = GL_NONE; sampObj->CompareFunc = GL_LEQUAL; - sampObj->CompareFailValue = 0.0; sampObj->sRGBDecode = GL_DECODE_EXT; sampObj->CubeMapSeamless = GL_FALSE; } -- cgit v1.2.3