Skip to content

asahi: Fix scissor culling check when out of bounds for FB/viewport

Asahi Lina requested to merge asahilina/mesa:agx/scissor-fixes into main

Fixes a bunch of the assert(maxx > minx && maxy > miny) failures in dEQP-EGL and probably others. This has been broken for a long time...

Merge request reports