summaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys/virgl
Commit message (Expand)AuthorAgeFilesLines
* virgl: fix vtest regression since fencing changes.Dave Airlie2018-11-191-0/+1
* virgl: Use file descriptor instead of un-allocated objectGert Wollny2018-11-191-1/+1
* virgl: Clean up fences commitRobert Foss2018-11-183-3/+0
* virgl: native fence fd supportRobert Foss2018-11-164-6/+104
* virgl/vtest-winsys: Use virgl version of bind flagsGert Wollny2018-11-021-1/+1
* virgl: Pass resource size and transfer offsetsTomeu Vizoso2018-10-064-28/+208
* virgl, vtest: Correct the transfer size calculationGert Wollny2018-10-061-1/+3
* virgl: Negotiate version with vtest serverTomeu Vizoso2018-10-043-0/+64
* winsys/virgl: avoid unintended behaviorErik Faye-Lund2018-09-121-1/+1
* winsys/virgl/vtest: Correct off-by-one error in resource allocationGert Wollny2018-09-051-4/+9
* winsys/virgl: Initialize value to silence valgrindGert Wollny2018-09-051-1/+1
* winsys/virgl: correct resource and handle allocation (v2)Gert Wollny2018-09-051-5/+18
* Revert "virgl: remove unused stride-arguments"Dave Airlie2018-07-241-0/+6
* virgl: remove unused stride-argumentsErik Faye-Lund2018-07-231-6/+0
* virgl/vtest: add support to vtest for new cap getting.Dave Airlie2018-07-102-4/+28
* virgl: Remove debugging left-oversTomeu Vizoso2018-06-191-2/+0
* gallium/winsys: rename DRM_API_HANDLE_* to WINSYS_HANDLE_*Dave Airlie2018-05-301-6/+6
* virgl: disable virgl when no 3D for virtio gpu.Lepton Wu2018-04-231-0/+11
* virgl: resize resource bo allocation if we need to.Dave Airlie2018-03-152-4/+12
* virgl: handle getting new capsets.Dave Airlie2018-03-055-30/+28
* virgl: Support v2 caps struct (v2)Stéphane Marchesin2018-02-131-1/+37
* autotools: include meson build files in tarballDylan Baker2018-01-192-0/+4
* meson: build virgl driverDylan Baker2017-11-282-0/+53
* util: move os_time.[ch] to src/utilNicolai Hähnle2017-11-092-2/+2
* virgl: fix virgl_bo_transfer_{put, get} box struct copyRob Herring2017-05-191-2/+12
* gallium/util: replace pipe_mutex_unlock() with mtx_unlock()Timothy Arceri2017-03-072-15/+15
* gallium/util: replace pipe_mutex_lock() with mtx_lock()Timothy Arceri2017-03-072-13/+13
* gallium/util: replace pipe_mutex_destroy() with mtx_destroy()Timothy Arceri2017-03-072-3/+3
* gallium/util: replace pipe_mutex_init() with mtx_init()Timothy Arceri2017-03-072-3/+3
* gallium/util: remove pipe_static_mutex()Timothy Arceri2017-03-071-1/+1
* gallium/util: replace pipe_mutex with mtx_tTimothy Arceri2017-03-072-3/+3
* gallium/winsys: replace calls to dup(2) with fcntl(F_DUPFD_CLOEXEC)Matt Whitlock2016-10-041-1/+1
* virgl: add exported dmabuf to BO hash tableRob Herring2016-07-291-0/+3
* Android: move libdrm settings to top-level Android.common.mkRob Herring2016-06-131-1/+0
* virgl: fix checking fencesMarc-André Lureau2016-06-092-2/+2
* gallium: push offset down to driverStanimir Varbanov2016-05-301-0/+6
* virgl: mark function as staticDave Airlie2016-02-021-1/+1
* virgl: also build vtest for AndroidRob Herring2016-02-021-0/+33
* virgl: fix reference counting of prime handlesRob Herring2016-02-022-12/+33
* virgl: reuse screen when fd is already openRob Herring2016-02-022-2/+89
* virgl: enable building on AndroidRob Herring2016-01-231-0/+34
* virgl: wrap ret assignment with braces to do correct thingDave Airlie2015-11-082-2/+2
* virgl/vtest: fix extra mallocDave Airlie2015-10-311-1/+1
* gallium/swrast: fixup build breakage and warningsDave Airlie2015-10-311-1/+1
* winsys/virgl: rework line wrapping/indentEmil Velikov2015-10-304-92/+124
* virgl: unwrap the includesEmil Velikov2015-10-306-26/+27
* winsys/virgl: remove temporary ret variableEmil Velikov2015-10-301-9/+3
* winsys/virgl: always memset prior to ioctlEmil Velikov2015-10-301-4/+8
* winsys/virgl: use MALLOC to match FREEEmil Velikov2015-10-301-1/+1
* winsys/virgl: remove calloc/malloc castsEmil Velikov2015-10-302-5/+3