Skip to content

mesa: Stub out GL_APPLE_object_purgeable

Adam Jackson requested to merge ajax/mesa:no-apple-object-purgeable into main

There's slots in the glapi static dispatch table (which is still arguably ABI) which we need to preserve, but we can stop exposing the extension string or doing anything in the added functions.

Merge request reports