mesa/src/intel
Lionel Landwerlin 168b13364f anv: rework sample location
On Gfx7 we can only give the sample location for a given multisample
number. This means everytime the multisampling value changes, we have
to re-emit the locations. It's fine because it's also where
(3DSTATE_MULTISAMPLE) the number of samples is stored.

On Gfx8+ though, 3DSTATE_MULTISAMPLE only holds the number of samples
and all the sample locations for all number of samples are located in
3DSTATE_SAMPLE_PATTERN. So to be more effecient there, we need to
track the locations for all sample numbers and compare new values with
the relevant sample count when touching the dynamic state.

Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Reviewed-by: Tapani Pälli <tapani.palli@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16220>
2022-05-03 17:12:44 +00:00
..
blorp blorp: disable depth bounds 2022-04-06 19:00:50 +00:00
ci ci/iris: Enable SKQP on Tiger Lake boards 2022-04-27 12:35:13 +00:00
common intel: fix URB programming for GT1s 2022-04-17 21:24:17 +00:00
compiler intel/compiler: In XeHP prefer <1;1,0> regions before compacting 2022-05-02 18:03:01 +00:00
dev intel/dev: Compute pixel pipe information based on geometry topology DRM query. 2022-04-30 00:00:58 +00:00
ds intel/ds: fix compilation with perfetto 2022-02-08 12:29:21 +00:00
genxml intel/genxml: Add SAMPLER_MODE bits for enabling Small PL on Icelake 2022-04-11 19:17:07 +00:00
isl isl,iris: Add DG2 CCS modifier support for XeHP 2022-04-28 20:02:14 +00:00
nullhw-layer vulkan: drop empty vulkan_wsi_args 2022-04-27 11:51:26 +00:00
perf intel/perf: Fix OA report accumulation on Gfx12+. 2022-04-12 00:11:47 +00:00
tools drm-shim: Better mmap offsets 2022-05-02 19:50:33 +00:00
vulkan anv: rework sample location 2022-05-03 17:12:44 +00:00
Makefile.perf.am intel: Rename GEN_PERF prefix to INTEL_PERF in build files 2021-04-20 20:06:34 +00:00
meson.build anv: add perfetto source 2022-01-14 20:17:44 +00:00