Re: [Mesa-dev] [PATCH 0/2] Improve emitted code for copies of large buffer-backed variables

2015-12-01 Thread Jordan Justen
Series Reviewed-by: Jordan Justen On 2015-11-23 04:53:07, Iago Toral Quiroga wrote: > Fixes linking issues when copying large variables backed by buffers (ubos, > ssbos, etc). > In these cases, lower_ubo_reference would split the rhs into loads for all > the elements

[Mesa-dev] [PATCH 0/2] Improve emitted code for copies of large buffer-backed variables

2015-11-23 Thread Iago Toral Quiroga
Fixes linking issues when copying large variables backed by buffers (ubos, ssbos, etc). In these cases, lower_ubo_reference would split the rhs into loads for all the elements first and then the lhs into writes to all the elements. This is not efficient, because it requires the whole set of