aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys/virgl
Commit message (Expand)AuthorAgeFilesLines
* virgl: export resource_is_busy from winsysChia-I Wu2019-05-062-11/+14
* 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/vtest: bump up protocol version + support encoded transfersGurchetan Singh2019-04-183-3/+12
* virgl/vtest: wait after issuing a transfer getGurchetan Singh2019-04-181-2/+3
* virgl/vtest: modify sending and receiving data for shared memoryGurchetan Singh2019-04-181-4/+35
* virgl/vtest: receive and handle shared memory fdGurchetan Singh2019-04-182-7/+55
* virgl/vtest: plumb support for shared memoryGurchetan Singh2019-04-183-6/+10
* virgl/vtest: add utilities for receiving fdsGurchetan Singh2019-04-181-0/+43
* virgl/vtest: execute a transfer_get when flushing the front bufferGurchetan Singh2019-04-181-22/+21
* 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-152-28/+42
* virgl: handle fence_server_sync in winsysChia-I Wu2019-04-153-12/+25
* Delete autotoolsDylan Baker2019-04-152-69/+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-132-80/+83
* virgl/vtest: deprecate protocol version 1Gurchetan Singh2019-02-274-43/+23
* virgl: make winsys modifications for encoded transfersGurchetan Singh2019-02-153-3/+16
* drm-uapi: use local files, not system libdrmEric Engestrom2019-02-141-1/+1
* virgl/vtest: Use default socket name from protocol headerJakob Bornecrantz2019-01-031-3/+1
* virgl/vtest: fix front buffer flush with protocol version 0.Dave Airlie2018-12-281-1/+1
* virgl,vtest: Initialize return valueGert Wollny2018-11-281-1/+1
* 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