mesa/src
Emma Anholt 9ab4ecb1ae gallivm/nir: Don't do uniform-and-broadcast access on inactive invocations.
In a fragment shader or inside of control flow, invocation 0 might be
inactive, and so our use-first-invocation-and-broadcast optimizations
would be invalid, and the loop logic of an emit_read_invocation would
defeat the point of these optimized paths.

For load_kernel_input, I didn't guard the uniform path with the check
because some CL tests that are currently passing are doing the
load_kernel_input under (presumably) uniform control flow.  Instead, I
dropped in a once warning for the next person to be debugging CL.

Reviewed-by: Dave Airlie <airlied@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14999>
2022-04-06 00:04:14 +00:00
..
amd aco: do not use designated initializers 2022-04-05 16:58:56 +00:00
android_stub android_stub: update platform headers to include atrace 2021-10-09 00:42:32 +00:00
asahi asahi: Port driver to macOS 12.x ABI 2022-03-22 00:19:30 +00:00
broadcom ci: bump VK-GL-CTS to 1.3.1.1 2022-04-04 23:04:33 +00:00
compiler spirv: Silence "Decoration not allowed on struct members: SpvDecorationRestrict" 2022-04-05 21:37:46 +00:00
drm-shim
egl glx/egl: improve dri null screen related error messages. 2022-03-21 09:31:31 +00:00
etnaviv ci: update various ci result files 2022-03-11 09:58:28 +00:00
freedreno tu: Expose VK_KHR_maintenance4 2022-04-05 17:46:35 +00:00
gallium gallivm/nir: Don't do uniform-and-broadcast access on inactive invocations. 2022-04-06 00:04:14 +00:00
gbm gbm: improve documentation about the lifetime of resources 2022-02-22 14:42:52 +01:00
getopt
glx glx/egl: improve dri null screen related error messages. 2022-03-21 09:31:31 +00:00
gtest gtest: Fix output of array ASSERT/EXPECT macros 2021-11-11 09:53:09 -08:00
hgl
imagination pvr: Add stricter type checking in pvr_csb_pack(). 2022-04-04 03:40:48 +00:00
imgui
intel anv: expose VK_EXT_image_2d_view_of_3d 2022-04-05 20:30:31 +00:00
loader gallium/dri: add missing PIPE_BIND_DRI_PRIME handling 2022-02-08 00:13:07 +00:00
mapi glthread: call _mesa_glthread_BindBuffer unconditionally 2022-02-01 06:11:22 +00:00
mesa util: Rename PIPE_DEBUG_TYPE to UTIL_DEBUG_TYPE 2022-04-01 01:52:43 +00:00
microsoft dozen: require c++20 for designated initializers 2022-04-05 16:58:56 +00:00
nouveau
panfrost panfrost: Don't crash on panfrost_bo_create() with size==0 invocation 2022-04-05 13:08:51 +03:00
tool ci: Use a dlclose-disabling preload library for leak checking in Vulkan. 2022-01-27 23:47:46 +00:00
util util/log: Add support for logging once. 2022-04-06 00:04:14 +00:00
virtio venus: add VK_EXT_{conditional_rendering,index_type_uint8} extensions 2022-04-05 05:10:26 +00:00
vulkan vulkan: check 3D image type for VK_IMAGE_CREATE_2D_VIEW_COMPATIBLE_BIT_EXT 2022-04-05 20:30:31 +00:00
meson.build microsoft: Initial vulkan-on-12 driver 2022-03-25 16:21:45 +00:00