Skip to content

softpipe: setup pixel_offset for all primitive types

Erik Faye-Lund requested to merge kusma/mesa:softpipe-pixel_offset into master

If we don't update this for all primitive-types, we end up rendering slightly offset points and lines up until the point where the first triangle gets drawn. This is obviously not correct, and violates OpenGL's repeatability rule.

Signed-off-by: Erik Faye-Lund erik.faye-lund@collabora.com Fixes: ca9c4136 ("softpipe: Respect gl_rasterization_rules in primitive setup.")

Merge request reports