[Mesa-dev] [PATCH v2 26/42] i965: Disable vector splitting on shared variables

Iago Toral itoral at igalia.com
Wed Nov 25 02:03:02 PST 2015


Reviewed-by: Iago Toral Quiroga <itoral at igalia.com>

On Tue, 2015-11-17 at 21:54 -0800, Jordan Justen wrote:
> Signed-off-by: Jordan Justen <jordan.l.justen at intel.com>
> ---
>  src/mesa/drivers/dri/i965/brw_fs_vector_splitting.cpp | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/src/mesa/drivers/dri/i965/brw_fs_vector_splitting.cpp b/src/mesa/drivers/dri/i965/brw_fs_vector_splitting.cpp
> index cab5af3..2c7e0dc 100644
> --- a/src/mesa/drivers/dri/i965/brw_fs_vector_splitting.cpp
> +++ b/src/mesa/drivers/dri/i965/brw_fs_vector_splitting.cpp
> @@ -107,6 +107,7 @@ ir_vector_reference_visitor::get_variable_entry(ir_variable *var)
>     switch (var->data.mode) {
>     case ir_var_uniform:
>     case ir_var_shader_storage:
> +   case ir_var_shader_shared:
>     case ir_var_shader_in:
>     case ir_var_shader_out:
>     case ir_var_system_value:




More information about the mesa-dev mailing list