diff options
author | Marek Olšák <[email protected]> | 2020-02-19 20:14:59 -0500 |
---|---|---|
committer | Marge Bot <[email protected]> | 2020-02-26 22:10:35 +0000 |
commit | aae09ffb6eee6c41c73962c08f315a545c5e7dfe (patch) | |
tree | d243a57f0a7c367ecebaa18ef10812b39574e985 | |
parent | d98806117226b64001a1e99387431419e174ad4b (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.c | 2 |
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]; |