Mesa (master): mesa: remove leftovers from ARB_shadow_ambient

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Feb 26 22:31:00 UTC 2020


Module: Mesa
Branch: master
Commit: aae09ffb6eee6c41c73962c08f315a545c5e7dfe
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=aae09ffb6eee6c41c73962c08f315a545c5e7dfe

Author: Marek Olšák <marek.olsak at amd.com>
Date:   Wed Feb 19 20:14:59 2020 -0500

mesa: remove leftovers from ARB_shadow_ambient

Reviewed-by: Mathias Fröhlich <mathias.froehlich at web.de>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/3947>

---

 src/mesa/main/texparam.c | 2 --
 1 file changed, 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];



More information about the mesa-commit mailing list