index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
/
virgl
/
virgl_resource.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium: switch boolean -> bool at the interface definitions
Ilia Mirkin
2019-07-22
1
-4
/
+4
*
virgl: fix a sync issue in virgl_buffer_transfer_extend
Chia-I Wu
2019-07-19
1
-62
/
+15
*
virgl: rework virgl_transfer_queue_extend
Chia-I Wu
2019-07-19
1
-4
/
+2
*
virgl: fix virgl_buffer_transfer_extend
Chia-I Wu
2019-07-19
1
-0
/
+1
*
virgl: Set meta data for textures from handle.
Lepton Wu
2019-07-17
1
-0
/
+1
*
gallium: use MAP_DIRECTLY to mean supression of DISCARD in buffer_subdata
Marek Olšák
2019-07-15
1
-4
/
+6
*
virgl: Hide internal virgl_resource functions
Alexandros Frantzis
2019-07-06
1
-142
/
+157
*
virgl: Use virgl_resource_transfer_map for textures
Alexandros Frantzis
2019-07-06
1
-0
/
+1
*
virgl: Introduce virgl_resource_transfer_map
Alexandros Frantzis
2019-07-06
1
-0
/
+84
*
virgl: Clear the valid buffer range when possible
Alexandros Frantzis
2019-07-03
1
-0
/
+3
*
virgl: Use virgl_staging_mgr
Alexandros Frantzis
2019-06-28
1
-24
/
+14
*
virgl: Store the virgl_hw_res for copy transfers
Alexandros Frantzis
2019-06-28
1
-3
/
+11
*
virgl: add VIRGL_DEBUG_XFER
Chia-I Wu
2019-06-25
1
-4
/
+7
*
virgl: Add override for BGRA format to use swizzled SRGB format
Gert Wollny
2019-06-20
1
-0
/
+10
*
virgl: fix sync issue regarding discard/unsync transfers
Chia-I Wu
2019-06-18
1
-5
/
+15
*
virgl: better support for PIPE_TRANSFER_DISCARD_WHOLE_RESOURCE
Chia-I Wu
2019-06-17
1
-25
/
+70
*
virgl: save virgl_hw_res in virgl_transfer
Chia-I Wu
2019-06-17
1
-0
/
+7
*
virgl: add resource_reference to virgl_winsys
Chia-I Wu
2019-06-17
1
-1
/
+1
*
virgl: virgl_transfer should own its virgl_resource
Chia-I Wu
2019-06-12
1
-1
/
+5
*
virgl: pass virgl_context to transfer create/destroy
Chia-I Wu
2019-06-12
1
-4
/
+4
*
virgl: Work around possible memory exhaustion
Alexandros Frantzis
2019-06-07
1
-3
/
+14
*
virgl: Remove incorrect resource wait condition
Alexandros Frantzis
2019-06-07
1
-13
/
+0
*
virgl: Use copy transfers for textures
Alexandros Frantzis
2019-06-07
1
-4
/
+52
*
virgl: Use buffer copy transfers to avoid waiting when mapping
Alexandros Frantzis
2019-06-07
1
-2
/
+82
*
virgl: Support copy transfers
Alexandros Frantzis
2019-06-07
1
-0
/
+3
*
virgl: Support VIRGL_BIND_STAGING
Alexandros Frantzis
2019-06-07
1
-1
/
+1
*
virgl: Avoid unfinished transfer_get with PIPE_TRANSFER_DONTBLOCK
Alexandros Frantzis
2019-06-07
1
-9
/
+12
*
virgl: fix readback with pending transfers
Chia-I Wu
2019-05-29
1
-6
/
+26
*
virgl: remove an incorrect check in virgl_res_needs_flush
Chia-I Wu
2019-05-24
1
-15
/
+0
*
virgl: track valid buffer range for transfer sync
Chia-I Wu
2019-05-22
1
-19
/
+31
*
virgl: handle DONT_BLOCK and MAP_DIRECTLY
Chia-I Wu
2019-05-15
1
-2
/
+17
*
virgl: add virgl_resource_transfer_prepare
Chia-I Wu
2019-05-15
1
-5
/
+44
*
virgl: honor DISCARD_WHOLE_RESOURCE in virgl_res_needs_readback
Chia-I Wu
2019-05-15
1
-1
/
+2
*
virgl: clean up virgl_res_needs_readback
Chia-I Wu
2019-05-15
1
-5
/
+16
*
virgl: clean up virgl_res_needs_flush
Chia-I Wu
2019-05-14
1
-2
/
+34
*
virgl: do not skip readback because of explicit flush
Chia-I Wu
2019-05-14
1
-3
/
+0
*
virgl: do not use inline writes for subdata
Chia-I Wu
2019-05-06
1
-4
/
+7
*
virgl: Re-use and extend queue transfers for intersecting buffer subdatas.
David Riley
2019-05-01
1
-0
/
+46
*
virgl: add support for missing command buffer binding.
Dave Airlie
2019-04-09
1
-1
/
+1
*
virgl: use uint16_t mask instead of separate booleans
Gurchetan Singh
2019-03-13
1
-8
/
+7
*
virgl: use virgl_transfer_inline_write even less
Gurchetan Singh
2019-02-15
1
-1
/
+1
*
virgl: use transfer queue
Gurchetan Singh
2019-02-15
1
-0
/
+2
*
virgl: add extra checks in virgl_res_needs_flush_wait
Gurchetan Singh
2019-02-15
1
-4
/
+9
*
virgl: pass virgl transfer to virgl_res_needs_flush_wait
Gurchetan Singh
2019-02-15
1
-3
/
+4
*
virgl: when creating / freeing transfers, pass slab pool directly
Gurchetan Singh
2019-02-15
1
-5
/
+4
*
virgl: track level cleanliness rather than resource cleanliness
Gurchetan Singh
2019-02-15
1
-4
/
+8
*
virgl: use virgl_resource_dirty helper
Gurchetan Singh
2019-02-15
1
-0
/
+6
*
virgl: add ability to do finer grain dirty tracking
Gurchetan Singh
2019-02-15
1
-2
/
+4
*
virgl: move resource creation / import / destruction to common code
Gurchetan Singh
2018-12-19
1
-10
/
+74
*
virgl: make transfer code with PIPE_BUFFER targets
Gurchetan Singh
2018-12-19
1
-2
/
+4
[next]