index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
/
virgl
/
virgl_texture.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
util: Move gallium's PIPE_FORMAT utils to /util/format/
Eric Anholt
2019-11-14
1
-1
/
+1
*
virgl: Fix pipe_resource leaks under multi-sample.
Lepton Wu
2019-09-10
1
-1
/
+3
*
virgl: fix format conversion for recent gallium changes.
Dave Airlie
2019-08-26
1
-3
/
+3
*
virgl: Use virgl_resource_transfer_map for textures
Alexandros Frantzis
2019-07-06
1
-60
/
+3
*
virgl: Don't allow creating staging pipe_resources
Alexandros Frantzis
2019-06-28
1
-6
/
+0
*
virgl: Use virgl_staging_mgr
Alexandros Frantzis
2019-06-28
1
-9
/
+4
*
virgl: Store the virgl_hw_res for copy transfers
Alexandros Frantzis
2019-06-28
1
-1
/
+1
*
virgl: better support for PIPE_TRANSFER_DISCARD_WHOLE_RESOURCE
Chia-I Wu
2019-06-17
1
-0
/
+7
*
virgl: save virgl_hw_res in virgl_transfer
Chia-I Wu
2019-06-17
1
-1
/
+1
*
virgl: pass virgl_context to transfer create/destroy
Chia-I Wu
2019-06-12
1
-9
/
+8
*
virgl: Use copy transfers for textures
Alexandros Frantzis
2019-06-07
1
-5
/
+35
*
virgl: resolve to correct level during texture read
Chia-I Wu
2019-06-04
1
-2
/
+2
*
virgl: fix texture resolving with compressed formats
Chia-I Wu
2019-06-04
1
-12
/
+17
*
virgl: handle DONT_BLOCK and MAP_DIRECTLY
Chia-I Wu
2019-05-15
1
-2
/
+11
*
virgl: add virgl_resource_transfer_prepare
Chia-I Wu
2019-05-15
1
-22
/
+1
*
virgl: comment on a sync issue in transfers
Chia-I Wu
2019-05-14
1
-0
/
+10
*
virgl: Store mapped hw resource with transfer object.
David Riley
2019-05-01
1
-3
/
+3
*
virgl: wait after a flush
Gurchetan Singh
2019-04-18
1
-3
/
+6
*
virgl: document potentially failing blit
Erik Faye-Lund
2019-04-17
1
-0
/
+6
*
virgl: do color-conversion during when mapping transfer
Erik Faye-Lund
2019-04-17
1
-10
/
+70
*
virgl: only blit if resource is read
Erik Faye-Lund
2019-04-17
1
-2
/
+5
*
virgl: make sure bind is set for non-buffers
Erik Faye-Lund
2019-04-17
1
-0
/
+3
*
virgl: support write-back with staged transfers
Erik Faye-Lund
2019-04-17
1
-21
/
+48
*
virgl: use pipe_box for blit dst-rect
Erik Faye-Lund
2019-04-17
1
-5
/
+12
*
virgl: rewrite core of virgl_texture_transfer_map
Erik Faye-Lund
2019-04-17
1
-36
/
+58
*
virgl: return error if allocating resolve_tmp fails
Erik Faye-Lund
2019-04-17
1
-0
/
+4
*
virgl: wait for the right resource
Erik Faye-Lund
2019-04-17
1
-1
/
+1
*
virgl: check for readback on correct resource
Erik Faye-Lund
2019-04-17
1
-1
/
+1
*
virgl: make unmap queuing a bit more straight-forward
Erik Faye-Lund
2019-04-17
1
-5
/
+7
*
virgl: simplify virgl_texture_transfer_unmap logic
Erik Faye-Lund
2019-04-17
1
-13
/
+9
*
virgl: track full virgl_resource instead of just virgl_hw_res
Erik Faye-Lund
2019-04-17
1
-5
/
+5
*
virgl: tmp_resource -> templ
Erik Faye-Lund
2019-04-17
1
-4
/
+3
*
virgl: remove pointless transfer-counter
Erik Faye-Lund
2019-04-17
1
-1
/
+0
*
virgl: use debug_printf instead of fprintf
Erik Faye-Lund
2019-04-11
1
-1
/
+3
*
virgl: do not warn about display-target binding
Erik Faye-Lund
2019-04-11
1
-1
/
+1
*
virgl: only warn about unchecked flags
Erik Faye-Lund
2019-04-11
1
-3
/
+4
*
virgl: unsigned int -> unsigned
Erik Faye-Lund
2019-04-11
1
-1
/
+1
*
virgl: Set bind when creating temp resource.
Lepton Wu
2019-04-09
1
-0
/
+10
*
virgl: also destroy all read-transfers
Erik Faye-Lund
2019-04-03
1
-1
/
+2
*
virgl: use uint16_t mask instead of separate booleans
Gurchetan Singh
2019-03-13
1
-5
/
+5
*
virgl: use transfer queue
Gurchetan Singh
2019-02-15
1
-7
/
+11
*
virgl: pass virgl transfer to virgl_res_needs_flush_wait
Gurchetan Singh
2019-02-15
1
-4
/
+4
*
virgl: when creating / freeing transfers, pass slab pool directly
Gurchetan Singh
2019-02-15
1
-4
/
+4
*
virgl: track level cleanliness rather than resource cleanliness
Gurchetan Singh
2019-02-15
1
-2
/
+1
*
virgl: add ability to do finer grain dirty tracking
Gurchetan Singh
2019-02-15
1
-1
/
+1
*
virgl: move resource creation / import / destruction to common code
Gurchetan Singh
2018-12-19
1
-66
/
+4
*
virgl: move resource metadata into base resource
Gurchetan Singh
2018-12-19
1
-42
/
+43
*
virgl: consolidate transfer code
Gurchetan Singh
2018-12-19
1
-46
/
+12
*
virgl: move vrend_get_tex_image_offset to common code
Gurchetan Singh
2018-12-19
1
-26
/
+1
*
virgl: move virgl_resource_layout to common code
Gurchetan Singh
2018-12-19
1
-42
/
+10
[next]