summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/virgl/virgl_resource.c
Commit message (Expand)AuthorAgeFilesLines
* virgl: use virgl_transfer_inline_write even lessGurchetan Singh2019-02-151-1/+1
* virgl: use transfer queueGurchetan Singh2019-02-151-0/+2
* virgl: add extra checks in virgl_res_needs_flush_waitGurchetan Singh2019-02-151-4/+9
* virgl: pass virgl transfer to virgl_res_needs_flush_waitGurchetan Singh2019-02-151-3/+4
* virgl: when creating / freeing transfers, pass slab pool directlyGurchetan Singh2019-02-151-5/+4
* virgl: track level cleanliness rather than resource cleanlinessGurchetan Singh2019-02-151-4/+8
* virgl: use virgl_resource_dirty helperGurchetan Singh2019-02-151-0/+6
* virgl: add ability to do finer grain dirty trackingGurchetan Singh2019-02-151-2/+4
* virgl: move resource creation / import / destruction to common codeGurchetan Singh2018-12-191-10/+74
* virgl: make transfer code with PIPE_BUFFER targetsGurchetan Singh2018-12-191-2/+4
* virgl: consolidate transfer codeGurchetan Singh2018-12-191-8/+48
* virgl: store layer_stride in metadataGurchetan Singh2018-12-191-6/+5
* virgl: move vrend_get_tex_image_offset to common codeGurchetan Singh2018-12-191-0/+24
* virgl: move virgl_resource_layout to common codeGurchetan Singh2018-12-191-0/+37
* virgl: avoid large inline transfersGurchetan Singh2018-11-301-1/+5
* gallium/util: don't modify usage in pipe_buffer_writeMarek Olšák2016-07-231-0/+5
* gallium: split transfer_inline_write into buffer and texture callbacksMarek Olšák2016-07-231-1/+13
* gallium: add external usage flags to resource_from(get)_handle (v2)Marek Olšák2016-03-091-1/+2
* virgl: unwrap the includesEmil Velikov2015-10-301-1/+2
* virgl: use virgl_screen/surface upcast wrappersEmil Velikov2015-10-301-2/+2
* virgl: add driver for virtio-gpu 3D (v2)Dave Airlie2015-10-231-0/+89