mesa/src/intel
Kenneth Graunke 2af84c2d49 intel/brw: Use the defs-based copy propagation along with the old one
The new def-based pass works better in many cases, and should be less
resource intensive.  However, the limited visibility of the defs-based
pass due to many values not being SSA yet makes it unable to fully
replace the old pass.  Try the new one, and if it can't make progress,
then try the old one.  That way, things will mostly be handled by the
new pass, but everything that was being cleaned up still will be.

Reviewed-by: Caio Oliveira <caio.oliveira@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28666>
2024-06-18 09:02:25 +00:00
..
blorp treewide: use nir_metadata_control_flow 2024-06-17 16:28:14 -04:00
ci ci: add farm variable for devices in collabora farm 2024-06-07 14:32:49 +00:00
common mi-builder: add read/write memory fencing support on Gfx20+ 2024-06-13 11:04:31 +00:00
compiler intel/brw: Use the defs-based copy propagation along with the old one 2024-06-18 09:02:25 +00:00
decoder intel/decoder: Add intel_print_group_custom_spacing() 2024-04-24 17:07:50 +00:00
dev intel/xe2+: Enable native 64-bit integer arithmetic. 2024-05-31 09:14:01 -07:00
ds u_trace: extend tracepoint end_of_pipe bit into flags 2024-05-30 06:38:04 +00:00
genxml iris,anv/xe2+: Use pipelined variant of 3DSTATE_DRAWING_RECTANGLE. 2024-06-17 16:19:17 -07:00
isl isl: Add AUX MCS encoding into aux modes (xe2) 2024-06-15 14:57:59 +00:00
nullhw-layer docs: replace references to the deprecated VK_INSTANCE_LAYERS with the new VK_LOADER_LAYERS_ENABLE 2024-04-02 18:08:52 +00:00
perf intel/perf: Add intel_perf_stream_read_samples() 2024-05-27 19:34:06 +00:00
shaders meson: use glslang --depfile argument when possible 2024-05-20 17:34:17 +00:00
tools intel/tools: Fix intel_dev_info --hwconfig switch 2024-06-06 00:41:13 +00:00
vulkan iris,anv/xe2+: Use pipelined variant of 3DSTATE_DRAWING_RECTANGLE. 2024-06-17 16:19:17 -07:00
vulkan_hasvk treewide: use nir_metadata_control_flow 2024-06-17 16:28:14 -04:00
meson.build intel: Only build shaders with anv and iris 2024-02-21 20:53:36 +00:00