mesa/src/intel
Konstantin Kharlamov 91362340f3 meson: remove source_root() call in nir compiler path
source_root function is deprecated in Meson version 0.56.0, so let's use
instead a current_source_dir() function, available in all Meson
versions. This also allows to deduplicate some code by declaring
commonly used string at the top meson.build file.

Signed-off-by: Konstantin Kharlamov <Hi-Angel@yandex.ru>
Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>.
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17974>
2022-08-12 13:11:03 +00:00
..
blorp intel/blorp: Set uses_sample_shading for MSAA blit shaders 2022-07-13 20:28:42 +00:00
ci Revert "nir: Preserve offsets in lower_io_to_scalar_early" 2022-08-08 01:37:20 +00:00
common intel: protect against empty invalidate ranges 2022-07-13 01:33:27 +00:00
compiler meson: remove source_root() call in nir compiler path 2022-08-12 13:11:03 +00:00
dev intel/dev: remove INTEL_DEVID_OVERRIDE 2022-08-02 11:17:58 +00:00
ds intel/ds: track untyped dataport flushes 2022-08-05 10:43:50 +03:00
genxml genxml: Add BVH data structures 2022-08-05 11:51:31 +00:00
isl isl: fix bug where sb.MOCS is not being set 2022-08-12 12:35:54 +00:00
nullhw-layer intel/nullhw: Use correct macro to fix build regression 2022-08-01 10:54:38 +00:00
perf
tools intel/drm-shim: update shim to support DG2 2022-08-11 22:45:07 +03:00
vulkan anv: don't return incorrect error code for vkCreateDescriptorPool 2022-08-11 14:29:33 +00:00
meson.build