Skip to content

util: Add workaround for texture issues in RAGE

Timothy Arceri requested to merge tarceri/mesa:unsync_override into main

GL_MAP_UNSYNCHRONIZED_BIT depends on the app having its threading handled correctly. This allows us to force disable the bit when they get it wrong.

Merge request reports