winsys/amdgpu: clean up code around BO VM alignment
[mesa.git] / src / gallium / winsys / virgl /
2018-11-28 Gert Wollnyvirgl,vtest: Initialize return value
2018-11-19 Dave Airlievirgl: fix vtest regression since fencing changes.
2018-11-19 Gert Wollnyvirgl: Use file descriptor instead of un-allocated...
2018-11-18 Robert Fossvirgl: Clean up fences commit
2018-11-16 Robert Fossvirgl: native fence fd support
2018-11-02 Gert Wollnyvirgl/vtest-winsys: Use virgl version of bind flags
2018-10-06 Tomeu Vizosovirgl: Pass resource size and transfer offsets
2018-10-06 Gert Wollnyvirgl, vtest: Correct the transfer size calculation
2018-10-04 Tomeu Vizosovirgl: Negotiate version with vtest server
2018-09-12 Erik Faye-Lundwinsys/virgl: avoid unintended behavior
2018-09-05 Gert Wollnywinsys/virgl/vtest: Correct off-by-one error in resourc...
2018-09-05 Gert Wollnywinsys/virgl: Initialize value to silence valgrind
2018-09-05 Gert Wollnywinsys/virgl: correct resource and handle allocation...
2018-07-23 Dave AirlieRevert "virgl: remove unused stride-arguments"
2018-07-23 Erik Faye-Lundvirgl: remove unused stride-arguments
2018-07-09 Dave Airlievirgl/vtest: add support to vtest for new cap getting.
2018-06-19 Tomeu Vizosovirgl: Remove debugging left-overs
2018-05-29 Dave Airliegallium/winsys: rename DRM_API_HANDLE_* to WINSYS_HANDLE_*
2018-04-23 Lepton Wuvirgl: disable virgl when no 3D for virtio gpu.
2018-03-15 Dave Airlievirgl: resize resource bo allocation if we need to.
2018-03-05 Dave Airlievirgl: handle getting new capsets.
2018-02-13 Stéphane Marchesinvirgl: Support v2 caps struct (v2)
2018-01-20 Dylan Bakerautotools: include meson build files in tarball
2017-11-28 Dylan Bakermeson: build virgl driver
2017-11-09 Nicolai Hähnleutil: move os_time.[ch] to src/util
2017-05-19 Rob Herringvirgl: fix virgl_bo_transfer_{put, get} box struct...
2017-03-06 Timothy Arcerigallium/util: replace pipe_mutex_unlock() with mtx_unlock()
2017-03-06 Timothy Arcerigallium/util: replace pipe_mutex_lock() with mtx_lock()
2017-03-06 Timothy Arcerigallium/util: replace pipe_mutex_destroy() with mtx_des...
2017-03-06 Timothy Arcerigallium/util: replace pipe_mutex_init() with mtx_init()
2017-03-06 Timothy Arcerigallium/util: remove pipe_static_mutex()
2017-03-06 Timothy Arcerigallium/util: replace pipe_mutex with mtx_t
2016-10-04 Matt Whitlockgallium/winsys: replace calls to dup(2) with fcntl...
2016-07-28 Rob Herringvirgl: add exported dmabuf to BO hash table
2016-06-13 Rob HerringAndroid: move libdrm settings to top-level Android...
2016-06-09 Marc-André Lureauvirgl: fix checking fences
2016-05-30 Stanimir Varbanovgallium: push offset down to driver
2016-02-05 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2016-02-05 Jason EkstrandMerge branch mesa-public/master into vulkan
2016-02-02 Dave Airlievirgl: mark function as static
2016-02-01 Rob Herringvirgl: also build vtest for Android
2016-02-01 Rob Herringvirgl: fix reference counting of prime handles
2016-02-01 Rob Herringvirgl: reuse screen when fd is already open
2016-01-23 Rob Herringvirgl: enable building on Android
2015-11-14 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-11-07 Dave Airlievirgl: wrap ret assignment with braces to do correct...
2015-11-03 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-10-31 Dave Airlievirgl/vtest: fix extra malloc
2015-10-31 Dave Airliegallium/swrast: fixup build breakage and warnings
2015-10-30 Emil Velikovwinsys/virgl: rework line wrapping/indent
2015-10-30 Emil Velikovvirgl: unwrap the includes
2015-10-30 Emil Velikovwinsys/virgl: remove temporary ret variable
2015-10-30 Emil Velikovwinsys/virgl: always memset prior to ioctl
2015-10-30 Emil Velikovwinsys/virgl: use MALLOC to match FREE
2015-10-30 Emil Velikovwinsys/virgl: remove calloc/malloc casts
2015-10-30 Emil Velikovwinsys/virgl: throw in some inline wrappers
2015-10-30 Emil Velikovwinsys/virgl/drm: drop unneeded forward declaration
2015-10-30 Emil Velikovvirgl: move virgl_hw.h into the driver dir
2015-10-30 Emil Velikovvirgl: straighten the includes confusion
2015-10-30 Emil Velikovvirgl: remove the _FILE_OFFSET_BITS defines
2015-10-30 Emil Velikovwinsys/virgl/drm: add all files to the tarball
2015-10-30 Emil Velikovwinsys/virgl/vtest: list all files in Makefile.sources
2015-10-30 Emil Velikovvirgl: fix drm.h include path
2015-10-23 Dave Airlievirgl/vtest: add vtest driver
2015-10-23 Dave Airlievirgl: add driver for virtio-gpu 3D (v2)