summaryrefslogtreecommitdiff
path: root/src/gallium/winsys/virgl
AgeCommit message (Expand)AuthorFilesLines
2017-05-19virgl: fix virgl_bo_transfer_{put, get} box struct copyRob Herring1-2/+12
2017-03-07gallium/util: replace pipe_mutex_unlock() with mtx_unlock()Timothy Arceri2-15/+15
2017-03-07gallium/util: replace pipe_mutex_lock() with mtx_lock()Timothy Arceri2-13/+13
2017-03-07gallium/util: replace pipe_mutex_destroy() with mtx_destroy()Timothy Arceri2-3/+3
2017-03-07gallium/util: replace pipe_mutex_init() with mtx_init()Timothy Arceri2-3/+3
2017-03-07gallium/util: remove pipe_static_mutex()Timothy Arceri1-1/+1
2017-03-07gallium/util: replace pipe_mutex with mtx_tTimothy Arceri2-3/+3
2016-10-04gallium/winsys: replace calls to dup(2) with fcntl(F_DUPFD_CLOEXEC)Matt Whitlock1-1/+1
2016-07-29virgl: add exported dmabuf to BO hash tableRob Herring1-0/+3
2016-06-13Android: move libdrm settings to top-level Android.common.mkRob Herring1-1/+0
2016-06-09virgl: fix checking fencesMarc-André Lureau2-2/+2
2016-05-30gallium: push offset down to driverStanimir Varbanov1-0/+6
2016-02-02virgl: mark function as staticDave Airlie1-1/+1
2016-02-02virgl: also build vtest for AndroidRob Herring1-0/+33
2016-02-02virgl: fix reference counting of prime handlesRob Herring2-12/+33
2016-02-02virgl: reuse screen when fd is already openRob Herring2-2/+89
2016-01-23virgl: enable building on AndroidRob Herring1-0/+34
2015-11-08virgl: wrap ret assignment with braces to do correct thingDave Airlie2-2/+2
2015-10-31virgl/vtest: fix extra mallocDave Airlie1-1/+1
2015-10-31gallium/swrast: fixup build breakage and warningsDave Airlie1-1/+1
2015-10-30winsys/virgl: rework line wrapping/indentEmil Velikov4-92/+124
2015-10-30virgl: unwrap the includesEmil Velikov6-26/+27
2015-10-30winsys/virgl: remove temporary ret variableEmil Velikov1-9/+3
2015-10-30winsys/virgl: always memset prior to ioctlEmil Velikov1-4/+8
2015-10-30winsys/virgl: use MALLOC to match FREEEmil Velikov1-1/+1
2015-10-30winsys/virgl: remove calloc/malloc castsEmil Velikov2-5/+3
2015-10-30winsys/virgl: throw in some inline wrappersEmil Velikov4-10/+40
2015-10-30winsys/virgl/drm: drop unneeded forward declarationEmil Velikov1-2/+0
2015-10-30virgl: move virgl_hw.h into the driver dirEmil Velikov6-291/+2
2015-10-30virgl: straighten the includes confusionEmil Velikov3-5/+5
2015-10-30virgl: remove the _FILE_OFFSET_BITS definesEmil Velikov3-7/+0
2015-10-30winsys/virgl/drm: add all files to the tarballEmil Velikov1-1/+5
2015-10-30winsys/virgl/vtest: list all files in Makefile.sourcesEmil Velikov1-1/+4
2015-10-30virgl: fix drm.h include pathEmil Velikov1-1/+1
2015-10-23virgl/vtest: add vtest driverDave Airlie7-0/+1227
2015-10-23virgl: add driver for virtio-gpu 3D (v2)Dave Airlie7-0/+1377