mesa/src
Charles Baker 0722cd7a30 zink: Avoid redundant cast to uint on PackHalf2x16 result
For example the previous code generates the following sequence of
SPIR-V instructions ending with a redundant cast to uint:

  %2018 = OpExtInst %uint %1 PackHalf2x16 %2017
  %2019 = OpBitcast %uint %2018

The new code generates:

  %2018 = OpExtInst %uint %1 PackHalf2x16 %2017

Reviewed-By: Mike Blumenkrantz <michael.blumenkrantz@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14568>
2022-01-21 15:15:49 +00:00
..
amd ac/nir: use shorter builder names 2022-01-21 13:45:33 +00:00
android_stub android_stub: update platform headers to include atrace 2021-10-09 00:42:32 +00:00
asahi agx: Handle discard intrinsics 2022-01-16 18:23:28 +00:00
broadcom v3dv: check correct format when load/storing on a depth/stencil buffer 2022-01-21 13:24:18 +00:00
compiler nir/builder: assume scalar alignment if not provided 2022-01-21 13:45:33 +00:00
drm-shim drm-shim: Support kernels with >4k pages 2021-08-13 23:33:52 +00:00
egl egl/dri2: short-circuit dri2_make_current when possible 2022-01-17 10:32:01 +00:00
etnaviv ci: Uprev piglit to af1785f31 2022-01-10 21:52:42 +00:00
freedreno tu: expose VK_KHR_copy_commands2 2022-01-20 10:43:31 +00:00
gallium zink: Avoid redundant cast to uint on PackHalf2x16 result 2022-01-21 15:15:49 +00:00
gbm replace 0 with NULL for NULL pointers 2022-01-10 22:53:32 +00:00
getopt
glx replace 0 with NULL for NULL pointers 2022-01-10 22:53:32 +00:00
gtest gtest: Fix output of array ASSERT/EXPECT macros 2021-11-11 09:53:09 -08:00
hgl
imgui
intel intel/fs: Fix gl_FrontFacing optimization on Gfx12+ 2022-01-20 22:37:18 +00:00
loader loader: Restore i915g support. 2021-12-09 09:05:23 -08:00
mapi mapi: generate correct dispatch for EXT_draw_instanced 2022-01-03 21:37:34 +00:00
mesa mesa: use less temporaries in build_lighting 2022-01-21 09:59:16 +00:00
microsoft mesa/*: add a shader primitive type to get away from GL types. 2022-01-19 21:54:58 +00:00
nouveau
panfrost panvk: Update LoaderICDInterfaceVersion to v5 2022-01-20 07:25:07 +00:00
tool pps: increase intel.cfg buffer size 2022-01-14 20:17:44 +00:00
util driconf: enable vs_position_always_invariant for Dirt Rally 2022-01-21 10:00:35 +01:00
virtio venus: VkExternalImageFormatProperties is optional 2022-01-13 02:59:51 +00:00
vulkan vulkan/runtime: fix accessing NULL pointers detected by UBSAN 2022-01-19 16:16:08 +00:00
meson.build meson: start building intel earlier. 2022-01-20 06:41:17 +00:00