Files
mesa/src
Nicolai Hähnle 667da4eaed winsys/amdgpu: sparse buffer creation / destruction / commitment
This is the bulk of the buffer allocation logic. It is fairly simple and
stupid. We'll probably want to use e.g. interval trees at some point to
keep track of commitments, but Mesa doesn't have an implementation of those
yet.

v2:
- remove pipe_mutex_*
- fix total_backing_pages accounting
- simplify by using the new VA_OP_CLEAR/REPLACE kernel interface

Reviewed-by: Marek Olšák <marek.olsak@amd.com>
2017-04-05 10:37:18 +02:00
..
2017-03-28 14:48:12 -04:00
2017-01-20 11:40:52 -08:00
2017-04-04 18:33:52 -07:00
2017-03-15 11:37:55 +00:00
2017-04-05 10:37:16 +02:00