[Mesa-dev] [PATCH 0/2] glsl,radeonsi: interpolateAt* fixes

Nicolai Hähnle nhaehnle at gmail.com
Fri Jun 16 20:37:13 UTC 2017


Hi all,

Two fixes related to interpolateAt* functions: allowing inputs in interface
blocks, and fixing dynamic array indices in radeonsi.

I've also sent out some piglit tests to exercise these corner cases a bit
more.

Please review!
Thanks,
Nicolai
--
 src/compiler/glsl/ast_function.cpp           |  7 +-
 .../glsl/lower_named_interface_blocks.cpp    | 18 ++++
 src/gallium/drivers/radeonsi/si_shader.c     | 78 +++++++++++++-----
 3 files changed, 81 insertions(+), 22 deletions(-)



More information about the mesa-dev mailing list