- mesa: check for enabled extensions for \*UID enums
- zink: lower 64 bit find_lsb, ufind_msb and bit_count
- zink: lower 8/16 bit alu ops vk spirv doesn't allow
- rusticl/kernel: properly respect device thread limits per dimension
- rusticl/memory: Fix memory unmaps after rework
- rusticl/image: take pitches into account when allocating memory for maps
- rusticl/image: properly sync mappings content for 1Dbuffer images
- rusticl/queue: add clSetCommandQueueProperty
- util/u_printf: do not double print format string with unused arugments
- rusticl/memory: fix sampler argument size check
Konstantin Seurer (1):
- aco: print s_delay_alu INSTSKIP>3 correctly
Lionel Landwerlin (6):
- anv: fix check on pipeline mode to track buffer writes
- vulkan/runtime: allow null/empty debug names
- anv: reuse object string for RMV token
- anv: add missing MEDIA_STATE_FLUSH for internal shaders
- anv/blorp: force CC_VIEWPORT reallocation when programming 3DSTATE_VIEWPORT_STATE_POINTERS_CC
- brw/rt: fix ray_object_(direction|origin) for closest-hit shaders
Marek Olšák (2):
- nir/opt_algebraic: use fmulz for fpow lowering to fix incorrect rendering
- radeonsi: fix buffer coherency issues on gfx6-8,12 due to missing PFP->ME sync
Matt Turner (2):
- util: Add ATTRIBUTE_OPTIMIZE(flags)
- util: Force emission of stack frame in stack unit test
Mike Blumenkrantz (7):
- dri: link with libloader
- kopper: check swapchain size after possible loader image resize
- pipe-loader: fix driconf memory management
- egl: fix zink init
- dri: fix kms_swrast screen fail
- egl/wayland: bail on zink init in non-sw mode if extension check fails
- zink: fix partial update handling
Pavel Ondračka (1):
- r300: bias presubtract fix
Rhys Perry (1):
- docs: update ACO_DEBUG documentation for scheduler options
Rob Clark (2):
- tu: Fix issues with 16k (or larger) page sizes
- freedreno/drm/virtio: Fix issues with 16k (or larger) page sizes
Sil Vilerino (1):
- Revert "d3d12: Video Encode - Remove PIPE_VIDEO_PROFILE_MPEG4_AVC_BASELINE as not supported" This reverts commit d6bb4ddc638f3ee37fbbe066c631dad80aaeb2d3. Fixes: d6bb4ddc638 ("d3d12: Video Encode - Remove PIPE_VIDEO_PROFILE_MPEG4_AVC_BASELINE as not supported")
Tapani Pälli (1):
- anv: fix a cmd_buffer reference in simple shader
Timothy Arceri (3):
- nir: set disallow_undef_to_nan for legacy ARB asm programs
- glsl: fix glsl to nir support for lower precision builtins
- glsl: always copy bindless sampler packing constructors to a temp
Valentine Burley (2):
- vulkan/wsi: Refactor can_present_on_device
- tu: Always report that we can present on kgsl
WANG Xuerui (1):
- meson: Additionally probe -mtls-dialect=desc for TLSDESC support