Skip to content

mesa/version: only enable GL4.1 with correct limits.

Dave Airlie requested to merge airlied/mesa:gl-4.1-limits into master

GL 4.1 bumped some important limits. so we should ensure drivers respect them.

I haven't tested all the limits, but these two should be enough for driver writers to realise.

I've also submitted a minmax test for piglit to test this. piglit!331 (merged)

Merge request reports