aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2020-02-19 20:14:59 -0500
committerMarge Bot <[email protected]>2020-02-26 22:10:35 +0000
commitaae09ffb6eee6c41c73962c08f315a545c5e7dfe (patch)
treed243a57f0a7c367ecebaa18ef10812b39574e985
parentd98806117226b64001a1e99387431419e174ad4b (diff)
mesa: remove leftovers from ARB_shadow_ambient
Reviewed-by: Mathias Fröhlich <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/3947>
-rw-r--r--src/mesa/main/texparam.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/main/texparam.c b/src/mesa/main/texparam.c
index c642f456992..ced2da8496c 100644
--- a/src/mesa/main/texparam.c
+++ b/src/mesa/main/texparam.c
@@ -924,7 +924,6 @@ _mesa_texture_parameteri(struct gl_context *ctx,
case GL_TEXTURE_PRIORITY:
case GL_TEXTURE_MAX_ANISOTROPY_EXT:
case GL_TEXTURE_LOD_BIAS:
- case GL_TEXTURE_COMPARE_FAIL_VALUE_ARB:
{
GLfloat fparam[4];
fparam[0] = (GLfloat) param;
@@ -981,7 +980,6 @@ _mesa_texture_parameteriv(struct gl_context *ctx,
case GL_TEXTURE_PRIORITY:
case GL_TEXTURE_MAX_ANISOTROPY_EXT:
case GL_TEXTURE_LOD_BIAS:
- case GL_TEXTURE_COMPARE_FAIL_VALUE_ARB:
{
/* convert int param to float */
GLfloat fparams[4];