mesa/src
Rob Clark 67a7f6f244 freedreno: remove blit_via_copy_region()
If we hit the memcpy() path for copy_region(), that will try to do a
transfer_map(), which goes badly for blits to/from staging triggered
by transfer_map() or transfer_unmap().

We could possibly add fd_blit2() which has allow_transfer_map param,
and call that for staging blits.  But I'm not really sure if trying
the blit via copy_region() is very useful.  At least for newer gens
that implement fd_context::blit(), it probably isn't.

Signed-off-by: Rob Clark <robdclark@gmail.com>
2019-01-03 08:10:32 -05:00
..
amd nir: rename nir_link_constant_varyings() nir_link_opt_varyings() 2019-01-02 12:19:17 +11:00
broadcom v3d: Refactor compiler entrypoints. 2019-01-02 14:12:29 -08:00
compiler nir: merge some basic consecutive ifs 2019-01-03 15:17:16 +11:00
egl egl/haiku: Fix reference to disp vs dpy 2019-01-02 13:45:09 +00:00
freedreno freedreno/ir3: don't treat all inputs/outputs as vec4 2018-12-22 15:27:21 -05:00
gallium freedreno: remove blit_via_copy_region() 2019-01-03 08:10:32 -05:00
gbm meson: Add tests to suites 2018-11-20 09:09:22 -08:00
getopt
glx glx/test: meson: assorted include fixes 2018-12-12 19:24:14 +00:00
gtest meson: hide warnings from external project gtest 2018-10-31 18:20:25 +00:00
hgl meson: Add Haiku platform support v4 2018-02-16 16:56:34 -06:00
intel nir: rename nir_link_constant_varyings() nir_link_opt_varyings() 2019-01-02 12:19:17 +11:00
loader loader/dri3: Enable adaptive_sync via _VARIABLE_REFRESH property 2018-12-28 16:44:47 +01:00
mapi glapi: fixup EXT_multisampled_render_to_texture dispatch 2018-12-10 15:09:07 -08:00
mesa nir: rename nir_link_constant_varyings() nir_link_opt_varyings() 2019-01-02 12:19:17 +11:00
util drirc: Initial blacklist for adaptive sync 2018-12-28 16:44:27 +01:00
vulkan vulkan: Update the XML and headers to 1.1.96 2018-12-17 10:41:56 -06: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 scons: Remove gles option. 2018-10-19 16:50:26 +01:00