v3d: add new flag dirty TMU cache at v3d_compiler
[mesa.git] / src / gallium / drivers / virgl / virgl_resource.h
2019-10-03 Gurchetan Singhvirgl: modify internal structures to track winsys-suppl...
2019-07-23 Ilia Mirkingallium: switch boolean -> bool at the interface defini...
2019-07-07 Alexandros Frantzisvirgl: Hide internal virgl_resource functions
2019-07-07 Alexandros Frantzisvirgl: Introduce virgl_resource_transfer_map
2019-06-28 Alexandros Frantzisvirgl: Don't allow creating staging pipe_resources
2019-06-28 Alexandros Frantzisvirgl: Use virgl_staging_mgr
2019-06-28 Alexandros Frantzisvirgl: Store the virgl_hw_res for copy transfers
2019-06-19 David Rileyvirgl: Support VIRGL_BIND_SHARED
2019-06-17 Chia-I Wuvirgl: better support for PIPE_TRANSFER_DISCARD_WHOLE_R...
2019-06-17 Chia-I Wuvirgl: add virgl_rebind_resource
2019-06-17 Chia-I Wuvirgl: save virgl_hw_res in virgl_transfer
2019-06-13 Chia-I Wuvirgl: pass virgl_context to transfer create/destroy
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-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-01 David Rileyvirgl: Store mapped hw resource with transfer object.
2019-04-17 Erik Faye-Lundvirgl: support write-back with staged transfers
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: introduce transfer queue
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
2019-01-31 Dave Airlievirgl: ARB_query_buffer_object support
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: 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-12-19 Gurchetan Singhvirgl: move texture metadata to common code
2018-07-23 Dave Airlievirgl: add initial shader_storage_buffer_object support...
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: move virgl_hw.h into the driver dir
2015-10-30 Emil Velikovvirgl: straighten the includes confusion
2015-10-23 Dave Airlievirgl: add driver for virtio-gpu 3D (v2)