mesa/src
Daniel Schürmann fef8a4befd radv: remove call to nir_lower_pack()
The pack_* instructions are now lowered via nir_lower_alu_to_scalar()
and unpack_* are not lowered anymore.

These bitcasts are no-ops, and lowering prevents
some optimizations like vectorization.

Note: There are still some *_split variations remaining
from different other NIR passes.

Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6527>
2020-10-28 10:14:26 +00:00
..
amd radv: remove call to nir_lower_pack() 2020-10-28 10:14:26 +00:00
android_stub mesa: Make the android_stub be a set of non-installed shared libraries. 2020-09-22 17:09:22 +00:00
broadcom v3dv: enable alphaToOne feature 2020-10-28 07:58:29 +01:00
compiler nir: add options to lower nir_op_pack_[64/32]_* via nir_lower_alu_to_scalar() 2020-10-28 10:14:26 +00:00
drm-shim drm-shim: Fix unused variable warnings from asserts in release build. 2020-08-28 22:45:08 +00:00
egl egl/android: HAVE_DRM_GRALLOC path fixes (v2) 2020-09-07 23:33:15 +02:00
etnaviv etnaviv: replace all dup() with os_dupfd_cloexec() 2020-06-18 02:09:56 +00:00
freedreno Fix VMware capitalization. 2020-10-27 15:33:40 -07:00
gallium Fix VMware capitalization. 2020-10-27 15:33:40 -07:00
gbm gallium: rename pipe_transfer_usage -> pipe_map_flags 2020-09-22 03:20:54 +00:00
getopt
glx glx: get rid of memory leak 2020-10-26 12:49:09 +00:00
gtest gtest: Update to 1.10.0 2020-04-20 11:57:11 +00:00
hgl scons: Prune out unnecessary targets. 2020-03-30 13:38:01 +00:00
imgui
intel intel/mi_builder: Support gen11 command-streamer based register offsets 2020-10-27 16:11:12 -07:00
loader loader/dri3: Allocate up to 4 back buffers for page flips 2020-10-22 15:52:33 +00:00
mapi mapi: do not return thread-specific data for wrong thread 2020-10-26 12:35:22 +00:00
mesa mesa: Remove the key parameter from the _mesa_HashDeleteAll callback 2020-10-24 01:15:20 +00:00
panfrost panfrost: AFBC compress Z16 depth buffers 2020-10-27 17:11:47 +00:00
util Fix VMware capitalization. 2020-10-27 15:33:40 -07:00
virtio virgl: update protocol headers 2020-08-21 18:38:44 +00:00
vulkan wsi: move drm code to wsi_common_drm.c 2020-10-27 21:05:55 +00:00
meson.build meson: Only require libexpat when a part of the build needs it. 2020-10-20 18:16:26 +00:00
SConscript driconf: drop now unused translation facility 2020-06-22 21:50:12 +00:00