Skip to content

mesa: GL_ARB_ES3_2_compatibility GL compat profile support

Tapani Pälli requested to merge tpalli/mesa:expose-bbox-desktop-gl into main

Patch removes 'desktop=false' from aliased function, otherwise glPrimitiveBoundingBox[ARB] cannot be retrieved via GetProcAddress. This was seen with new OpenGL 4.5 tests that utilize GL_ARB_ES3_2_compatibility and bounding box API.

v2: fixes to display list support (Ilia Mirkin)

Signed-off-by: Tapani Pälli tapani.palli@intel.com

Edited by Tapani Pälli

Merge request reports