summaryrefslogtreecommitdiff
path: root/src/gallium/winsys
AgeCommit message (Expand)AuthorFilesLines
2019-06-11virgl: consider newly created resources idleChia-I Wu1-6/+8
2019-06-11virgl: make resource_wait/resource_is_busy cheaperChia-I Wu2-0/+27
2019-06-11virgl: add virgl_drm_{alloc,free,clear}_res_listChia-I Wu1-17/+42
2019-06-11virgl: do not cache external resourcesChia-I Wu2-1/+10
2019-06-07virgl: Make VIRGL_BIND_STAGING resources cacheableAlexandros Frantzis2-2/+4
2019-06-07virgl: Deduplicate checks for resource cachingAlexandros Frantzis4-20/+14
2019-06-07virgl: Don't try to use cached resources for legacy fencesAlexandros Frantzis2-6/+12
2019-06-06winsys/svga/drm: Fix 32-bit RPCI send messageDeepak Rawat1-12/+23
2019-06-02winsys/drm: Fix out of scope variable usageDeepak Rawat1-12/+13
2019-06-05build: Build etnaviv drmGuido Günther1-2/+4
2019-06-03amd/common: use generated register headerNicolai Hähnle2-2/+1
2019-05-27radeonsi: clean up winsys creationMarek Olšák1-8/+0
2019-05-27ac: treat Mullins as Kabini, remove the enumMarek Olšák1-3/+0
2019-05-17svga: Add an environment variable to force coherent surface memoryThomas Hellstrom4-3/+18
2019-05-17pipebuffer, winsys/svga: Add functionality to update pb_validate_entry flagsThomas Hellstrom1-16/+7
2019-05-17winsys/svga: Fix RELOC_INTERNAL mob GPU accessThomas Hellstrom1-1/+9
2019-05-17svga: Remove the surface_invalidate winsys functionThomas Hellstrom3-18/+0
2019-05-16r600+radeonsi: use ctx_query_reset_status on radeonMarek Olšák2-8/+0
2019-05-16winsys/radeon: implement ctx_query_reset_status by copying radeonsiMarek Olšák4-6/+43
2019-05-16winsys/amdgpu: report a CS rejection as a reset only if there's no GPU resetMarek Olšák1-6/+5
2019-05-16winsys/amdgpu: add REWIND emulation via INDIRECT_BUFFER into cs_check_spaceMarek Olšák2-8/+15
2019-05-16winsys/amdgpu: add a parallel compute IB coupled with a gfx IBMarek Olšák3-5/+160
2019-05-16winsys/amdgpu: always set NO_CPU_ACCESS and NO_SUBALLOC on GDS resourcesMarek Olšák1-2/+5
2019-05-15ac: rename SI-CIK-VI to GFX6-GFX7-GFX8Marek Olšák5-24/+24
2019-05-13v3d: Use driconf to expose non-MSAA texture limits for Xorg.Eric Anholt6-15/+25
2019-05-10winsys/amdgpu: add VCN JPEG to no user fence groupLeo Liu1-1/+2
2019-05-06virgl: export resource_is_busy from winsysChia-I Wu2-11/+14
2019-05-02svga: move host logging to winsysCharmaine Lee5-0/+495
2019-05-02winsys/svga: Don't abort on EBUSY errors from execbufferThomas Hellstrom1-1/+3
2019-05-02winsys/svga: Update the drm interface fileThomas Hellstrom2-174/+188
2019-05-02winsys/svga: Enable the transfer_from_buffer GPU command for vgpu10Thomas Hellstrom1-0/+1
2019-05-02winsys/svga: Add an environment variable to force host-backed operationThomas Hellstrom1-6/+11
2019-04-30winsys/svga/drm: Include sys/types.hKhem Raj1-0/+1
2019-04-26vc4: Fall back to renderonly if the vc4 driver doesn't have v3d.Eric Anholt2-3/+35
2019-04-26kmsro: Add support for V3D.Eric Anholt2-0/+16
2019-04-25virgl/drm: insert correct handles into the table. (v3)Dave Airlie1-1/+4
2019-04-25virgl/drm: handle flink name better.Dave Airlie2-20/+11
2019-04-25virgl/drm: cleanup buffer from handle creation (v2)Dave Airlie2-15/+13
2019-04-23winsys/amdgpu: clean up and remove nonsensical assertionMarek Olšák1-2/+1
2019-04-23winsys/amdgpu: enable chaining for compute IBsMarek Olšák1-6/+6
2019-04-23winsys/amdgpu: reorder chunks, make BO_HANDLES first, IB and FENCE lastMarek Olšák1-19/+17
2019-04-23winsys/amdgpu: make IBs writable and expose their addressMarek Olšák1-1/+3
2019-04-23ac: add radeon_info::marketing_name, replacing the winsys callbackMarek Olšák1-7/+0
2019-04-22iris: Add mechanism for iris-specific driconf optionsKenneth Graunke2-3/+5
2019-04-21lima: add Android buildIcenowy Zheng1-0/+32
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