aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys/virgl/vtest/virgl_vtest_winsys.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* virgl: fix checking fencesMarc-André Lureau2016-06-091-1/+1
* virgl: wrap ret assignment with braces to do correct thingDave Airlie2015-11-081-1/+1
* gallium/swrast: fixup build breakage and warningsDave Airlie2015-10-311-1/+1
* winsys/virgl: rework line wrapping/indentEmil Velikov2015-10-301-51/+66
* virgl: unwrap the includesEmil Velikov2015-10-301-3/+4
* winsys/virgl: remove calloc/malloc castsEmil Velikov2015-10-301-2/+1
* winsys/virgl: throw in some inline wrappersEmil Velikov2015-10-301-5/+5
* virgl: remove the _FILE_OFFSET_BITS definesEmil Velikov2015-10-301-2/+0
* virgl/vtest: add vtest driverDave Airlie2015-10-231-0/+653