Skip to content

arb_compute_shader: Add test for double-precision arithmetic in combination with large group size.

Large enough group sizes require SIMD32 code generation on recent Intel hardware, which is currently broken in master in combination with 64-bit types due to a regression.

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=111566

Merge request reports