Skip to content

panfrost: Multiply offset_units by 2

Tomeu Vizoso requested to merge tomeu/mesa:panfrost-offset_units into master

Per the spec, the units passed to glPolygonOffset are to be multiplied by an implementation-defined constant.

On Midgard, this constant seems to be 2.

Signed-off-by: Tomeu Vizoso tomeu.vizoso@collabora.com

Merge request reports