commit | d71bc0d741a20d146e8580e80e148c291aad0e64 | [log] [tgz] |
---|---|---|
author | Marek Olšák <marek.olsak@amd.com> | Thu Jan 26 22:24:13 2017 +0100 |
committer | Marek Olšák <marek.olsak@amd.com> | Tue Feb 14 21:46:16 2017 +0100 |
tree | 5adfa2d97bb781c03168970316f7172e70342c7e | |
parent | 3360dbe0c1ebeead9046955b3de4dcdf86cfbb40 [diff] |
gallium: add common uploaders into pipe_context (v2) For lower memory usage and more efficient updates of the buffer residency list. (e.g. if drivers keep seeing the same buffer for many consecutive "add" calls, the calls can be turned into no-ops trivially) v2: add const_uploader, add documentation Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com> Tested-by: Edmondo Tommasina <edmondo.tommasina@gmail.com> Tested-by: Charmaine Lee <charmainel@vmware.com>