summaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys
Commit message (Expand)AuthorAgeFilesLines
...
* gallium/winsys/kms: Fix double refcount when importing from prime FD (v2)Tomasz Figa2016-08-241-1/+0
* winsys/radeon: track the amount of mapped memoryMarek Olšák2016-08-103-1/+18
* winsys/amdgpu: track the amount of mapped memoryMarek Olšák2016-08-104-1/+24
* winsys/amdgpu: don't try to unmap userptr buffersMarek Olšák2016-08-101-0/+3
* winsys/amdgpu: query ME/PFP/CE firmware versionsNicolai Hähnle2016-08-081-0/+22
* winsys/radeon: implement cs_get_next_fenceMarek Olšák2016-08-062-2/+29
* winsys/amdgpu: implement cs_get_next_fenceMarek Olšák2016-08-062-4/+35
* gallium/radeon: move radeon_winsys::cs_memory_below_limit to driversMarek Olšák2016-08-062-34/+0
* gallium/radeon: inline radeon_winsys::query_memory_usageMarek Olšák2016-08-062-12/+0
* gallium/radeon/winsyses: expose per-IB used_vram and used_gart to driversMarek Olšák2016-08-064-25/+19
* gallium/radeon/winsyses: print CS submission error numberMarek Olšák2016-08-062-2/+2
* virgl: add exported dmabuf to BO hash tableRob Herring2016-07-291-0/+3
* mesa: Use AC_HEADER_MAJOR to include correct header for major().Matt Turner2016-07-261-1/+6
* winsys/amdgpu: use pb_cache buckets for fewer pb_cache missesMarek Olšák2016-07-191-6/+21
* winsys/radeon: use pb_cache buckets for fewer pb_cache missesMarek Olšák2016-07-191-7/+22
* gallium/pb_cache: divide the cache into buckets for reducing cache missesMarek Olšák2016-07-192-4/+4
* gallium/radeon: remove RADEON_FLUSH_KEEP_TILING_FLAGS flagMarek Olšák2016-07-191-6/+3
* gallium/u_queue: add optional cleanup callbackRob Clark2016-07-162-2/+2
* winsys/amdgpu: return an error on IB submission failuresMarek Olšák2016-07-142-1/+9
* gallium/radeon: add a return value to cs_flushMarek Olšák2016-07-142-6/+8
* radeonsi: just save buffer sizes instead of buffers while recording IBsMarek Olšák2016-07-132-2/+2
* nvc0: initial support for GP100 GPUsBen Skeggs2016-07-121-0/+1
* svga: invalidate gb surface before it is reusedCharmaine Lee2016-07-081-0/+13
* winsys/amdgpu: avoid flushed depth when possibleNicolai Hähnle2016-07-061-3/+8
* gallium/radeon: add depth/stencil_adjusted output to surface computationNicolai Hähnle2016-07-061-0/+4
* gallium/radeon/winsyses: remove unused stencil_offsetNicolai Hähnle2016-07-062-4/+0
* gallium/radeon: add and use radeon_info::max_alloc_size (v2)Marek Olšák2016-07-052-0/+6
* svga: Fix failures caused in fedora 24Neha Bhende2016-06-301-0/+11
* radeon uvd add uvd fw version for amdgpusonjiang2016-06-291-1/+10
* radeonsi: always calculate DCC info even if it's not used immediatelyMarek Olšák2016-06-291-1/+0
* gallium/radeon/winsyses: boolean -> bool, TRUE -> true, FALSE -> falseMarek Olšák2016-06-258-111/+112
* winsys/radeon: add guard pages when R600_DEBUG=check_vm is enabledNicolai Hähnle2016-06-243-2/+7
* winsys/amdgpu: add guard pages when R600_DEBUG=check_vm is enabledNicolai Hähnle2016-06-243-2/+8
* gallium/u_queue: allow the execute function to differ per jobMarek Olšák2016-06-244-5/+6
* gallium/u_queue: add an option to name threadsMarek Olšák2016-06-242-2/+2
* gallium/u_queue: add an option to have multiple worker threadsMarek Olšák2016-06-246-8/+8
* gallium/u_queue: use a ring instead of a stackMarek Olšák2016-06-242-2/+2
* winsys/radeon: use the common job queue for multithreaded command submission v2Marek Olšák2016-06-154-82/+19
* gallium/util: import the multithreaded job queue from amdgpu winsys (v2)Marek Olšák2016-06-154-83/+18
* gallium/radeon: add micro_tile_mode to radeon_surfMarek Olšák2016-06-142-3/+42
* Android: move libdrm settings to top-level Android.common.mkRob Herring2016-06-139-9/+6
* virgl: fix checking fencesMarc-André Lureau2016-06-092-2/+2
* winsys/amdgpu: enable DCC for mipmapped texturesMarek Olšák2016-06-081-6/+23
* radeonsi: add per-level dcc_enabled flagsMarek Olšák2016-06-081-3/+7
* gallium/radeon: don't allocate DCC for non-renderable texture formatsMarek Olšák2016-06-081-0/+1
* winsys/amdgpu: decay max_ib_size over timeNicolai Hähnle2016-06-011-0/+2
* winsys/amdgpu: implement IB chaining on the gfx ringNicolai Hähnle2016-06-012-18/+109
* winsys/amdgpu: consolidate IB size management in amdgpu_ib_finalizeNicolai Hähnle2016-06-011-9/+9
* radeon/winsys: introduce radeon_winsys_cs_chunkNicolai Hähnle2016-06-012-41/+46
* winsys/amdgpu: start with smaller IBs, growing as necessaryNicolai Hähnle2016-06-012-10/+71