[Mesa-dev] [PATCH 0/6] glsl/linker: several arb_enhanced_layouts related fixes

Andres Gomez agomez at igalia.com
Fri Feb 1 18:05:51 UTC 2019


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



More information about the mesa-dev mailing list