mesa/src
Jose Maria Casanova Crespo 152bffb69b intel/fs: Use shuffle_from_32bit_read for 64-bit gs_input_load
This implementation avoids two unneeded MOVs for each 64-bit
component. One was done in the old shuffle, to avoid cases of
src/dst overlap but this is not the case. And the removed MOV
was already being being done in the shuffle.

Copy propagation wasn't able to remove them because shuffle
destination values are defined with partial writes because they
have stride == 2.

v2: Reword commit log summary (Jason Ekstrand)

Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
2018-06-16 22:39:08 +02:00
..
amd ac: Clear meminfo to avoid valgrind warning. 2018-06-16 19:03:47 +02:00
broadcom v3d: Limit shader threading according to our maximum TMU fifo usage. 2018-06-15 16:09:39 -07:00
compiler nir: Document a couple instances of parent_instr 2018-06-15 17:36:51 -07:00
egl meson: Remove various completed todos 2018-06-13 10:07:03 -07:00
gallium v3d: Handle a no-intersection scissor even if it's outside of the VP. 2018-06-15 16:09:39 -07:00
gbm meson: Remove various completed todos 2018-06-13 10:07:03 -07:00
getopt
glx glx: Fix number of property values to read in glXImportContextEXT 2018-06-05 18:56:43 +02:00
gtest autotools: include meson build files in tarball 2018-01-19 16:30:51 -08:00
hgl meson: Add Haiku platform support v4 2018-02-16 16:56:34 -06:00
intel intel/fs: Use shuffle_from_32bit_read for 64-bit gs_input_load 2018-06-16 22:39:08 +02:00
loader dri3: Stricter SBC wraparound handling 2018-05-22 17:59:53 +02:00
mapi mesa: add support for ARB_sample_locations 2018-06-14 20:09:45 -06:00
mesa st/mesa: add support for ARB_sample_locations 2018-06-14 20:09:45 -06:00
util util/bitset: include util/macro.h 2018-06-15 11:26:30 +01:00
vulkan vulkan/wsi: Destroy swapchain images after terminating FIFO queues 2018-06-08 14:06:46 +01:00
git_sha1.h.in meson: Build i965 and dri stack 2017-10-09 13:42:44 -07:00
Makefile.am egl: rewire the build systems to use libwayland-egl 2018-06-06 12:11:57 -07:00
meson.build meson: only build mesa_st tests when build-tests is true 2018-04-24 14:08:15 -07:00
SConscript buildsys: move file regeneration logic to the script itself 2017-10-27 13:38:37 +01:00