This series addresses the problems tested in the piglit series sent
for review at:
https://patchwork.freedesktop.org/series/56099/

Andres Gomez (5):
  glsl: correctly validate component layout qualifier for dvec{3,4}
  glsl/linker: always validate explicit location among inputs
  glsl/linker: don't fail non static used inputs without matching
    outputs
  glsl/linker: simplify xfb_offset vs xfb_stride overflow check
  glsl/linker: check for xfb_offset aliasing

Iago Toral Quiroga (1):
  glsl/linker: location aliasing requires types to have the same width

 src/compiler/glsl/ast_to_hir.cpp    |   3 +
 src/compiler/glsl/link_varyings.cpp | 121 ++++++++++++++++++++++------
 2 files changed, 98 insertions(+), 26 deletions(-)

-- 
2.20.1

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to