Skip to content

mesa: Add a driconf option to provide GLES entrypoints to desktop GL contexts

Jesse Natalie requested to merge jenatali/mesa:api-version-ignore into main

I've found an app which initializes a desktop GL (compat) context, and then expects to be able to call GLESv1 entrypoints on it. Apparently this works on other Windows drivers, but Mesa (wisely) provides no-op implementations for the GLES entrypoints when using a desktop context.

This change adds a driconf option to override that behavior.

Merge request reports