Skip to content

llvmpipe: PointCoord is offset when multisampling is enabled

Aleksi Sapon requested to merge DDoSQc/mesa:lp-pointcoord-bad-offset into main

What does this MR do and why?

pixel_offset should be 0 when multisampling is enabled. Same thing is done in try_setup_point. Fixes a bug with PointCoord being off by half a pixel.

Merge request reports

Loading