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_texture.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
virgl: move texture metadata to common code
Gurchetan Singh
2018-12-19
1
-9
/
+10
*
virgl: texture_transfer_pool --> transfer_pool
Gurchetan Singh
2018-12-19
1
-3
/
+3
*
virgl: adjust strides when mapping temp-resources
Erik Faye-Lund
2018-09-14
1
-0
/
+2
*
virgl: do not map zero-sized resource
Erik Faye-Lund
2018-09-10
1
-2
/
+1
*
virgl: remove dead code
Erik Faye-Lund
2018-09-10
1
-5
/
+1
*
virgl: drop needless return-code
Erik Faye-Lund
2018-09-10
1
-2
/
+1
*
virgl: free trans on map-error
Erik Faye-Lund
2018-09-10
1
-0
/
+1
*
Revert "virgl: remove unused stride-arguments"
Dave Airlie
2018-07-24
1
-2
/
+22
*
virgl: remove unused stride-arguments
Erik Faye-Lund
2018-07-23
1
-22
/
+2
*
virgl: use the new parent/child pools for transfers
Nicolai Hähnle
2016-10-05
1
-2
/
+2
*
gallium: switch drivers to the slab allocator in src/util
Marek Olšák
2016-09-06
1
-2
/
+2
*
gallium: split transfer_inline_write into buffer and texture callbacks
Marek Olšák
2016-07-23
1
-1
/
+0
*
virgl: Add missing texture transfer_inline_write
Rob Herring
2016-05-21
1
-1
/
+1
*
gallium/drivers: Sanitize NULL checks into canonical form
Edward O'Callaghan
2015-12-06
1
-1
/
+1
*
virgl: unwrap the includes
Emil Velikov
2015-10-30
1
-3
/
+5
*
virgl: introduce and use virgl_transfer/texture/resource inline wrappers
Emil Velikov
2015-10-30
1
-5
/
+5
*
virgl: add virgl_context/sampler_view/so_target() upcast wrappers
Emil Velikov
2015-10-30
1
-2
/
+2
*
virgl: rename virgl.h to virgl_screen.h
Emil Velikov
2015-10-30
1
-1
/
+1
*
virgl: add driver for virtio-gpu 3D (v2)
Dave Airlie
2015-10-23
1
-0
/
+349