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
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium: add PIPE_RESOURCE_FLAG_SINGLE_THREAD_USE to skip util_range lock
Marek Olšák
2019-10-07
6
-9
/
+9
*
virgl: modify internal structures to track winsys-supplied data
Gurchetan Singh
2019-10-02
2
-43
/
+52
*
virgl: modify resource_create_from_handle(..) callback
Gurchetan Singh
2019-10-02
2
-2
/
+13
*
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
6
-16
/
+303
*
virgl: check scanout mask
Gurchetan Singh
2019-08-08
2
-0
/
+7
*
virgl: fixup_readback_format --> fixup_formats
Gurchetan Singh
2019-08-08
1
-8
/
+7
*
virgl: access caps in a less verbose way in virgl_is_format_supported
Gurchetan Singh
2019-08-08
1
-9
/
+9
*
virgl: Enable depth_clamp by lowering if the host is new enough.
Gert Wollny
2019-08-01
2
-1
/
+8
*
virgl: make use of local variable
Eric Engestrom
2019-07-31
1
-1
/
+1
*
tree-wide: replace MAYBE_UNUSED with ASSERTED
Eric Engestrom
2019-07-31
1
-1
/
+1
*
gallium: switch boolean -> bool at the interface definitions
Ilia Mirkin
2019-07-22
5
-51
/
+51
*
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
3
-25
/
+24
*
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
*
gallium: get rid of PIPE_CAP_SM3
Erik Faye-Lund
2019-07-10
1
-1
/
+3
*
virgl: remove virgl_transfer_queue_lists
Chia-I Wu
2019-07-09
2
-36
/
+13
*
virgl: simplify virgl_transfer_queue_extend
Chia-I Wu
2019-07-09
1
-34
/
+5
*
virgl: remove transfer after transfer_write
Chia-I Wu
2019-07-09
1
-2
/
+1
*
virgl: improve virgl_transfer_queue_is_queued
Chia-I Wu
2019-07-09
1
-30
/
+21
*
virgl: fix transfers_intersect for mipmaps
Chia-I Wu
2019-07-09
1
-7
/
+2
*
virgl: fix some false positives in transfers_overlap
Chia-I Wu
2019-07-09
1
-27
/
+86
*
virgl: Hide internal virgl_resource functions
Alexandros Frantzis
2019-07-06
2
-166
/
+157
*
virgl: Use virgl_resource_transfer_map for textures
Alexandros Frantzis
2019-07-06
2
-60
/
+4
*
virgl: Use virgl_resource_transfer_map for buffers
Alexandros Frantzis
2019-07-06
1
-79
/
+1
*
virgl: Introduce virgl_resource_transfer_map
Alexandros Frantzis
2019-07-06
2
-0
/
+92
*
virgl: Clear the valid buffer range when possible
Alexandros Frantzis
2019-07-03
2
-0
/
+24
*
android: virgl: fix generated virgl_driinfo.h building rules
Mauro Rossi
2019-06-29
1
-2
/
+8
*
virgl: Don't allow creating staging pipe_resources
Alexandros Frantzis
2019-06-28
3
-24
/
+8
*
virgl: Use virgl_staging_mgr
Alexandros Frantzis
2019-06-28
6
-57
/
+34
*
virgl: Add tests for virgl_staging_mgr
Alexandros Frantzis
2019-06-28
3
-0
/
+424
*
virgl: Introduce virgl_staging_mgr
Alexandros Frantzis
2019-06-28
4
-0
/
+230
*
virgl: Store the virgl_hw_res for copy transfers
Alexandros Frantzis
2019-06-28
6
-10
/
+19
*
virgl: add VIRGL_DEBUG_XFER
Chia-I Wu
2019-06-25
3
-4
/
+9
*
virgl: add VIRGL_DEBUG_SYNC
Chia-I Wu
2019-06-25
3
-1
/
+20
*
virgl: fix the value of VIRGL_DEBUG_BGRA_DEST_SWIZZLE
Chia-I Wu
2019-06-25
2
-8
/
+10
*
android: virgl: fix libmesa_winsys_virgil_common build and dependencies
Mauro Rossi
2019-06-21
1
-1
/
+1
*
virgl: Add debug flag to bypass driconf to enable the BGRA tweaks
Gert Wollny
2019-06-20
2
-0
/
+8
*
virgl: Add a tweak to set the value for emulated queries of GL_SAMPLES_PASSED
Gert Wollny
2019-06-20
5
-1
/
+12
*
virgl: Add tweak to apply a swizzle when drawing/blitting to a emulated BGRA ...
Gert Wollny
2019-06-20
5
-0
/
+9
*
virgl: Add driconf tweak for emulating BGRA surfaces on GLES
Gert Wollny
2019-06-20
3
-0
/
+10
*
virgl: Add override for BGRA format to use swizzled SRGB format
Gert Wollny
2019-06-20
4
-1
/
+27
*
virgl: Add code to accept BGRx_SRGB as RGBx_SRGB
Gert Wollny
2019-06-20
2
-3
/
+23
*
virgl: Add skeleton to evaluate cap and send tweaks
Gert Wollny
2019-06-20
5
-0
/
+31
*
virgl: factor out format host bits check
Gert Wollny
2019-06-20
1
-16
/
+17
*
gallium/virgl: Add code path for virgl to read driconf
Gert Wollny
2019-06-20
2
-2
/
+3
*
virgl: Add driinfo file and tie it into the build
Gert Wollny
2019-06-20
3
-2
/
+36
*
virgl: Support VIRGL_BIND_SHARED
David Riley
2019-06-19
2
-0
/
+3
[next]