Skip to content

arb_shader_clock: fix tests

Pierre-Eric Pelloux-Prayer requested to merge pepp/piglit:fix_clock_tests into main

The counter exposed by this ARB_shader_clock is "monotonically incrementing [...] within a single shader invocation" so we can't compare the value from one dispatch with one from a later dispatch.

Merge request reports