Re: [Mesa-dev] [PATCH 3/3] mesa: Use UBO/SSBO indices during binding

2015-10-28 Thread Iago Toral
On Tue, 2015-10-27 at 22:38 -0700, Jordan Justen wrote: > Previously we were treating the binding index for Uniform Buffer > Objects and Shader Storage Buffer Objects as being part of the > combined BufferInterfaceBlocks array. > > Fixes ES31-CTS.compute_shader.resource-ubo on i965. > > Signed-of

[Mesa-dev] [PATCH 3/3] mesa: Use UBO/SSBO indices during binding

2015-10-27 Thread Jordan Justen
Previously we were treating the binding index for Uniform Buffer Objects and Shader Storage Buffer Objects as being part of the combined BufferInterfaceBlocks array. Fixes ES31-CTS.compute_shader.resource-ubo on i965. Signed-off-by: Jordan Justen Cc: Samuel Iglesias Gonsálvez Cc: Iago Toral Qui