Skip to content

radeonsi, mesa: fix ARB_robustness status reporting

Pierre-Eric Pelloux-Prayer requested to merge pepp/mesa:radeonsi_reset_once into main

Changes to radeonsi and mesa to match the spec:

    If a reset status other than NO_ERROR is returned and subsequent
    calls return NO_ERROR, the context reset was encountered and
    completed. If a reset status is repeatedly returned, the context may
    be in the process of resetting.
Edited by Pierre-Eric Pelloux-Prayer

Merge request reports