mesa/src
Chia-I Wu c7078397ca virgl: do not use inline writes for subdata
Inline writes skip transfer map/unamp at the cost of an extra copy
on the data during execbuffer.  That is generally a win for small
transfers.  But the heuristic to use inline writes based on buffer
sizes rather than transfer sizes makes little sense.  More
importantly, inline writes miss optimizations that are done for
buffer transfers.

Let's just use transfers.

Signed-off-by: Chia-I Wu <olvaffe@gmail.com>
Reviewed-By: Gert Wollny <gert.wollny@collabora.com>
2019-05-06 10:31:56 -07:00
..
amd radv: fix rowPitch for R32G32B32 formats on GFX9 2019-05-06 19:07:44 +02:00
broadcom delete autotools .gitignore files 2019-04-29 21:17:19 +00:00
compiler mesa: Makefile.sources: Add nir_lower_fb_read.c to Makefile.sources list 2019-05-06 11:29:26 +00:00
egl meson: make nm binary optional 2019-05-03 10:58:05 -07:00
freedreno mesa: Makefile.sources: Add ir3_nir_lower_load_barycentric_at_sample/offset to Makefile.sources 2019-05-06 11:29:26 +00:00
gallium virgl: do not use inline writes for subdata 2019-05-06 10:31:56 -07:00
gbm meson: make nm binary optional 2019-05-03 10:58:05 -07:00
getopt
glx delete autotools input files 2019-04-29 21:17:19 +00:00
gtest delete autotools .gitignore files 2019-04-29 21:17:19 +00:00
hgl haiku: Fix hgl dispatch build. Tested under meson/scons. 2019-04-02 16:06:00 -05:00
imgui imgui: update memory editor 2019-02-26 12:49:07 +00:00
intel anv,i965: Stop warning about incomplete gen11 support 2019-05-03 22:57:35 +00:00
loader Delete autotools 2019-04-15 13:44:29 -07:00
mapi meson: make nm binary optional 2019-05-03 10:58:05 -07:00
mesa mesa: Leave aliasing of vertex and generic0 attribute to the dlist code. 2019-05-04 07:40:35 +02:00
util util/drirc: add workarounds for bugs in Doom 3: BFG 2019-05-06 17:32:36 +10:00
vulkan vulkan/overlay: add TODO list 2019-05-02 17:02:57 +01:00
meson.build turnip: Add driver skeleton (v2) 2019-03-11 10:01:15 -07:00
SConscript scons: Remove gles option. 2018-10-19 16:50:26 +01:00