virgl: fixup_readback_format --> fixup_formats
[mesa.git] / src / gallium / drivers / virgl / virgl_resource.c
2019-07-23 Ilia Mirkingallium: switch boolean -> bool at the interface defini...
2019-07-20 Chia-I Wuvirgl: fix a sync issue in virgl_buffer_transfer_extend
2019-07-20 Chia-I Wuvirgl: rework virgl_transfer_queue_extend
2019-07-20 Chia-I Wuvirgl: fix virgl_buffer_transfer_extend
2019-07-17 Lepton Wuvirgl: Set meta data for textures from handle.
2019-07-15 Marek Olšákgallium: use MAP_DIRECTLY to mean supression of DISCARD...
2019-07-07 Alexandros Frantzisvirgl: Hide internal virgl_resource functions
2019-07-07 Alexandros Frantzisvirgl: Use virgl_resource_transfer_map for textures
2019-07-07 Alexandros Frantzisvirgl: Introduce virgl_resource_transfer_map
2019-07-03 Alexandros Frantzisvirgl: Clear the valid buffer range when possible
2019-06-28 Alexandros Frantzisvirgl: Use virgl_staging_mgr
2019-06-28 Alexandros Frantzisvirgl: Store the virgl_hw_res for copy transfers
2019-06-25 Chia-I Wuvirgl: add VIRGL_DEBUG_XFER
2019-06-20 Gert Wollnyvirgl: Add override for BGRA format to use swizzled...
2019-06-18 Chia-I Wuvirgl: fix sync issue regarding discard/unsync transfers
2019-06-17 Chia-I Wuvirgl: better support for PIPE_TRANSFER_DISCARD_WHOLE_R...
2019-06-17 Chia-I Wuvirgl: save virgl_hw_res in virgl_transfer
2019-06-17 Chia-I Wuvirgl: add resource_reference to virgl_winsys
2019-06-13 Chia-I Wuvirgl: virgl_transfer should own its virgl_resource
2019-06-13 Chia-I Wuvirgl: pass virgl_context to transfer create/destroy
2019-06-08 Alexandros Frantzisvirgl: Work around possible memory exhaustion
2019-06-08 Alexandros Frantzisvirgl: Remove incorrect resource wait condition
2019-06-08 Alexandros Frantzisvirgl: Use copy transfers for textures
2019-06-08 Alexandros Frantzisvirgl: Use buffer copy transfers to avoid waiting when...
2019-06-08 Alexandros Frantzisvirgl: Support copy transfers
2019-06-08 Alexandros Frantzisvirgl: Support VIRGL_BIND_STAGING
2019-06-08 Alexandros Frantzisvirgl: Avoid unfinished transfer_get with PIPE_TRANSFER...
2019-05-29 Chia-I Wuvirgl: fix readback with pending transfers
2019-05-24 Chia-I Wuvirgl: remove an incorrect check in virgl_res_needs_flush
2019-05-22 Chia-I Wuvirgl: track valid buffer range for transfer sync
2019-05-15 Chia-I Wuvirgl: handle DONT_BLOCK and MAP_DIRECTLY
2019-05-15 Chia-I Wuvirgl: add virgl_resource_transfer_prepare
2019-05-15 Chia-I Wuvirgl: honor DISCARD_WHOLE_RESOURCE in virgl_res_needs_...
2019-05-15 Chia-I Wuvirgl: clean up virgl_res_needs_readback
2019-05-14 Chia-I Wuvirgl: clean up virgl_res_needs_flush
2019-05-14 Chia-I Wuvirgl: do not skip readback because of explicit flush
2019-05-06 Chia-I Wuvirgl: do not use inline writes for subdata
2019-05-01 David Rileyvirgl: Re-use and extend queue transfers for intersecti...
2019-04-09 Dave Airlievirgl: add support for missing command buffer binding.
2019-03-13 Gurchetan Singhvirgl: use uint16_t mask instead of separate booleans
2019-02-15 Gurchetan Singhvirgl: use virgl_transfer_inline_write even less
2019-02-15 Gurchetan Singhvirgl: use transfer queue
2019-02-15 Gurchetan Singhvirgl: add extra checks in virgl_res_needs_flush_wait
2019-02-15 Gurchetan Singhvirgl: pass virgl transfer to virgl_res_needs_flush_wait
2019-02-15 Gurchetan Singhvirgl: when creating / freeing transfers, pass slab...
2019-02-15 Gurchetan Singhvirgl: track level cleanliness rather than resource...
2019-02-15 Gurchetan Singhvirgl: use virgl_resource_dirty helper
2019-02-15 Gurchetan Singhvirgl: add ability to do finer grain dirty tracking
2018-12-19 Gurchetan Singhvirgl: move resource creation / import / destruction...
2018-12-19 Gurchetan Singhvirgl: make transfer code with PIPE_BUFFER targets
2018-12-19 Gurchetan Singhvirgl: consolidate transfer code
2018-12-19 Gurchetan Singhvirgl: store layer_stride in metadata
2018-12-19 Gurchetan Singhvirgl: move vrend_get_tex_image_offset to common code
2018-12-19 Gurchetan Singhvirgl: move virgl_resource_layout to common code
2018-11-30 Gurchetan Singhvirgl: avoid large inline transfers
2016-07-23 Marek Olšákgallium/util: don't modify usage in pipe_buffer_write
2016-07-23 Marek Olšákgallium: split transfer_inline_write into buffer and...
2016-03-15 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-03-09 Marek Olšákgallium: add external usage flags to resource_from...
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: use virgl_screen/surface upcast wrappers
2015-10-23 Dave Airlievirgl: add driver for virtio-gpu 3D (v2)