Re: [Mesa-dev] [PATCH v2 35/82] i965/fs: Do not split buffer variables

2015-07-10 Thread Jordan Justen
Reviewed-by: Jordan Justen On 2015-06-03 00:01:25, Iago Toral Quiroga wrote: > Buffer variables are the same as uniforms, only that read/write, so we want > the same treatment. > --- > src/mesa/drivers/dri/i965/brw_fs_vector_splitting.cpp | 1 + > 1 file changed, 1 insertion(+) > > diff --git a

[Mesa-dev] [PATCH v2 35/82] i965/fs: Do not split buffer variables

2015-06-03 Thread Iago Toral Quiroga
Buffer variables are the same as uniforms, only that read/write, so we want the same treatment. --- 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_ve