mesa/src/intel/blorp
Väinö Mäkelä 44bb614c37 intel: Fix a hang caused by invalid dispatch enables on gfx6/7
Because commit b9403b1c47 moved dispatch enable handling away from the
compiler, brw_fs_get_dispatch_enables must be used to ensure valid
dispatch enable values.

v2: Fix gfx6 build and use brw_fs_get_dispatch_enables for gfx6 in crocus

Fixes: b9403b1c47 ("intel: factor out dispatch PS enabling logic")
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20267>
(cherry picked from commit 4c986c58b3)
2023-01-01 17:07:04 +00:00
..
TODO
blorp.c intel/fs: make Wa_1806565034 conditional to non robust access 2022-12-14 20:56:54 +00:00
blorp.h blorp: support negative offsets in addresses 2022-11-23 19:12:00 +00:00
blorp_blit.c blorp: Make blitter_supports_aux accessible from multiple files. 2022-09-28 08:41:35 +00:00
blorp_clear.c blorp: Implement blitter clears via XY_FAST_COLOR_BLT 2022-09-28 08:41:35 +00:00
blorp_genX_exec.h intel: Fix a hang caused by invalid dispatch enables on gfx6/7 2023-01-01 17:07:04 +00:00
blorp_nir_builder.h
blorp_priv.h blorp: Make blitter_supports_aux accessible from multiple files. 2022-09-28 08:41:35 +00:00
meson.build