Skip to content

arb_shader_image_load_store/*: Fix unintended ARB_viewport_array requirement.

Emma Anholt requested to merge anholt/piglit:image-load-store-fix into main

We only have a single viewport, so no need to use the new interface for specifying it. Fixes a flake on freedreno where a compiler assertion fail in the compiler thread raced against the skip when we accidentally stumbled across the missing extension.

Merge request reports