Skip to content

llvmpipe: fix front/back face system value in the fs

Roland Scheidegger requested to merge sroland/mesa:llvmpipe_face_fix into main

draw needs to inject the face information for tris in line/point fill mode since llvmpipe only sees lines and points. But for the new style face information (which is a system value and not an ordinary input register) we forgot to tell draw.

Merge request reports