mesa/src
yserrr 3bf366f349 v3d: fix stencil blit layer selection
The stencil blit path used PIPE_TEXTURE_3D directly as a ternary
condition when computing the last layer. This tests the enum constant
itself rather than the resource target, so the 3D branch is always
selected.

Check src->base.target instead so non-3D stencil resources use their
array size when selecting the layer range.

Fixes: ac207acb97 ("broadcom/vc5: Implement stencil blits using RGBA.")
Signed-off-by: yserrr <dlwognsdc610@naver.com>
Reviewed-by: Iago Toral Quiroga <itoral@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/42054>
2026-06-08 11:00:33 +00:00
..
amd amd/virtio: enable Android amdgpu-virtio build option 2026-06-08 08:29:43 +00:00
android_stub android_stub: purge unused log utils 2026-05-01 20:23:23 +00:00
asahi hk: Add heap_memory_percent driconf support 2026-06-01 17:32:50 +00:00
broadcom broadcom/compiler: fix payload-register liveness condition 2026-06-08 08:48:23 +00:00
c11
compiler nir: use the correct induction var when guessing loop iterations 2026-06-08 09:13:26 +00:00
drm-shim drm-shim: Include the hex of the driver ioctl for unimplemented ioctls. 2026-06-04 20:17:34 +00:00
egl egl/gbm: Eliminate max_age local variable 2026-05-29 16:38:01 +00:00
etnaviv etnaviv: Update headers from rnndb 2026-06-06 22:02:04 +00:00
freedreno tu/ci: Add coverage for emulated second graphics queue 2026-06-08 07:00:00 +00:00
gallium v3d: fix stencil blit layer selection 2026-06-08 11:00:33 +00:00
gbm gbm: Replace VER_MIN with common MIN2 2026-04-30 13:00:03 +00:00
getopt
gfxstream gfxstream/platform: add missing inc_include to platform_virtgpu build 2026-06-03 21:35:50 +00:00
glx glx/windows: Drop static from driwindowsCreateScreen() 2026-05-18 13:33:35 +00:00
gtest
imagination vulkan: Enable GOOGLE_display_timing on KHR_display across multiple drivers. 2026-06-05 10:21:51 +00:00
imgui imgui: update copy and port all tools using it 2026-04-30 10:59:45 +00:00
intel vulkan: Enable GOOGLE_display_timing on KHR_display across multiple drivers. 2026-06-05 10:21:51 +00:00
kosmickrisp kk: Support VK_EXT_sample_locations 2026-06-08 10:45:01 +00:00
loader loader: check if the kernel driver is amdgpu 2026-05-27 10:19:50 +00:00
mesa mesa/main: cast GLhandleARB to unsigned int in api trace 2026-06-05 23:43:49 -07:00
microsoft vulkan: implement VK_EXT_debug_marker 2026-06-01 15:31:38 +00:00
nouveau nak: Simplify our SmallVec usage 2026-06-03 18:50:43 +00:00
panfrost panfrost/ci: Switch traces over to gpu-trace-perf 2026-06-05 17:35:35 +00:00
poly poly: Fix range used for index unroll bounds checks 2026-05-26 10:39:00 +00:00
tool pps: Re-emit time clock_sync more regularly 2026-05-06 21:37:15 +00:00
util tu: Emulate second graphics queue for skiavk on Android 2026-06-08 07:00:00 +00:00
virtio venus: fix unbound malloc leak in vn_ring_get_submits 2026-06-08 03:32:20 +00:00
vulkan vulkan/queue: Add common queue emulation support 2026-06-08 07:00:00 +00:00
x11
.clang-format intel: add Jay 2026-04-10 18:21:21 +00:00
meson.build