diff options
author | Ian Romanick <[email protected]> | 2012-08-10 19:16:37 -0700 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2012-08-14 10:40:04 -0700 |
commit | 707f0679157f83ac45127e41647b96ed924d45c9 (patch) | |
tree | 60af6ac36c3fd0333a32282f1cedfa7bb531c77a /src/mesa/main/samplerobj.c | |
parent | b49771970bb8d06a179da69a7eb6b0af1b379d2d (diff) |
mesa: Kill GL_ARB_shadow_ambient with fire
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 <[email protected]>
Reviewed-by: Kenneth Graunke <[email protected]>
Reviewed-by: Marek Olšák <[email protected]>
Diffstat (limited to 'src/mesa/main/samplerobj.c')
-rw-r--r-- | src/mesa/main/samplerobj.c | 1 |
1 files changed, 0 insertions, 1 deletions
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; } |