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
/
winsys
/
virgl
Commit message (
Expand
)
Author
Age
Files
Lines
*
meson: inline `inc_common`
Eric Engestrom
2020-03-28
3
-3
/
+3
*
util: don't include p_defines.h and u_pointer.h from gallium
Marek Olšák
2020-03-27
1
-0
/
+1
*
gallium/hash_table: remove some function wrappers
Marek Olšák
2020-02-26
1
-10
/
+10
*
gallium/hash_table: turn it into a wrapper around util/hash_table
Marek Olšák
2020-02-26
2
-4
/
+4
*
gallium/hash_table: consolidate hash tables with FD keys
Marek Olšák
2020-02-26
1
-23
/
+1
*
gallium/hash_table: consolidate hash tables with pointer keys
Marek Olšák
2020-02-26
1
-14
/
+2
*
virgl: Use align_free for align_malloc allocated buffer
Szymon Andrzejuk
2020-02-01
1
-1
/
+1
*
virgl/drm: update UAPI
Gurchetan Singh
2020-01-10
2
-175
/
+1
*
util: Move gallium's PIPE_FORMAT utils to /util/format/
Eric Anholt
2019-11-14
3
-3
/
+3
*
util: remove LIST_DEL macro
Timothy Arceri
2019-10-28
1
-2
/
+2
*
util: remove LIST_ADDTAIL macro
Timothy Arceri
2019-10-28
1
-1
/
+1
*
util: remove LIST_INITHEAD macro
Timothy Arceri
2019-10-28
1
-1
/
+1
*
virgl: honor winsys supplied metadata
Gurchetan Singh
2019-10-02
1
-1
/
+6
*
virgl: modify resource_create_from_handle(..) callback
Gurchetan Singh
2019-10-02
1
-1
/
+5
*
virgl: remove stride from virgl_hw_res
Gurchetan Singh
2019-10-02
2
-3
/
+0
*
virgl: Remove wrong EAGAIN handling for drmIoctl
Lepton Wu
2019-09-18
1
-3
/
+3
*
virgl: replace fprintf with _debug_printf
Lepton Wu
2019-09-14
1
-5
/
+5
*
virgl: fix format conversion for recent gallium changes.
Dave Airlie
2019-08-26
2
-2
/
+2
*
virgl: drop unused format field
Dave Airlie
2019-08-26
2
-2
/
+0
*
meson: Test for program_invocation_name
Matt Turner
2019-07-30
1
-1
/
+1
*
android: virgl: remove unnecessary LOCAL_C_INCLUDES
Chih-Wei Huang
2019-07-10
2
-4
/
+0
*
android: fix typo LOCAL_EXPORT_C_INCLUDES
Chih-Wei Huang
2019-06-29
1
-1
/
+1
*
android: virgl: fix libmesa_winsys_virgil_common build and dependencies
Mauro Rossi
2019-06-21
2
-0
/
+4
*
gallium/virgl: Add code path for virgl to read driconf
Gert Wollny
2019-06-20
2
-3
/
+3
*
virgl: add resource_reference to virgl_winsys
Chia-I Wu
2019-06-17
2
-30
/
+17
*
virgl: Return immediately when finding a compatible resource in the cache
Alexandros Frantzis
2019-06-14
1
-25
/
+14
*
virgl: Use virgl_resource_cache in the vtest winsys
Alexandros Frantzis
2019-06-14
4
-122
/
+44
*
virgl: Use virgl_resource_cache in the drm winsys
Alexandros Frantzis
2019-06-14
4
-123
/
+44
*
virgl: Introduce virgl_resource_cache
Alexandros Frantzis
2019-06-14
5
-0
/
+330
*
virgl: consider newly created resources idle
Chia-I Wu
2019-06-11
1
-6
/
+8
*
virgl: make resource_wait/resource_is_busy cheaper
Chia-I Wu
2019-06-11
2
-0
/
+27
*
virgl: add virgl_drm_{alloc,free,clear}_res_list
Chia-I Wu
2019-06-11
1
-17
/
+42
*
virgl: do not cache external resources
Chia-I Wu
2019-06-11
2
-1
/
+10
*
virgl: Make VIRGL_BIND_STAGING resources cacheable
Alexandros Frantzis
2019-06-07
2
-2
/
+4
*
virgl: Deduplicate checks for resource caching
Alexandros Frantzis
2019-06-07
4
-20
/
+14
*
virgl: Don't try to use cached resources for legacy fences
Alexandros Frantzis
2019-06-07
2
-6
/
+12
*
virgl: export resource_is_busy from winsys
Chia-I Wu
2019-05-06
2
-11
/
+14
*
virgl/drm: insert correct handles into the table. (v3)
Dave Airlie
2019-04-25
1
-1
/
+4
*
virgl/drm: handle flink name better.
Dave Airlie
2019-04-25
2
-20
/
+11
*
virgl/drm: cleanup buffer from handle creation (v2)
Dave Airlie
2019-04-25
2
-15
/
+13
*
virgl/vtest: bump up protocol version + support encoded transfers
Gurchetan Singh
2019-04-18
3
-3
/
+12
*
virgl/vtest: wait after issuing a transfer get
Gurchetan Singh
2019-04-18
1
-2
/
+3
*
virgl/vtest: modify sending and receiving data for shared memory
Gurchetan Singh
2019-04-18
1
-4
/
+35
*
virgl/vtest: receive and handle shared memory fd
Gurchetan Singh
2019-04-18
2
-7
/
+55
*
virgl/vtest: plumb support for shared memory
Gurchetan Singh
2019-04-18
3
-6
/
+10
*
virgl/vtest: add utilities for receiving fds
Gurchetan Singh
2019-04-18
1
-0
/
+43
*
virgl/vtest: execute a transfer_get when flushing the front buffer
Gurchetan Singh
2019-04-18
1
-22
/
+21
*
virgl: fix fence fd version check
Chia-I Wu
2019-04-15
1
-2
/
+2
*
virgl: introduce virgl_drm_fence
Chia-I Wu
2019-04-15
2
-45
/
+115
*
virgl: hide fence internals from the driver
Chia-I Wu
2019-04-15
2
-28
/
+42
[next]