Skip to content

arb_enhanced_layouts: add test for uniform variables

Alexey Bozhenko requested to merge GL/piglit:generate_uniform_tests into main

This test checks if driver is able to correctly match interface blocks between VS/FS stages.

This test could help to avoid issues like: mesa#3320 (closed)

Also this test checks out-of-bounds access to interface block fields defined as array/matrix/vector It could help to avoid issues like: mesa!6428 (merged)

Signed-off-by: Oleksii Bozhenko oleksii.bozhenko@globallogic.com

Acked-by: Marek Olšák marek.olsak@amd.com

Edited by Alexey Bozhenko

Merge request reports