Skip to content

mesa: move component bits queries as GL ES only

Tapani Pälli requested to merge tpalli/mesa:gles_bits_queries into main

These enums have been removed/deprecated long time ago from desktop GL. Here we remove them from modern GL while still allow for compat contexts (~old apps). This change matches proprietary drivers and makes our behaviour same within CTS with some tests.

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

Edited by Tapani Pälli

Merge request reports