mesa/src/intel
Matt Turner a2c4a34303 anv: Align anv_descriptor_pool::host_mem
Otherwise anv_descriptor_set is accessed through an unaligned pointer,
which is undefined behavior in C.

```
anv_descriptor_set.c:1620:17: runtime error: member access within misaligned address 0x61900002c2b5
               for type 'struct anv_descriptor_set', which requires 8 byte alignment 0x61900002c2b5
```

Fixes: 2570a58bcd ("anv: Implement descriptor pools")
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/32070>
2024-11-11 19:45:14 +00:00
..
blorp intel: Switch to COMPUTE_WALKER_BODY 2024-10-29 15:54:43 +00:00
ci anv: Access more colors in fast_clear_memory_range 2024-10-28 17:43:21 +00:00
common intel/measure: increase size of filename malloc to account for \0 2024-11-06 22:12:29 +00:00
compiler intel/rt: fix ray_query stack address calculation 2024-11-08 18:31:52 +00:00
decoder intel/decoder: decode the 8 BLEND_STATEs 2024-09-25 12:51:07 +00:00
dev intel: Fix a typo in intel_device_info.c:has_get_tiling 2024-11-05 04:31:50 +01:00
ds intel/ds: add L3 fabric flush support 2024-10-08 08:45:40 +00:00
executor intel: Switch to COMPUTE_WALKER_BODY 2024-10-29 15:54:43 +00:00
genxml anv,hasvk,genxml: Rename genxml files using verx10 2024-11-09 00:04:47 +00:00
isl intel/isl: Build for Xe3 2024-10-26 07:39:29 +00:00
nullhw-layer build: pass licensing information in SPDX form 2024-06-29 12:42:49 -07:00
perf intel/perf: Add INTEL_PERF_FEATURE_METRIC_SYNC and check if KMD supports it 2024-11-05 19:25:53 +00:00
shaders intel/shaders: Build for Xe3 2024-10-26 07:39:30 +00:00
tools intel/hang_replay: remove EXEC_OBJECT_WRITE 2024-10-04 21:37:41 +00:00
vulkan anv: Align anv_descriptor_pool::host_mem 2024-11-11 19:45:14 +00:00
vulkan_hasvk anv,hasvk,genxml: Rename genxml files using verx10 2024-11-09 00:04:47 +00:00
meson.build intel: Add executor tool 2024-08-14 03:03:46 +00:00