summaryrefslogtreecommitdiff
path: root/src/gallium/winsys/virgl/vtest
AgeCommit message (Expand)AuthorFilesLines
2020-11-24meson: add idep_mesautil to components using simple_mtx.hMark Janes1-1/+1
2020-10-01virgl: add flags to (*resource_create) callbackGurchetan Singh1-2/+3
2020-08-28virgl: Fix unused var warnings in release build from assertions.Eric Anholt1-2/+2
2020-08-21virgl: move protocol headers to a common placeChia-I Wu5-133/+5
2020-06-01meson: use gnu_symbol_visibility argumentDylan Baker1-1/+1
2020-05-13gallium: rename 'state tracker' to 'frontend'Marek Olšák1-1/+1
2020-03-28meson: inline `inc_common`Eric Engestrom1-1/+1
2020-02-01virgl: Use align_free for align_malloc allocated bufferSzymon Andrzejuk1-1/+1
2019-11-14util: Move gallium's PIPE_FORMAT utils to /util/format/Eric Anholt2-2/+2
2019-08-26virgl: fix format conversion for recent gallium changes.Dave Airlie1-1/+1
2019-07-30meson: Test for program_invocation_nameMatt Turner1-1/+1
2019-07-10android: virgl: remove unnecessary LOCAL_C_INCLUDESChih-Wei Huang1-2/+0
2019-06-21android: virgl: fix libmesa_winsys_virgil_common build and dependenciesMauro Rossi1-0/+2
2019-06-17virgl: add resource_reference to virgl_winsysChia-I Wu1-12/+7
2019-06-14virgl: Use virgl_resource_cache in the vtest winsysAlexandros Frantzis4-122/+44
2019-06-07virgl: Make VIRGL_BIND_STAGING resources cacheableAlexandros Frantzis1-1/+2
2019-06-07virgl: Deduplicate checks for resource cachingAlexandros Frantzis2-10/+7
2019-06-07virgl: Don't try to use cached resources for legacy fencesAlexandros Frantzis1-5/+8
2019-05-06virgl: export resource_is_busy from winsysChia-I Wu1-5/+7
2019-04-18virgl/vtest: bump up protocol version + support encoded transfersGurchetan Singh3-3/+12
2019-04-18virgl/vtest: wait after issuing a transfer getGurchetan Singh1-2/+3
2019-04-18virgl/vtest: modify sending and receiving data for shared memoryGurchetan Singh1-4/+35
2019-04-18virgl/vtest: receive and handle shared memory fdGurchetan Singh2-7/+55
2019-04-18virgl/vtest: plumb support for shared memoryGurchetan Singh3-6/+10
2019-04-18virgl/vtest: add utilities for receiving fdsGurchetan Singh1-0/+43
2019-04-18virgl/vtest: execute a transfer_get when flushing the front bufferGurchetan Singh1-22/+21
2019-04-15virgl: hide fence internals from the driverChia-I Wu1-12/+18
2019-04-15virgl: handle fence_server_sync in winsysChia-I Wu1-3/+1
2019-04-15Delete autotoolsDylan Baker1-34/+0
2019-03-13virgl: use uint16_t mask instead of separate booleansGurchetan Singh1-30/+32
2019-02-27virgl/vtest: deprecate protocol version 1Gurchetan Singh4-43/+23
2019-02-15virgl: make winsys modifications for encoded transfersGurchetan Singh1-1/+3
2019-01-03virgl/vtest: Use default socket name from protocol headerJakob Bornecrantz1-3/+1
2018-12-28virgl/vtest: fix front buffer flush with protocol version 0.Dave Airlie1-1/+1
2018-11-28virgl,vtest: Initialize return valueGert Wollny1-1/+1
2018-11-19virgl: fix vtest regression since fencing changes.Dave Airlie1-0/+1
2018-11-18virgl: Clean up fences commitRobert Foss1-1/+0
2018-11-16virgl: native fence fd supportRobert Foss1-2/+8
2018-11-02virgl/vtest-winsys: Use virgl version of bind flagsGert Wollny1-1/+1
2018-10-06virgl: Pass resource size and transfer offsetsTomeu Vizoso4-28/+208
2018-10-06virgl, vtest: Correct the transfer size calculationGert Wollny1-1/+3
2018-10-04virgl: Negotiate version with vtest serverTomeu Vizoso3-0/+64
2018-09-05winsys/virgl/vtest: Correct off-by-one error in resource allocationGert Wollny1-4/+9
2018-07-10virgl/vtest: add support to vtest for new cap getting.Dave Airlie2-4/+28
2018-03-15virgl: resize resource bo allocation if we need to.Dave Airlie1-2/+6
2018-03-05virgl: handle getting new capsets.Dave Airlie2-1/+3
2018-01-19autotools: include meson build files in tarballDylan Baker1-0/+2
2017-11-28meson: build virgl driverDylan Baker1-0/+26
2017-11-09util: move os_time.[ch] to src/utilNicolai Hähnle1-1/+1
2017-03-07gallium/util: replace pipe_mutex_unlock() with mtx_unlock()Timothy Arceri1-4/+4