Skip to content

glsl: fix crashes on out of bound matrix access using constant index

Marcin Ślusarz requested to merge mslusarz/mesa:mat-oobounds into master

Fixes these piglit tests:

  • spec@glsl-1.20@execution@matrix-out-of-bounds-access@fs-mat4-out-of-bounds-2
  • spec@glsl-1.20@execution@matrix-out-of-bounds-access@fs-mat4-out-of-bounds-4
  • spec@glsl-1.20@execution@matrix-out-of-bounds-access@fs-mat4-out-of-bounds-5

Merge request reports