Looks good to me.
On Tue, Dec 5, 2017 at 3:47 PM, Jose Maria Casanova Crespo <
jmcasan...@igalia.com> wrote:
> From: Jason Ekstrand
>
> load_ubo is using 32-bit loads as uniforms surfaces have a 32-bit
> surface format defined. So when reading 16-bit components with the
> sampler we need to unsh
From: Jason Ekstrand
load_ubo is using 32-bit loads as uniforms surfaces have a 32-bit
surface format defined. So when reading 16-bit components with the
sampler we need to unshuffle two 16-bit components from each 32-bit
component.
Using the sampler avoids the use of the byte_scattered_read mes