Skip to content

mesa: Enable ARB_texture_border_clamp in GL Core

Sylvain Munaut requested to merge 246tnt/mesa:clampborder-mr into main

mesa: Enable ARB_texture_border_clamp in GL Core

According to the GL3 spec, only the CLAMP mode was deprecated, the CLAMP_TO_EDGE and CLAMP_TO_BORDER_ARB are not, so this extension should be advertised.

As a side note, Davinci Resolve uses a Core profile and tests for that extension so it fixes an issue with that app.

Signed-off-by: Sylvain Munaut tnt@246tNt.com

Merge request reports