summaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys/radeon
Commit message (Expand)AuthorAgeFilesLines
* gallium/radeon/winsyses: set reasonable max_alloc_sizeMarek Olšák2016-10-051-1/+3
* winsys/radeon: add buffer_get_reloc_offsetNicolai Hähnle2016-10-041-0/+11
* gallium/winsys: replace calls to dup(2) with fcntl(F_DUPFD_CLOEXEC)Matt Whitlock2016-10-041-1/+2
* gallium/radeon/winsyses: add radeon_winsys::min_alloc_sizeNicolai Hähnle2016-09-291-0/+4
* gallium/radeon/winsyses: reduce the number of pb_cache bucketsNicolai Hähnle2016-09-271-4/+2
* winsys/radeon: enable buffer allocation from slabsNicolai Hähnle2016-09-274-2/+209
* winsys/radeon: add fine-grained fences for slab buffersNicolai Hähnle2016-09-275-11/+137
* winsys/radeon: add slab buffer listNicolai Hähnle2016-09-275-12/+107
* winsys/radeon: separate adding a buffer from updating its reloc dataNicolai Hähnle2016-09-271-35/+17
* winsys/radeon: add slab entry structures to radeon_boNicolai Hähnle2016-09-272-39/+78
* gallium/radeon: add RADEON_FLAG_HANDLENicolai Hähnle2016-09-272-1/+4
* winsys/radeon: rename nrelocs, crelocs to max_relocs, num_relocsNicolai Hähnle2016-09-122-27/+27
* winsys/radeon: don't pre-allocate the relocations arrayNicolai Hähnle2016-09-121-14/+1
* winsys/radeon: remove unused radeon_cs_context::priority_usageNicolai Hähnle2016-09-121-1/+0
* gallium/radeon/winsyses: remove #includes of pb_bufmgr.hNicolai Hähnle2016-09-122-2/+0
* winsys/radeon: replace OUT_CS with radeon_emitMarek Olšák2016-09-091-7/+5
* gallium/radeon/winsyses: fix counting mapped memoryMarek Olšák2016-09-071-0/+8
* Introduce .editorconfigEric Engestrom2016-08-311-0/+3
* gallium/radeon: add a driver query for AMDGPU_INFO_NUM_EVICTIONSMarek Olšák2016-08-261-0/+2
* winsys/radeon: track the amount of mapped memoryMarek Olšák2016-08-103-1/+18
* winsys/radeon: implement cs_get_next_fenceMarek Olšák2016-08-062-2/+29
* gallium/radeon: move radeon_winsys::cs_memory_below_limit to driversMarek Olšák2016-08-061-16/+0
* gallium/radeon: inline radeon_winsys::query_memory_usageMarek Olšák2016-08-061-6/+0
* gallium/radeon/winsyses: expose per-IB used_vram and used_gart to driversMarek Olšák2016-08-062-14/+11
* gallium/radeon/winsyses: print CS submission error numberMarek Olšák2016-08-061-1/+1
* 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-191-2/+2
* gallium/radeon: remove RADEON_FLUSH_KEEP_TILING_FLAGS flagMarek Olšák2016-07-191-6/+3
* gallium/u_queue: add optional cleanup callbackRob Clark2016-07-161-1/+1
* gallium/radeon: add a return value to cs_flushMarek Olšák2016-07-141-3/+4
* radeonsi: just save buffer sizes instead of buffers while recording IBsMarek Olšák2016-07-131-1/+1
* gallium/radeon/winsyses: remove unused stencil_offsetNicolai Hähnle2016-07-061-2/+0
* gallium/radeon: add and use radeon_info::max_alloc_size (v2)Marek Olšák2016-07-051-0/+4
* gallium/radeon/winsyses: boolean -> bool, TRUE -> true, FALSE -> falseMarek Olšák2016-06-254-74/+74
* winsys/radeon: add guard pages when R600_DEBUG=check_vm is enabledNicolai Hähnle2016-06-243-2/+7
* gallium/u_queue: allow the execute function to differ per jobMarek Olšák2016-06-242-3/+3
* gallium/u_queue: add an option to name threadsMarek Olšák2016-06-241-1/+1
* gallium/u_queue: add an option to have multiple worker threadsMarek Olšák2016-06-243-4/+4
* gallium/u_queue: use a ring instead of a stackMarek Olšák2016-06-241-1/+1
* winsys/radeon: use the common job queue for multithreaded command submission v2Marek Olšák2016-06-154-82/+19
* gallium/radeon: add micro_tile_mode to radeon_surfMarek Olšák2016-06-141-3/+27
* Android: move libdrm settings to top-level Android.common.mkRob Herring2016-06-131-1/+1
* radeon/winsys: introduce radeon_winsys_cs_chunkNicolai Hähnle2016-06-011-17/+17
* radeon/winsys: add cs_check_spaceNicolai Hähnle2016-06-011-0/+7
* gallium: push offset down to driverStanimir Varbanov2016-05-301-0/+6
* gallium/radeon: don't set PB_USAGE in winsysesMarek Olšák2016-05-191-2/+0
* Treewide: Remove Elements() macroJan Vesely2016-05-171-4/+4
* gallium/radeon: add a heuristic for better (S)DMA performanceMarek Olšák2016-05-101-0/+8
* gallium/radeon: align alignments for better buffer reuseMarek Olšák2016-05-101-0/+1
* gallium/radeon: use gart_page_size instead of hardcoded 4096Marek Olšák2016-05-101-1/+1