aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys/radeon
Commit message (Expand)AuthorAgeFilesLines
* winsys/radeon: don't call surface_best for FMASKMarek Olšák2016-11-051-1/+1
* gallium/radeon: Multiply bpe by nsamples in surf_winsys_to_drmMichel Dänzer2016-11-041-2/+5
* gallium/radeon: Use flags parameter in radeon_winsys_surface_initMichel Dänzer2016-11-041-1/+1
* gallium/radeon: Only convert stencil info if RADEON_SURF_SBUFFER is setMichel Dänzer2016-11-041-10/+21
* gallium/radeon: Only loop up to last_level for drm<->winsys conversionMichel Dänzer2016-11-041-2/+2
* gallium/radeon: add radeon_surf::is_linearMarek Olšák2016-11-011-0/+1
* gallium/radeon: remove radeon_surf_level::pitch_bytesMarek Olšák2016-11-011-8/+11
* gallium/radeon: rename bo_size -> surf_size, bo_alignment -> surf_alignmentMarek Olšák2016-10-261-4/+4
* gallium/radeon: remove flags specific to libdrm_radeon from winsys interfaceMarek Olšák2016-10-261-1/+3
* gallium/radeon: remove unnecessary fields from radeon_surf_levelMarek Olšák2016-10-261-8/+0
* gallium/radeon: decrease the size of radeon_surfMarek Olšák2016-10-261-2/+2
* gallium/radeon: pass pipe_resource and other params to surface_init directlyMarek Olšák2016-10-261-20/+53
* gallium/radeon: fold radeon_winsys::surface_best into radeon/winsysMarek Olšák2016-10-261-18/+6
* 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