virgl: track level cleanliness rather than resource cleanliness
[mesa.git] / src / gallium / drivers / virgl / virgl_buffer.c
2019-02-15 Gurchetan Singhvirgl: track level cleanliness rather than resource...
2019-02-15 Gurchetan Singhvirgl: don't mark unclean after a flush
2019-02-15 Gurchetan Singhvirgl: add ability to do finer grain dirty tracking
2019-01-03 Gurchetan Singhvirgl: don't flush an empty range
2018-12-19 Gurchetan Singhvirgl: move resource creation / import / destruction...
2018-12-19 Gurchetan Singhvirgl: move resource metadata into base resource
2018-12-19 Gurchetan Singhvirgl: modify how we handle GL_MAP_FLUSH_EXPLICIT_BIT
2018-12-19 Gurchetan Singhvirgl: make virgl_buffers use resource helpers
2018-12-19 Gurchetan Singhvirgl: consolidate transfer code
2018-12-19 Gurchetan Singhvirgl: remove unnessecary code
2018-12-19 Gurchetan Singhvirgl: texture_transfer_pool --> transfer_pool
2018-11-30 Gurchetan Singhvirgl: don't mark buffers as unclean after a write
2018-07-31 Gurchetan Singhvirgl: also mark sampler views as dirty
2018-07-23 Dave AirlieRevert "virgl: remove unused stride-arguments"
2018-07-23 Dave Airlievirgl: add initial shader_storage_buffer_object support...
2018-07-23 Erik Faye-Lundvirgl: remove unused stride-arguments
2016-10-05 Nicolai Hähnlevirgl: use the new parent/child pools for transfers
2016-09-06 Marek Olšákgallium: switch drivers to the slab allocator in src...
2016-07-23 Marek Olšákgallium: split transfer_inline_write into buffer and...
2015-12-11 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-12-06 Edward O'Callaghangallium/drivers: Sanitize NULL checks into canonical...
2015-11-03 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-10-30 Emil Velikovvirgl: unwrap the includes
2015-10-30 Emil Velikovvirgl: introduce and use virgl_transfer/texture/resourc...
2015-10-30 Emil Velikovvirgl: add virgl_context/sampler_view/so_target() upcas...
2015-10-23 Dave Airlievirgl: add driver for virtio-gpu 3D (v2)