Skip to content

i965: move ARB_shader_draw_parameters to gen6+

Dave Airlie requested to merge airlied/mesa:i965-ilk-no-draw-param into main

I noticed this was exposed on ironlake, but the spec says GL3.1 is required, and the tests all rely on that.

Fixes: cddfc2ce ("i965: Add support for gl_DrawIDARB and enable extension") Signed-off-by: Dave Airlie airlied@redhat.com

Merge request reports