[Mesa-dev] [PATCH] mesa: Return number of result bits for GL_ANY_SAMPLES_PASSED_CONSERVATIVE
Tapani Pälli
tapani.palli at intel.com
Tue Jun 26 11:24:33 UTC 2018
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.palli at 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.piliaiev at 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.
>
More information about the mesa-dev
mailing list