Skip to content

Update OpenGL headers

This updates OpenGL and GLES headers to the current ToT from Khronos.

Since that also adds new functions to gl.xml, I also reworked the script that generates the dispatch stubs in libGL.so so that it'll read the symbol list from a file instead of just exporting everything. It uses the same list that we use with the symbol check test.

Merge request reports