aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys/virgl
Commit message (Expand)AuthorAgeFilesLines
* meson: inline `inc_common`Eric Engestrom2020-03-283-3/+3
* util: don't include p_defines.h and u_pointer.h from galliumMarek Olšák2020-03-271-0/+1
* gallium/hash_table: remove some function wrappersMarek Olšák2020-02-261-10/+10
* gallium/hash_table: turn it into a wrapper around util/hash_tableMarek Olšák2020-02-262-4/+4
* gallium/hash_table: consolidate hash tables with FD keysMarek Olšák2020-02-261-23/+1
* gallium/hash_table: consolidate hash tables with pointer keysMarek Olšák2020-02-261-14/+2
* virgl: Use align_free for align_malloc allocated bufferSzymon Andrzejuk2020-02-011-1/+1
* virgl/drm: update UAPIGurchetan Singh2020-01-102-175/+1
* util: Move gallium's PIPE_FORMAT utils to /util/format/Eric Anholt2019-11-143-3/+3
* util: remove LIST_DEL macroTimothy Arceri2019-10-281-2/+2
* util: remove LIST_ADDTAIL macroTimothy Arceri2019-10-281-1/+1
* util: remove LIST_INITHEAD macroTimothy Arceri2019-10-281-1/+1
* virgl: honor winsys supplied metadataGurchetan Singh2019-10-021-1/+6
* virgl: modify resource_create_from_handle(..) callbackGurchetan Singh2019-10-021-1/+5
* virgl: remove stride from virgl_hw_resGurchetan Singh2019-10-022-3/+0
* virgl: Remove wrong EAGAIN handling for drmIoctlLepton Wu2019-09-181-3/+3
* virgl: replace fprintf with _debug_printfLepton Wu2019-09-141-5/+5
* virgl: fix format conversion for recent gallium changes.Dave Airlie2019-08-262-2/+2
* virgl: drop unused format fieldDave Airlie2019-08-262-2/+0
* meson: Test for program_invocation_nameMatt Turner2019-07-301-1/+1
* android: virgl: remove unnecessary LOCAL_C_INCLUDESChih-Wei Huang2019-07-102-4/+0
* android: fix typo LOCAL_EXPORT_C_INCLUDESChih-Wei Huang2019-06-291-1/+1
* android: virgl: fix libmesa_winsys_virgil_common build and dependenciesMauro Rossi2019-06-212-0/+4
* gallium/virgl: Add code path for virgl to read driconfGert Wollny2019-06-202-3/+3
* virgl: add resource_reference to virgl_winsysChia-I Wu2019-06-172-30/+17
* virgl: Return immediately when finding a compatible resource in the cacheAlexandros Frantzis2019-06-141-25/+14
* virgl: Use virgl_resource_cache in the vtest winsysAlexandros Frantzis2019-06-144-122/+44
* virgl: Use virgl_resource_cache in the drm winsysAlexandros Frantzis2019-06-144-123/+44
* virgl: Introduce virgl_resource_cacheAlexandros Frantzis2019-06-145-0/+330
* virgl: consider newly created resources idleChia-I Wu2019-06-111-6/+8
* virgl: make resource_wait/resource_is_busy cheaperChia-I Wu2019-06-112-0/+27
* virgl: add virgl_drm_{alloc,free,clear}_res_listChia-I Wu2019-06-111-17/+42
* virgl: do not cache external resourcesChia-I Wu2019-06-112-1/+10
* virgl: Make VIRGL_BIND_STAGING resources cacheableAlexandros Frantzis2019-06-072-2/+4
* virgl: Deduplicate checks for resource cachingAlexandros Frantzis2019-06-074-20/+14
* virgl: Don't try to use cached resources for legacy fencesAlexandros Frantzis2019-06-072-6/+12
* virgl: export resource_is_busy from winsysChia-I Wu2019-05-062-11/+14
* virgl/drm: insert correct handles into the table. (v3)Dave Airlie2019-04-251-1/+4
* virgl/drm: handle flink name better.Dave Airlie2019-04-252-20/+11
* virgl/drm: cleanup buffer from handle creation (v2)Dave Airlie2019-04-252-15/+13
* virgl/vtest: bump up protocol version + support encoded transfersGurchetan Singh2019-04-183-3/+12
* virgl/vtest: wait after issuing a transfer getGurchetan Singh2019-04-181-2/+3
* virgl/vtest: modify sending and receiving data for shared memoryGurchetan Singh2019-04-181-4/+35
* virgl/vtest: receive and handle shared memory fdGurchetan Singh2019-04-182-7/+55
* virgl/vtest: plumb support for shared memoryGurchetan Singh2019-04-183-6/+10
* virgl/vtest: add utilities for receiving fdsGurchetan Singh2019-04-181-0/+43
* virgl/vtest: execute a transfer_get when flushing the front bufferGurchetan Singh2019-04-181-22/+21
* virgl: fix fence fd version checkChia-I Wu2019-04-151-2/+2
* virgl: introduce virgl_drm_fenceChia-I Wu2019-04-152-45/+115
* virgl: hide fence internals from the driverChia-I Wu2019-04-152-28/+42