Re: [Mesa-dev] [PATCH] mesa: Return number of result bits for GL_ANY_SAMPLES_PASSED_CONSERVATIVE

2018-06-26 Thread Tapani Pälli
LGTM, enum is checked by get_query_binding_point before coming here 
(requires ARB_ES3_compatibility), this patch is:


Reviewed-by: Tapani Pälli 

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 
---
  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


[Mesa-dev] [PATCH] mesa: Return number of result bits for GL_ANY_SAMPLES_PASSED_CONSERVATIVE

2018-06-21 Thread Danylo Piliaiev
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=106986

Signed-off-by: Danylo Piliaiev 
---
 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.
-- 
2.7.4

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