aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/virgl/virgl_texture.c
Commit message (Expand)AuthorAgeFilesLines
* virgl: when creating / freeing transfers, pass slab pool directlyGurchetan Singh2019-02-151-4/+4
* virgl: track level cleanliness rather than resource cleanlinessGurchetan Singh2019-02-151-2/+1
* virgl: add ability to do finer grain dirty trackingGurchetan Singh2019-02-151-1/+1
* virgl: move resource creation / import / destruction to common codeGurchetan Singh2018-12-191-66/+4
* virgl: move resource metadata into base resourceGurchetan Singh2018-12-191-42/+43
* virgl: consolidate transfer codeGurchetan Singh2018-12-191-46/+12
* virgl: move vrend_get_tex_image_offset to common codeGurchetan Singh2018-12-191-26/+1
* virgl: move virgl_resource_layout to common codeGurchetan Singh2018-12-191-42/+10
* virgl: move texture metadata to common codeGurchetan Singh2018-12-191-9/+10
* virgl: texture_transfer_pool --> transfer_poolGurchetan Singh2018-12-191-3/+3
* virgl: adjust strides when mapping temp-resourcesErik Faye-Lund2018-09-141-0/+2
* virgl: do not map zero-sized resourceErik Faye-Lund2018-09-101-2/+1
* virgl: remove dead codeErik Faye-Lund2018-09-101-5/+1
* virgl: drop needless return-codeErik Faye-Lund2018-09-101-2/+1
* virgl: free trans on map-errorErik Faye-Lund2018-09-101-0/+1
* Revert "virgl: remove unused stride-arguments"Dave Airlie2018-07-241-2/+22
* virgl: remove unused stride-argumentsErik Faye-Lund2018-07-231-22/+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
* virgl: Add missing texture transfer_inline_writeRob Herring2016-05-211-1/+1
* gallium/drivers: Sanitize NULL checks into canonical formEdward O'Callaghan2015-12-061-1/+1
* virgl: unwrap the includesEmil Velikov2015-10-301-3/+5
* virgl: introduce and use virgl_transfer/texture/resource inline wrappersEmil Velikov2015-10-301-5/+5
* virgl: add virgl_context/sampler_view/so_target() upcast wrappersEmil Velikov2015-10-301-2/+2
* virgl: rename virgl.h to virgl_screen.hEmil Velikov2015-10-301-1/+1
* virgl: add driver for virtio-gpu 3D (v2)Dave Airlie2015-10-231-0/+349