mesa/src/intel
Sagar Ghuge 9d7166dfc0 isl: Use 16-bit instead of 8-bits for surface format info fields
Comparing uint8_t max value 255 with devinfo->verx10 will work fine for
now but for future platforms, comparison will fail. To avoid this
let's switch the field data type from 8-bits to 16-bits.

v1: (Jordan)
- Use 16 bits instead of 32 and add assertion.

Signed-off-by: Sagar Ghuge <sagar.ghuge@intel.com>
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25478>
2023-10-02 17:24:33 +00:00
..
blorp blorp: fix hangs with mesh enabled 2023-09-12 02:51:31 +00:00
ci ci/anv: Catch some flakes 2023-09-29 17:27:49 -03:00
common intel/common: Add sse2_args for 32-bit build when -Dsse2=false was set 2023-09-15 17:39:55 -07:00
compiler intel/fs: switch from SIMD 1 to 8 instructions surface/sampler rematerialization 2023-09-29 10:46:47 +00:00
dev intel: Sync xe_drm.h 2023-09-13 16:38:15 +00:00
ds intel/ds: avoid dropping traces when running out of shared memory 2023-09-25 13:05:45 +00:00
genxml intel/genxml: remove HDC from gen11.xml, it is not available 2023-10-02 12:05:54 +00:00
isl isl: Use 16-bit instead of 8-bits for surface format info fields 2023-10-02 17:24:33 +00:00
nullhw-layer meson: support installation tags 2023-09-11 13:00:45 +00:00
perf intel: Move i915_drm.h specific code from common/intel_gem.h to common/i915/intel_gem.h 2023-07-28 15:36:52 +00:00
tools intel/common: Move intel_clflush.h to intel_mem.h/intel_mem.c 2023-09-06 01:39:53 +00:00
vulkan anv: HDC flush is available only for GFX_VER 12+ 2023-10-02 12:05:53 +00:00
vulkan_hasvk hasvk: Use the common GetPhysicalDeviceFeatures2 implementation 2023-09-27 23:02:29 +00:00
meson.build intel: Only build perf if drivers or tools are enabled 2023-08-31 21:53:19 +00:00