[Mesa-dev] [PATCH] main/get: Add MAX_COMBINED_COMPUTE_UNIFORM_COMPONENTS
Lofstedt, Marta
marta.lofstedt at intel.com
Thu Oct 29 02:56:17 PDT 2015
Reviewed-by: Marta Lofstedt <marta.lofstedt at intel.com>
> -----Original Message-----
> From: mesa-dev [mailto:mesa-dev-bounces at lists.freedesktop.org] On
> Behalf Of Jordan Justen
> Sent: Thursday, October 29, 2015 8:48 AM
> To: mesa-dev at lists.freedesktop.org
> Subject: [Mesa-dev] [PATCH] main/get: Add
> MAX_COMBINED_COMPUTE_UNIFORM_COMPONENTS
>
> Signed-off-by: Jordan Justen <jordan.l.justen at intel.com>
> ---
> src/mesa/main/get_hash_params.py | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/src/mesa/main/get_hash_params.py
> b/src/mesa/main/get_hash_params.py
> index c295615..fbc7b8f 100644
> --- a/src/mesa/main/get_hash_params.py
> +++ b/src/mesa/main/get_hash_params.py
> @@ -460,6 +460,7 @@ descriptor=[
> [ "MAX_COMPUTE_UNIFORM_COMPONENTS",
> "CONST(MAX_COMPUTE_UNIFORM_COMPONENTS),
> extra_ARB_compute_shader_es31" ],
> [ "MAX_COMPUTE_IMAGE_UNIFORMS",
> "CONST(MAX_COMPUTE_IMAGE_UNIFORMS),
> extra_ARB_compute_shader_es31" ],
> [ "DISPATCH_INDIRECT_BUFFER_BINDING", "LOC_CUSTOM, TYPE_INT, 0,
> extra_ARB_compute_shader_es31" ],
> + [ "MAX_COMBINED_COMPUTE_UNIFORM_COMPONENTS",
> "CONTEXT_INT(Const.Program[MESA_SHADER_COMPUTE].MaxCombinedU
> niformComponents), extra_ARB_compute_shader_es31" ],
>
> # GL_ARB_framebuffer_no_attachments / GLES 3.1
> ["MAX_FRAMEBUFFER_WIDTH",
> "CONTEXT_INT(Const.MaxFramebufferWidth),
> extra_ARB_framebuffer_no_attachments"],
> --
> 2.5.1
>
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/mesa-dev
More information about the mesa-dev
mailing list