summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/virgl/virgl_buffer.c
Commit message (Expand)AuthorAgeFilesLines
* virgl: don't flush an empty rangeGurchetan Singh2019-01-031-0/+4
* virgl: move resource creation / import / destruction to common codeGurchetan Singh2018-12-191-30/+3
* virgl: move resource metadata into base resourceGurchetan Singh2018-12-191-26/+25
* virgl: modify how we handle GL_MAP_FLUSH_EXPLICIT_BITGurchetan Singh2018-12-191-22/+24
* virgl: make virgl_buffers use resource helpersGurchetan Singh2018-12-191-20/+10
* virgl: consolidate transfer codeGurchetan Singh2018-12-191-1/+1
* virgl: remove unnessecary codeGurchetan Singh2018-12-191-3/+0
* virgl: texture_transfer_pool --> transfer_poolGurchetan Singh2018-12-191-2/+2
* virgl: don't mark buffers as unclean after a writeGurchetan Singh2018-11-301-1/+0
* virgl: also mark sampler views as dirtyGurchetan Singh2018-08-011-1/+2
* Revert "virgl: remove unused stride-arguments"Dave Airlie2018-07-241-2/+2
* virgl: add initial shader_storage_buffer_object support. (v2)Dave Airlie2018-07-241-0/+2
* virgl: remove unused stride-argumentsErik Faye-Lund2018-07-231-2/+2
* virgl: use the new parent/child pools for transfersNicolai Hähnle2016-10-051-2/+2
* gallium: switch drivers to the slab allocator in src/utilMarek Olšák2016-09-061-2/+2
* gallium: split transfer_inline_write into buffer and texture callbacksMarek Olšák2016-07-231-1/+0
* gallium/drivers: Sanitize NULL checks into canonical formEdward O'Callaghan2015-12-061-1/+1
* virgl: unwrap the includesEmil Velikov2015-10-301-0/+2
* virgl: introduce and use virgl_transfer/texture/resource inline wrappersEmil Velikov2015-10-301-1/+1
* virgl: add virgl_context/sampler_view/so_target() upcast wrappersEmil Velikov2015-10-301-3/+3
* virgl: add driver for virtio-gpu 3D (v2)Dave Airlie2015-10-231-0/+170