util: Move gallium's PIPE_FORMAT utils to /util/format/
[mesa.git] / src / gallium / winsys / virgl / drm / virgl_drm_winsys.c
2019-11-14 Eric Anholtutil: Move gallium's PIPE_FORMAT utils to /util/format/
2019-10-03 Gurchetan Singhvirgl: honor winsys supplied metadata
2019-10-03 Gurchetan Singhvirgl: modify resource_create_from_handle(..) callback
2019-10-03 Gurchetan Singhvirgl: remove stride from virgl_hw_res
2019-09-18 Lepton Wuvirgl: Remove wrong EAGAIN handling for drmIoctl
2019-09-14 Lepton Wuvirgl: replace fprintf with _debug_printf
2019-08-26 Dave Airlievirgl: fix format conversion for recent gallium changes.
2019-08-26 Dave Airlievirgl: drop unused format field
2019-06-20 Gert Wollnygallium/virgl: Add code path for virgl to read driconf
2019-06-17 Chia-I Wuvirgl: add resource_reference to virgl_winsys
2019-06-14 Alexandros Frantzisvirgl: Use virgl_resource_cache in the drm winsys
2019-06-11 Chia-I Wuvirgl: consider newly created resources idle
2019-06-11 Chia-I Wuvirgl: make resource_wait/resource_is_busy cheaper
2019-06-11 Chia-I Wuvirgl: add virgl_drm_{alloc,free,clear}_res_list
2019-06-11 Chia-I Wuvirgl: do not cache external resources
2019-06-08 Alexandros Frantzisvirgl: Make VIRGL_BIND_STAGING resources cacheable
2019-06-08 Alexandros Frantzisvirgl: Deduplicate checks for resource caching
2019-06-08 Alexandros Frantzisvirgl: Don't try to use cached resources for legacy...
2019-05-06 Chia-I Wuvirgl: export resource_is_busy from winsys
2019-04-24 Dave Airlievirgl/drm: insert correct handles into the table. (v3)
2019-04-24 Dave Airlievirgl/drm: handle flink name better.
2019-04-24 Dave Airlievirgl/drm: cleanup buffer from handle creation (v2)
2019-04-15 Chia-I Wuvirgl: fix fence fd version check
2019-04-15 Chia-I Wuvirgl: introduce virgl_drm_fence
2019-04-15 Chia-I Wuvirgl: hide fence internals from the driver
2019-04-15 Chia-I Wuvirgl: handle fence_server_sync in winsys
2019-04-02 Lepton Wuvirgl: close drm fd when destroying virgl screen.
2019-03-13 Gurchetan Singhvirgl: use uint16_t mask instead of separate booleans
2019-02-15 Gurchetan Singhvirgl: make winsys modifications for encoded transfers
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-09-12 Erik Faye-Lundwinsys/virgl: avoid unintended behavior
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-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)
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()
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-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-02 Dave Airlievirgl: mark function as static
2016-02-01 Rob Herringvirgl: fix reference counting of prime handles
2016-02-01 Rob Herringvirgl: reuse screen when fd is already open
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-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 Velikovvirgl: remove the _FILE_OFFSET_BITS defines
2015-10-23 Dave Airlievirgl: add driver for virtio-gpu 3D (v2)