summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/virgl/virgl_buffer.c
AgeCommit message (Expand)AuthorFilesLines
2019-01-03virgl: don't flush an empty rangeGurchetan Singh1-0/+4
2018-12-19virgl: move resource creation / import / destruction to common codeGurchetan Singh1-30/+3
2018-12-19virgl: move resource metadata into base resourceGurchetan Singh1-26/+25
2018-12-19virgl: modify how we handle GL_MAP_FLUSH_EXPLICIT_BITGurchetan Singh1-22/+24
2018-12-19virgl: make virgl_buffers use resource helpersGurchetan Singh1-20/+10
2018-12-19virgl: consolidate transfer codeGurchetan Singh1-1/+1
2018-12-19virgl: remove unnessecary codeGurchetan Singh1-3/+0
2018-12-19virgl: texture_transfer_pool --> transfer_poolGurchetan Singh1-2/+2
2018-11-30virgl: don't mark buffers as unclean after a writeGurchetan Singh1-1/+0
2018-08-01virgl: also mark sampler views as dirtyGurchetan Singh1-1/+2
2018-07-24Revert "virgl: remove unused stride-arguments"Dave Airlie1-2/+2
2018-07-24virgl: add initial shader_storage_buffer_object support. (v2)Dave Airlie1-0/+2
2018-07-23virgl: remove unused stride-argumentsErik Faye-Lund1-2/+2
2016-10-05virgl: use the new parent/child pools for transfersNicolai Hähnle1-2/+2
2016-09-06gallium: switch drivers to the slab allocator in src/utilMarek Olšák1-2/+2
2016-07-23gallium: split transfer_inline_write into buffer and texture callbacksMarek Olšák1-1/+0
2015-12-06gallium/drivers: Sanitize NULL checks into canonical formEdward O'Callaghan1-1/+1
2015-10-30virgl: unwrap the includesEmil Velikov1-0/+2
2015-10-30virgl: introduce and use virgl_transfer/texture/resource inline wrappersEmil Velikov1-1/+1
2015-10-30virgl: add virgl_context/sampler_view/so_target() upcast wrappersEmil Velikov1-3/+3
2015-10-23virgl: add driver for virtio-gpu 3D (v2)Dave Airlie1-0/+170