mesa/src
Bas Nieuwenhuizen 8424cd8fbd nir: Account for atomics in copy propagation.
Otherwise writes get propagated across atomics if no barrier is
used. Without barrier writes should still be visible in the same
invocation, so an atomic has to be considered a write.

CC: <mesa-stable@lists.freedesktop.org>
Reviewed-by: Caio Marcelo de Oliveira Filho <caio.oliveira@intel.com>
Fixes: b3c6146925 "nir: Copy propagation between blocks"
Fixes: 62332d139c "nir: Add a local variable-based copy propagation pass"
2019-01-18 00:55:35 +01:00
..
amd ac/nir_to_llvm: add support for structs to get_sampler_desc() 2019-01-17 10:35:36 +11:00
broadcom v3d: Add support for CS barrier() intrinsics. 2019-01-14 15:40:55 -08:00
compiler nir: Account for atomics in copy propagation. 2019-01-18 00:55:35 +01:00
egl egl: fix python lib deprecation warning 2019-01-13 13:59:08 +00:00
freedreno freedreno: make cmdstream bo's read-only to GPU 2019-01-10 14:21:39 -05:00
gallium vc4: Don't leak the GPU fd for renderonly usage. 2019-01-16 16:28:41 -08:00
gbm
getopt
glx glx/test: meson: assorted include fixes 2018-12-12 19:24:14 +00:00
gtest
hgl
intel anv/tests: Adding test for the state_pool padding. 2019-01-17 15:08:26 -08:00
loader dri3: initialize adaptive_sync as false before configQueryb 2019-01-08 08:15:07 +02:00
mapi glapi: fixup EXT_multisampled_render_to_texture dispatch 2018-12-10 15:09:07 -08:00
mesa st/mesa: Optionally override RGB/RGBX dst alpha blend factors 2019-01-15 20:53:44 -08:00
util util: Helper to create sets and hashes with pointer keys 2019-01-14 10:49:21 -08:00
vulkan wsi: drop unneeded KHR suffix 2019-01-08 18:48:03 +00:00
Makefile.am freedreno: move drm to common location 2018-11-27 15:44:02 -05:00
meson.build TODO: glx: meson: build dri based glx tests, only with -Dglx=dri 2018-12-12 17:47:36 +00:00
SConscript