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
/
winsys
/
virgl
Commit message (
Expand
)
Author
Age
Files
Lines
*
virgl: fix vtest regression since fencing changes.
Dave Airlie
2018-11-19
1
-0
/
+1
*
virgl: Use file descriptor instead of un-allocated object
Gert Wollny
2018-11-19
1
-1
/
+1
*
virgl: Clean up fences commit
Robert Foss
2018-11-18
3
-3
/
+0
*
virgl: native fence fd support
Robert Foss
2018-11-16
4
-6
/
+104
*
virgl/vtest-winsys: Use virgl version of bind flags
Gert Wollny
2018-11-02
1
-1
/
+1
*
virgl: Pass resource size and transfer offsets
Tomeu Vizoso
2018-10-06
4
-28
/
+208
*
virgl, vtest: Correct the transfer size calculation
Gert Wollny
2018-10-06
1
-1
/
+3
*
virgl: Negotiate version with vtest server
Tomeu Vizoso
2018-10-04
3
-0
/
+64
*
winsys/virgl: avoid unintended behavior
Erik Faye-Lund
2018-09-12
1
-1
/
+1
*
winsys/virgl/vtest: Correct off-by-one error in resource allocation
Gert Wollny
2018-09-05
1
-4
/
+9
*
winsys/virgl: Initialize value to silence valgrind
Gert Wollny
2018-09-05
1
-1
/
+1
*
winsys/virgl: correct resource and handle allocation (v2)
Gert Wollny
2018-09-05
1
-5
/
+18
*
Revert "virgl: remove unused stride-arguments"
Dave Airlie
2018-07-24
1
-0
/
+6
*
virgl: remove unused stride-arguments
Erik Faye-Lund
2018-07-23
1
-6
/
+0
*
virgl/vtest: add support to vtest for new cap getting.
Dave Airlie
2018-07-10
2
-4
/
+28
*
virgl: Remove debugging left-overs
Tomeu Vizoso
2018-06-19
1
-2
/
+0
*
gallium/winsys: rename DRM_API_HANDLE_* to WINSYS_HANDLE_*
Dave Airlie
2018-05-30
1
-6
/
+6
*
virgl: disable virgl when no 3D for virtio gpu.
Lepton Wu
2018-04-23
1
-0
/
+11
*
virgl: resize resource bo allocation if we need to.
Dave Airlie
2018-03-15
2
-4
/
+12
*
virgl: handle getting new capsets.
Dave Airlie
2018-03-05
5
-30
/
+28
*
virgl: Support v2 caps struct (v2)
Stéphane Marchesin
2018-02-13
1
-1
/
+37
*
autotools: include meson build files in tarball
Dylan Baker
2018-01-19
2
-0
/
+4
*
meson: build virgl driver
Dylan Baker
2017-11-28
2
-0
/
+53
*
util: move os_time.[ch] to src/util
Nicolai Hähnle
2017-11-09
2
-2
/
+2
*
virgl: fix virgl_bo_transfer_{put, get} box struct copy
Rob Herring
2017-05-19
1
-2
/
+12
*
gallium/util: replace pipe_mutex_unlock() with mtx_unlock()
Timothy Arceri
2017-03-07
2
-15
/
+15
*
gallium/util: replace pipe_mutex_lock() with mtx_lock()
Timothy Arceri
2017-03-07
2
-13
/
+13
*
gallium/util: replace pipe_mutex_destroy() with mtx_destroy()
Timothy Arceri
2017-03-07
2
-3
/
+3
*
gallium/util: replace pipe_mutex_init() with mtx_init()
Timothy Arceri
2017-03-07
2
-3
/
+3
*
gallium/util: remove pipe_static_mutex()
Timothy Arceri
2017-03-07
1
-1
/
+1
*
gallium/util: replace pipe_mutex with mtx_t
Timothy Arceri
2017-03-07
2
-3
/
+3
*
gallium/winsys: replace calls to dup(2) with fcntl(F_DUPFD_CLOEXEC)
Matt Whitlock
2016-10-04
1
-1
/
+1
*
virgl: add exported dmabuf to BO hash table
Rob Herring
2016-07-29
1
-0
/
+3
*
Android: move libdrm settings to top-level Android.common.mk
Rob Herring
2016-06-13
1
-1
/
+0
*
virgl: fix checking fences
Marc-André Lureau
2016-06-09
2
-2
/
+2
*
gallium: push offset down to driver
Stanimir Varbanov
2016-05-30
1
-0
/
+6
*
virgl: mark function as static
Dave Airlie
2016-02-02
1
-1
/
+1
*
virgl: also build vtest for Android
Rob Herring
2016-02-02
1
-0
/
+33
*
virgl: fix reference counting of prime handles
Rob Herring
2016-02-02
2
-12
/
+33
*
virgl: reuse screen when fd is already open
Rob Herring
2016-02-02
2
-2
/
+89
*
virgl: enable building on Android
Rob Herring
2016-01-23
1
-0
/
+34
*
virgl: wrap ret assignment with braces to do correct thing
Dave Airlie
2015-11-08
2
-2
/
+2
*
virgl/vtest: fix extra malloc
Dave Airlie
2015-10-31
1
-1
/
+1
*
gallium/swrast: fixup build breakage and warnings
Dave Airlie
2015-10-31
1
-1
/
+1
*
winsys/virgl: rework line wrapping/indent
Emil Velikov
2015-10-30
4
-92
/
+124
*
virgl: unwrap the includes
Emil Velikov
2015-10-30
6
-26
/
+27
*
winsys/virgl: remove temporary ret variable
Emil Velikov
2015-10-30
1
-9
/
+3
*
winsys/virgl: always memset prior to ioctl
Emil Velikov
2015-10-30
1
-4
/
+8
*
winsys/virgl: use MALLOC to match FREE
Emil Velikov
2015-10-30
1
-1
/
+1
*
winsys/virgl: remove calloc/malloc casts
Emil Velikov
2015-10-30
2
-5
/
+3
[next]