summaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys/virgl/vtest
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-5/+8
* virgl: export resource_is_busy from winsysChia-I Wu2019-05-061-5/+7
* 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: hide fence internals from the driverChia-I Wu2019-04-151-12/+18
* virgl: handle fence_server_sync in winsysChia-I Wu2019-04-151-3/+1
* Delete autotoolsDylan Baker2019-04-151-34/+0
* virgl: use uint16_t mask instead of separate booleansGurchetan Singh2019-03-131-30/+32
* virgl/vtest: deprecate protocol version 1Gurchetan Singh2019-02-274-43/+23
* virgl: make winsys modifications for encoded transfersGurchetan Singh2019-02-151-1/+3
* 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: Clean up fences commitRobert Foss2018-11-181-1/+0
* virgl: native fence fd supportRobert Foss2018-11-161-2/+8
* 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/vtest: Correct off-by-one error in resource allocationGert Wollny2018-09-051-4/+9
* virgl/vtest: add support to vtest for new cap getting.Dave Airlie2018-07-102-4/+28
* virgl: resize resource bo allocation if we need to.Dave Airlie2018-03-151-2/+6
* virgl: handle getting new capsets.Dave Airlie2018-03-052-1/+3
* autotools: include meson build files in tarballDylan Baker2018-01-191-0/+2
* meson: build virgl driverDylan Baker2017-11-281-0/+26
* util: move os_time.[ch] to src/utilNicolai Hähnle2017-11-091-1/+1
* gallium/util: replace pipe_mutex_unlock() with mtx_unlock()Timothy Arceri2017-03-071-4/+4
* gallium/util: replace pipe_mutex_lock() with mtx_lock()Timothy Arceri2017-03-071-3/+3
* gallium/util: replace pipe_mutex_destroy() with mtx_destroy()Timothy Arceri2017-03-071-1/+1
* gallium/util: replace pipe_mutex_init() with mtx_init()Timothy Arceri2017-03-071-1/+1
* gallium/util: replace pipe_mutex with mtx_tTimothy Arceri2017-03-071-1/+1
* virgl: fix checking fencesMarc-André Lureau2016-06-091-1/+1
* virgl: also build vtest for AndroidRob Herring2016-02-021-0/+33
* virgl: wrap ret assignment with braces to do correct thingDave Airlie2015-11-081-1/+1
* 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-303-56/+77
* virgl: unwrap the includesEmil Velikov2015-10-304-8/+12
* winsys/virgl: remove calloc/malloc castsEmil Velikov2015-10-301-2/+1
* winsys/virgl: throw in some inline wrappersEmil Velikov2015-10-302-5/+21
* virgl: move virgl_hw.h into the driver dirEmil Velikov2015-10-302-2/+1
* virgl: straighten the includes confusionEmil Velikov2015-10-302-3/+3
* virgl: remove the _FILE_OFFSET_BITS definesEmil Velikov2015-10-302-4/+0