Reviewed-by: Iago Toral Quiroga <ito...@igalia.com>

On Mon, 2016-04-04 at 07:55 +0100, Dave Airlie wrote:
> From: Dave Airlie <airl...@redhat.com>
> 
> this was returning the fragment shader value.
> 
> Signed-off-by: Dave Airlie <airl...@redhat.com>
> ---
>  src/mesa/main/get_hash_params.py | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/src/mesa/main/get_hash_params.py 
> b/src/mesa/main/get_hash_params.py
> index a0cc4f8..eb44a6a 100644
> --- a/src/mesa/main/get_hash_params.py
> +++ b/src/mesa/main/get_hash_params.py
> @@ -532,7 +532,7 @@ descriptor=[
>    [ "MAX_GEOMETRY_ATOMIC_COUNTERS", 
> "CONTEXT_INT(Const.Program[MESA_SHADER_GEOMETRY].MaxAtomicCounters), 
> extra_ARB_shader_atomic_counters_and_geometry_shader" ],
>  
>  # GL_ARB_shader_storage_buffer_object / geometry shader
> -  [ "MAX_GEOMETRY_SHADER_STORAGE_BLOCKS", 
> "CONTEXT_INT(Const.Program[MESA_SHADER_FRAGMENT].MaxShaderStorageBlocks), 
> extra_ARB_shader_storage_buffer_object_and_geometry_shader" ],
> +  [ "MAX_GEOMETRY_SHADER_STORAGE_BLOCKS", 
> "CONTEXT_INT(Const.Program[MESA_SHADER_GEOMETRY].MaxShaderStorageBlocks), 
> extra_ARB_shader_storage_buffer_object_and_geometry_shader" ],
>  
>  # GL_ARB_uniform_buffer_object / geometry shader
>    [ "MAX_GEOMETRY_UNIFORM_BLOCKS", 
> "CONTEXT_INT(Const.Program[MESA_SHADER_GEOMETRY].MaxUniformBlocks), 
> extra_ARB_uniform_buffer_object_and_geometry_shader" ],


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

Reply via email to