mesa/src/intel
Caio Marcelo de Oliveira Filho a3cba3c771 intel/fs: Only stall after sending all memory fence messages
In Gen11+, when emitting a fence for both L3 and SLM, the generated
code would look like

    SEND, MOV (for stall), SEND, MOV (for stall)

This commit change that so two SENDs are emitted before the MOVs for
stall.  This is similar to the approach used in Ivy Bridge for the
render fence.

Reviewed-by: Francisco Jerez <currojerez@riseup.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/3278>
2020-04-29 07:17:27 +00:00
..
blorp intel: Move swizzle_color_value from blorp to ISL 2020-04-28 22:45:39 +00:00
common Fix promotion of floats to doubles 2020-04-18 19:55:45 +00:00
compiler intel/fs: Only stall after sending all memory fence messages 2020-04-29 07:17:27 +00:00
dev intel/fs: Add INTEL_DEBUG=no32 debugging flag. 2020-04-28 23:01:27 -07:00
genxml intel/gen12: Add XML description for 3DSTATE_PRIMITIVE_REPLICATION 2020-04-07 17:16:09 +00:00
isl intel: Move swizzle_color_value from blorp to ISL 2020-04-28 22:45:39 +00:00
perf intel/perf: specify sseu configuration when supported 2020-04-23 15:55:59 +00:00
tools intel/aub_viewer: fix access to freed memory 2020-04-03 15:46:24 +03:00
vulkan anv: Claim VK_EXT_robustness2 support 2020-04-28 22:55:25 +00:00
Android.blorp.mk
Android.common.mk
Android.compiler.mk
Android.dev.mk
Android.genxml.mk
Android.isl.mk isl: Fix the android build. 2020-02-05 21:31:40 -08:00
Android.mk
Android.perf.mk
Android.vulkan.mk anv/android: setup gralloc1 usage from gralloc0 usage manually 2020-01-28 14:46:25 +02:00
Makefile.perf.am
Makefile.sources intel/ir: Import shader performance analysis pass. 2020-04-28 23:01:03 -07:00
meson.build