Skip to content

glsl-1.50-gs-max-outputs: Heap-allocate expected value array

Jesse Natalie requested to merge jenatali/piglit:gs-max-output-stack-size into main

This array is too big to stack-allocate on Windows with default settings, so the test just crashes. Noticed in the process of supporting arb_gpu_shader5.

Merge request reports