softpipe: Convert to comma-separated SOFTPIPE_DEBUG for debug options.
authorEric Anholt <eric@anholt.net>
Tue, 21 Jul 2020 22:11:56 +0000 (15:11 -0700)
committerMarge Bot <eric+marge@anholt.net>
Thu, 23 Jul 2020 00:24:26 +0000 (00:24 +0000)
commit991def0edc823293d593fc23d2243556cbdc0ff4
tree38c59236fddfb5338abce12e7b4334e467564eeb
parent86cfb62b87edfea90959a7e6933087fe4467dfa2
softpipe: Convert to comma-separated SOFTPIPE_DEBUG for debug options.

This makes us more like other drivers, and avoids having tons of different
names (particularly when you want to dump vs and fs in debugging).  In the
process, having a debug flag for vertex shaders just falls out.

Reviewed-by: Dave Airlie <airlied@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6018>
docs/envvars.rst
src/gallium/drivers/softpipe/sp_clear.c
src/gallium/drivers/softpipe/sp_context.c
src/gallium/drivers/softpipe/sp_context.h
src/gallium/drivers/softpipe/sp_screen.c
src/gallium/drivers/softpipe/sp_screen.h
src/gallium/drivers/softpipe/sp_setup.c
src/gallium/drivers/softpipe/sp_state_shader.c