[Mesa-dev] [PATCH 6/7] glsl: store ubo or ssbo index in block index

Kenneth Graunke kenneth at whitecape.org
Sat Apr 2 04:54:48 UTC 2016


On Saturday, April 2, 2016 3:03:57 PM PDT Timothy Arceri wrote:
> Previously we store the buffer block index i.e the index of a combined
> ubo/ssbo list.
> 
> Fixes several dEQP-GLES31.functional tests:
> - program_interface_query.uniform.block_index.block_array
> - program_interface_query.uniform.block_index.named_block
> - program_interface_query.uniform.block_index.unnamed_block
> - program_interface_query.uniform.random.10
> - program_interface_query.uniform.random.15
> - program_interface_query.uniform.random.22
> - program_interface_query.uniform.random.24
> - program_interface_query.uniform.random.26
> - program_interface_query.uniform.random.28
> - program_interface_query.uniform.random.3
> - program_interface_query.uniform.random.31
> - program_interface_query.uniform.random.38
> - program_interface_query.uniform.random.5
> 
> Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=94116
> ---
>  src/compiler/glsl/link_uniforms.cpp | 41 +++++++++++++++++++
+-----------------
>  src/compiler/glsl/linker.cpp        | 10 ++++++---
>  2 files changed, 29 insertions(+), 22 deletions(-)

Patches 6-7 are:
Reviewed-by: Kenneth Graunke <kenneth at whitecape.org>

These are some great cleanups!  Thanks for doing this!
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: This is a digitally signed message part.
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20160401/474054ff/attachment.sig>


More information about the mesa-dev mailing list