Skip to content

gallium/draw: Fix rasterizer_discard for wide points/lines.

Emma Anholt requested to merge anholt/mesa:sp-discard into master

Fixes the rasterizer_discard failures for softpipe, because the wide paths (which we hit for points in the CTS) were dropping the discard state when making the no_cull shadow state.

Cc: mesa-stable

(just a little failure debug while I was waiting for some other stuff to build)

Merge request reports