Skip to content

arb_compute_variable_group_size/errors: fix a hang when increasing limits

Marek Olšák requested to merge mareko/piglit:fix-variable-group-size-hang into main

Without this fix, glGetIntegerv can report INT_MAX, which won't return an error because it's not more than UINT32_MAX, so it will start a dispatch of (INT_MAX+1)^3, which is long enough to be treated as a hang.

Merge request reports