aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys/virgl/vtest
Commit message (Expand)AuthorAgeFilesLines
* 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
* winsys/virgl/vtest: list all files in Makefile.sourcesEmil Velikov2015-10-301-1/+4
* virgl/vtest: add vtest driverDave Airlie2015-10-237-0/+1227