summaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys/radeon
Commit message (Expand)AuthorAgeFilesLines
...
* gallium/util: replace pipe_mutex with mtx_tTimothy Arceri2017-03-073-7/+7
* gallium/u_queue: isolate util_queue_fence implementationMarek Olšák2017-02-221-1/+1
* radeonsi: use a clever alignment for constant buffer uploadsMarek Olšák2017-02-181-0/+1
* winsys/radeon: remove fall-back definesEmil Velikov2017-02-163-47/+0
* gallium/radeon: add a HUD query for monitoring the CS thread activityMarek Olšák2017-02-151-0/+2
* winsys/radeon: Allow visible VRAM size > 256MB with kernel driver >= 2.49Michel Dänzer2017-02-011-1/+6
* winsys/radeon: clamp vram_vis_size to 256MBMarek Olšák2017-01-301-1/+1
* gallium/radeon: clean up r600_query_init_backend_maskMarek Olšák2017-01-301-0/+3
* gallium/radeon: add VRAM-vis-usage HUD querySamuel Pitoiset2017-01-261-0/+1
* gallium/radeon: query the CPU accessible size of VRAMSamuel Pitoiset2017-01-261-0/+1
* gallium/radeon: add a new HUD query for the number of mapped buffersSamuel Pitoiset2017-01-253-0/+6
* gallium/radeon: add new HUD query num-SDMA-IBsMarek Olšák2017-01-063-1/+7
* gallium/radeon: rename the num-ctx-flushes query to num-GFX-IBsMarek Olšák2017-01-063-4/+4
* 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