mesa/src/gallium/drivers
Alejandro Piñeiro 106b33405e vc4/v3d: stop adding NORAST when SHADERDB debug option is used
Right now if we use the option SHADERDB, NORAST is added
automatically. There's no comment justifying it, neither a lot of info
on the commits that added that. But I guess that the purpose is that
SHADERDB option is assumed to be used only to gather shader-db stats,
so setting setting NORAST would allow to get those dumps faster.

But adding debug options automatically can be confusing, as we could
get a behaviour that we were not expecting. At least I needed to check
why using SHADERDB was getting a black screen. And if we want to get
this behaviour, we can easily add manually the NORAST.

Finally, v3dv doesn't support NORAST right now (and we don't have
immediate plans to implement it), so it is somewhat inconsistent to
get different behaviour from the same debug option from the two
drivers.

Reviewed-by: Juan A. Suarez <jasuarez@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17788>
2022-07-29 18:29:34 +00:00
..
asahi agx: Remove format desc null check 2022-07-21 12:48:01 +00:00
crocus crocus: fix leak in query code. 2022-07-25 01:34:11 +00:00
d3d12 d3d12: Retrieve validator version 2022-07-23 14:48:17 +00:00
etnaviv etnaviv: remove etna_align_up() function 2022-07-22 09:08:29 +00:00
freedreno gallium: add pipe_blit_info::dst_sample, update u_blitter to write that sample 2022-07-23 18:21:31 +00:00
i915 gallium: add pipe_blit_info::dst_sample, update u_blitter to write that sample 2022-07-23 18:21:31 +00:00
iris iris|anv: gfx version 12.5 data cache flush is not a workaround 2022-07-28 22:08:46 +00:00
lima util/list: rename LIST_ENTRY() to list_entry() 2022-07-28 10:10:44 +00:00
llvmpipe llvmpipe/fs: handle unrestricted depth values. 2022-07-28 10:36:00 +10:00
nouveau nouveau: use existing list_first_entry() macro instead of re-writing it 2022-07-28 10:10:44 +00:00
panfrost panfrost: Allow NULL streamout targets 2022-07-23 00:56:10 +00:00
r300 gallium/radeon: require radeon DRM 2.45.0 from April 2016 2022-07-27 05:01:38 +00:00
r600 r600: Don't set TES_EVAL UCP dirty when it is not supported 2022-07-28 17:32:27 +02:00
radeonsi util/list: rename LIST_ENTRY() to list_entry() 2022-07-28 10:10:44 +00:00
softpipe softpipe: Remove format desc null check 2022-07-21 12:48:01 +00:00
svga util/list: rename LIST_ENTRY() to list_entry() 2022-07-28 10:10:44 +00:00
tegra util: Rename pipe_debug_callback to util_debug_callback 2022-04-01 01:52:43 +00:00
v3d vc4/v3d: stop adding NORAST when SHADERDB debug option is used 2022-07-29 18:29:34 +00:00
vc4 vc4/v3d: stop adding NORAST when SHADERDB debug option is used 2022-07-29 18:29:34 +00:00
virgl virgL: lower fneg and fabs 2022-07-28 21:20:20 +00:00
zink zink: print result code string on vulkan failure 2022-07-28 16:06:50 +00:00