softpipe: Drop the quad pstipple stage.
authorEmma Anholt <emma@anholt.net>
Tue, 21 Dec 2021 23:25:23 +0000 (15:25 -0800)
committerEmma Anholt <emma@anholt.net>
Mon, 27 Dec 2021 17:57:46 +0000 (09:57 -0800)
commit764d367a62c13ecb2f0cf44cd3ee68136fd29ff6
treeef0f5dba1a4686072c809a2439fc71f3db99683b
parent222487fabeebfdfc3ec6cb4126ef484e5aacc1e5
softpipe: Drop the quad pstipple stage.

It's unused, and it doesn't have the information it needs ("what is the
prim type after poly fill mode but without considering
wide point/line-to-triangle conversion) to stipple correctly.

Reviewed-by: Zoltán Böszőrményi <zboszor@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13731>
src/gallium/drivers/softpipe/meson.build
src/gallium/drivers/softpipe/sp_context.c
src/gallium/drivers/softpipe/sp_context.h
src/gallium/drivers/softpipe/sp_quad_pipe.c
src/gallium/drivers/softpipe/sp_quad_pipe.h
src/gallium/drivers/softpipe/sp_quad_stipple.c [deleted file]
src/gallium/drivers/softpipe/sp_state_derived.c