LGTM, enum is checked by get_query_binding_point before coming here (requires ARB_ES3_compatibility), this patch is:

Reviewed-by: Tapani Pälli <tapani.pa...@intel.com>

On 06/21/2018 12:34 PM, Danylo Piliaiev wrote:
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=106986

Signed-off-by: Danylo Piliaiev <danylo.pilia...@globallogic.com>
---
  src/mesa/main/queryobj.c | 1 +
  1 file changed, 1 insertion(+)

diff --git a/src/mesa/main/queryobj.c b/src/mesa/main/queryobj.c
index 7ee820a..7547fa1 100644
--- a/src/mesa/main/queryobj.c
+++ b/src/mesa/main/queryobj.c
@@ -698,6 +698,7 @@ _mesa_GetQueryIndexediv(GLenum target, GLuint index, GLenum 
pname,
              *params = ctx->Const.QueryCounterBits.SamplesPassed;
              break;
           case GL_ANY_SAMPLES_PASSED:
+         case GL_ANY_SAMPLES_PASSED_CONSERVATIVE:
              /* The minimum value of this is 1 if it's nonzero, and the value
               * is only ever GL_TRUE or GL_FALSE, so no sense in reporting more
               * bits.

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to