summaryrefslogtreecommitdiff
path: root/src/gallium/winsys/virgl
AgeCommit message (Expand)AuthorFilesLines
2021-06-03Revert "virgl: Cache depth and stencil buffers"Lepton Wu1-1/+0
2021-05-27virgl:Fix the leak of hw_res used as fencecheyang1-2/+1
2021-04-19virgl: resources without any binding can be cachedStéphane Marchesin1-1/+2
2021-03-19virgl: Use atomic operation directly.Lepton Wu1-2/+7
2021-03-19virgl: Don't destroy resource while it's in use.Lepton Wu1-0/+10
2021-02-05virgl: Convert errno to string.Vinson Lee1-1/+1
2021-01-22virgl: add support for VIRGL_CAP_V2_UNTYPED_RESOURCEChia-I Wu2-0/+63
2021-01-20virgl: Cache depth and stencil buffersRohan Garg1-1/+2
2020-11-24meson: add idep_mesautil to components using simple_mtx.hMark Janes2-2/+2
2020-10-29virgl: Correctly align size of blobsTomeu Vizoso1-1/+1
2020-10-01virgl: fix stride + layer_stride inconsistencyGurchetan Singh2-4/+31
2020-10-01virgl: query blob memGurchetan Singh2-1/+5
2020-10-01virgl: support PIPE_CAP_BUFFER_MAP_PERSISTENT_COHERENTGurchetan Singh1-3/+11
2020-10-01virgl/drm: add resource create blob functionGurchetan Singh2-0/+76
2020-10-01virgl/drm: query for resource blob and host visible memory regionGurchetan Singh2-19/+38
2020-10-01virgl: add flags to (*resource_create) callbackGurchetan Singh5-12/+20
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 Wu7-134/+8
2020-06-18virgl: replace all dup() with os_dupfd_cloexec()Eric Engestrom1-2/+2
2020-06-18replace all F_DUPFD_CLOEXEC with os_dupfd_cloexec()Eric Engestrom1-1/+2
2020-06-01meson: use gnu_symbol_visibility argumentDylan Baker3-3/+3
2020-05-13gallium: rename 'state tracker' to 'frontend'Marek Olšák2-2/+2
2020-03-28meson: inline `inc_common`Eric Engestrom3-3/+3
2020-03-27util: don't include p_defines.h and u_pointer.h from galliumMarek Olšák1-0/+1
2020-02-26gallium/hash_table: remove some function wrappersMarek Olšák1-10/+10
2020-02-26gallium/hash_table: turn it into a wrapper around util/hash_tableMarek Olšák2-4/+4
2020-02-26gallium/hash_table: consolidate hash tables with FD keysMarek Olšák1-23/+1
2020-02-26gallium/hash_table: consolidate hash tables with pointer keysMarek Olšák1-14/+2
2020-02-01virgl: Use align_free for align_malloc allocated bufferSzymon Andrzejuk1-1/+1
2020-01-10virgl/drm: update UAPIGurchetan Singh2-175/+1
2019-11-14util: Move gallium's PIPE_FORMAT utils to /util/format/Eric Anholt3-3/+3
2019-10-28util: remove LIST_DEL macroTimothy Arceri1-2/+2
2019-10-28util: remove LIST_ADDTAIL macroTimothy Arceri1-1/+1
2019-10-28util: remove LIST_INITHEAD macroTimothy Arceri1-1/+1
2019-10-02virgl: honor winsys supplied metadataGurchetan Singh1-1/+6
2019-10-02virgl: modify resource_create_from_handle(..) callbackGurchetan Singh1-1/+5
2019-10-02virgl: remove stride from virgl_hw_resGurchetan Singh2-3/+0
2019-09-18virgl: Remove wrong EAGAIN handling for drmIoctlLepton Wu1-3/+3
2019-09-14virgl: replace fprintf with _debug_printfLepton Wu1-5/+5
2019-08-26virgl: fix format conversion for recent gallium changes.Dave Airlie2-2/+2
2019-08-26virgl: drop unused format fieldDave Airlie2-2/+0
2019-07-30meson: Test for program_invocation_nameMatt Turner1-1/+1
2019-07-10android: virgl: remove unnecessary LOCAL_C_INCLUDESChih-Wei Huang2-4/+0
2019-06-29android: fix typo LOCAL_EXPORT_C_INCLUDESChih-Wei Huang1-1/+1
2019-06-21android: virgl: fix libmesa_winsys_virgil_common build and dependenciesMauro Rossi2-0/+4
2019-06-20gallium/virgl: Add code path for virgl to read driconfGert Wollny2-3/+3
2019-06-17virgl: add resource_reference to virgl_winsysChia-I Wu2-30/+17
2019-06-14virgl: Return immediately when finding a compatible resource in the cacheAlexandros Frantzis1-25/+14
2019-06-14virgl: Use virgl_resource_cache in the vtest winsysAlexandros Frantzis4-122/+44
2019-06-14virgl: Use virgl_resource_cache in the drm winsysAlexandros Frantzis4-123/+44