diff options
author | Ian Romanick <[email protected]> | 2007-06-07 13:58:50 -0700 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2007-06-07 13:58:50 -0700 |
commit | 7b559a91028d297b34df9ec939bd4d00fad6027c (patch) | |
tree | a683111f2f543390bea13fc9981c29b9ff58f64a /src/mesa/main/texstate.c | |
parent | 84d1b24647c0719551e8bcd5fa4601fbd3b1d555 (diff) |
Add support for GL_ARB_fragment_program_shadow.
Diffstat (limited to 'src/mesa/main/texstate.c')
-rw-r--r-- | src/mesa/main/texstate.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/main/texstate.c b/src/mesa/main/texstate.c index fb024437798..18afaf4edde 100644 --- a/src/mesa/main/texstate.c +++ b/src/mesa/main/texstate.c @@ -1527,6 +1527,8 @@ _mesa_TexParameterfv( GLenum target, GLenum pname, const GLfloat *params ) "glTexParameter(bad GL_DEPTH_TEXTURE_MODE_ARB)"); return; } + + _mesa_update_texture_compare_function(texObj, GL_FALSE); } else { _mesa_error(ctx, GL_INVALID_ENUM, |