summaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys/virgl/drm
Commit message (Expand)AuthorAgeFilesLines
* virgl: Deduplicate checks for resource cachingAlexandros Frantzis2019-06-072-10/+7
* virgl: Don't try to use cached resources for legacy fencesAlexandros Frantzis2019-06-071-1/+4
* virgl: export resource_is_busy from winsysChia-I Wu2019-05-061-6/+7
* virgl/drm: insert correct handles into the table. (v3)Dave Airlie2019-04-251-1/+4
* virgl/drm: handle flink name better.Dave Airlie2019-04-252-20/+11
* virgl/drm: cleanup buffer from handle creation (v2)Dave Airlie2019-04-252-15/+13
* virgl: fix fence fd version checkChia-I Wu2019-04-151-2/+2
* virgl: introduce virgl_drm_fenceChia-I Wu2019-04-152-45/+115
* virgl: hide fence internals from the driverChia-I Wu2019-04-151-16/+24
* virgl: handle fence_server_sync in winsysChia-I Wu2019-04-152-9/+24
* Delete autotoolsDylan Baker2019-04-151-35/+0
* virgl: close drm fd when destroying virgl screen.Lepton Wu2019-04-021-0/+1
* virgl: use uint16_t mask instead of separate booleansGurchetan Singh2019-03-131-50/+51
* virgl: make winsys modifications for encoded transfersGurchetan Singh2019-02-152-2/+13
* drm-uapi: use local files, not system libdrmEric Engestrom2019-02-141-1/+1
* virgl: Use file descriptor instead of un-allocated objectGert Wollny2018-11-191-1/+1
* virgl: Clean up fences commitRobert Foss2018-11-182-2/+0
* virgl: native fence fd supportRobert Foss2018-11-163-4/+96
* winsys/virgl: avoid unintended behaviorErik Faye-Lund2018-09-121-1/+1
* 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: 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-151-2/+6
* virgl: handle getting new capsets.Dave Airlie2018-03-053-29/+25
* virgl: Support v2 caps struct (v2)Stéphane Marchesin2018-02-131-1/+37
* autotools: include meson build files in tarballDylan Baker2018-01-191-0/+2
* meson: build virgl driverDylan Baker2017-11-281-0/+27
* util: move os_time.[ch] to src/utilNicolai Hähnle2017-11-091-1/+1
* 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-071-11/+11
* gallium/util: replace pipe_mutex_lock() with mtx_lock()Timothy Arceri2017-03-071-10/+10
* gallium/util: replace pipe_mutex_destroy() with mtx_destroy()Timothy Arceri2017-03-071-2/+2
* gallium/util: replace pipe_mutex_init() with mtx_init()Timothy Arceri2017-03-071-2/+2
* gallium/util: remove pipe_static_mutex()Timothy Arceri2017-03-071-1/+1
* gallium/util: replace pipe_mutex with mtx_tTimothy Arceri2017-03-071-2/+2
* 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-091-1/+1
* gallium: push offset down to driverStanimir Varbanov2016-05-301-0/+6
* virgl: mark function as staticDave Airlie2016-02-021-1/+1
* 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-081-1/+1
* winsys/virgl: rework line wrapping/indentEmil Velikov2015-10-301-36/+47