Skip to content

mesa: change dsa texture error codes for GL 4.6

Dave Airlie requested to merge airlied/mesa:mesa-texparam-dsa-errors into master

GL 4.6 changed error code for when the effective target of the texture is illegal. Since it's not an illegal enum they modified it to be an illegal operation.

However the CTS test for this is missing support for two cases, I'm chasing that up, but I expect this will cause a CTS regression for anyone who runs this test. I'm leaning on the side of being compliant rather than passing the test until the test is fixed.

Merge request reports

Loading