gallium: rename 'state tracker' to 'frontend'
[mesa.git] / src / gallium / winsys / virgl / vtest / virgl_vtest_winsys.c
2020-05-13 Marek Olšákgallium: rename 'state tracker' to 'frontend'
2020-02-01 Szymon Andrzejukvirgl: Use align_free for align_malloc allocated buffer
2019-11-14 Eric Anholtutil: Move gallium's PIPE_FORMAT utils to /util/format/
2019-08-26 Dave Airlievirgl: fix format conversion for recent gallium changes.
2019-06-17 Chia-I Wuvirgl: add resource_reference to virgl_winsys
2019-06-14 Alexandros Frantzisvirgl: Use virgl_resource_cache in the vtest winsys
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-18 Gurchetan Singhvirgl/vtest: bump up protocol version + support encoded...
2019-04-18 Gurchetan Singhvirgl/vtest: wait after issuing a transfer get
2019-04-18 Gurchetan Singhvirgl/vtest: modify sending and receiving data for...
2019-04-18 Gurchetan Singhvirgl/vtest: receive and handle shared memory fd
2019-04-18 Gurchetan Singhvirgl/vtest: plumb support for shared memory
2019-04-18 Gurchetan Singhvirgl/vtest: execute a transfer_get when flushing the...
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-03-13 Gurchetan Singhvirgl: use uint16_t mask instead of separate booleans
2019-02-27 Gurchetan Singhvirgl/vtest: deprecate protocol version 1
2019-02-15 Gurchetan Singhvirgl: make winsys modifications for encoded transfers
2018-12-28 Dave Airlievirgl/vtest: fix front buffer flush with protocol versi...
2018-11-28 Gert Wollnyvirgl,vtest: Initialize return value
2018-11-19 Dave Airlievirgl: fix vtest regression since fencing changes.
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-09-05 Gert Wollnywinsys/virgl/vtest: Correct off-by-one error in resourc...
2018-03-15 Dave Airlievirgl: resize resource bo allocation if we need to.
2018-03-05 Dave Airlievirgl: handle getting new capsets.
2017-11-09 Nicolai Hähnleutil: move os_time.[ch] to src/util
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()
2016-06-09 Marc-André Lureauvirgl: fix checking fences
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 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 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/vtest: add vtest driver