summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeon/radeon_winsys.h
Commit message (Expand)AuthorAgeFilesLines
* radeonsi: implement TC-compatible HTILEMarek Olšák2016-10-131-0/+4
* winsys/radeon: add buffer_get_reloc_offsetNicolai Hähnle2016-10-041-0/+12
* gallium/radeon: update documentation of buffer_get_virtual_addressNicolai Hähnle2016-09-301-0/+3
* gallium/radeon/winsyses: add radeon_winsys::min_alloc_sizeNicolai Hähnle2016-09-291-0/+1
* winsys/amdgpu: add fence and buffer list logic for slab allocated buffersNicolai Hähnle2016-09-271-0/+3
* gallium/radeon: add RADEON_FLAG_HANDLENicolai Hähnle2016-09-271-0/+1
* gallium/radeon: add RADEON_USAGE_SYNCHRONIZEDNicolai Hähnle2016-09-271-1/+6
* winsys/amdgpu: remove amdgpu_cs_lookup_bufferNicolai Hähnle2016-09-121-0/+3
* radeon: move radeon_family/chip_class defintions to commonDave Airlie2016-09-061-84/+2
* gallium/radeon: add a driver query for AMDGPU_INFO_NUM_EVICTIONSMarek Olšák2016-08-261-0/+1
* gallium/radeon: increase priority for shader binariesMarek Olšák2016-08-261-1/+1
* gallium/radeon: merge USER_SHADER and INTERNAL_SHADER priority flagsMarek Olšák2016-08-261-2/+1
* gallium/radeon: assign the highest priority to scratch; make rings secondMarek Olšák2016-08-171-2/+4
* gallium/winsys: re-number winsys priority flagsMarek Olšák2016-08-171-16/+13
* gallium/radeon: mark shader rings as highest-priority buffersMarek Olšák2016-08-171-1/+1
* winsys/amdgpu: track the amount of mapped memoryMarek Olšák2016-08-101-0/+2
* winsys/amdgpu: query ME/PFP/CE firmware versionsNicolai Hähnle2016-08-081-0/+3
* gallium/radeon: add cs_get_next_fence winsys callbackMarek Olšák2016-08-061-0/+7
* gallium/radeon: move radeon_winsys::cs_memory_below_limit to driversMarek Olšák2016-08-061-11/+0
* gallium/radeon: inline radeon_winsys::query_memory_usageMarek Olšák2016-08-061-2/+0
* gallium/radeon/winsyses: expose per-IB used_vram and used_gart to driversMarek Olšák2016-08-061-0/+5
* gallium/radeon: remove RADEON_FLUSH_KEEP_TILING_FLAGS flagMarek Olšák2016-07-191-2/+1
* gallium/radeon: add a return value to cs_flushMarek Olšák2016-07-141-3/+5
* radeonsi: just save buffer sizes instead of buffers while recording IBsMarek Olšák2016-07-131-1/+1
* gallium/radeon: add depth/stencil_adjusted output to surface computationNicolai Hähnle2016-07-061-0/+8
* gallium/radeon/winsyses: remove unused stencil_offsetNicolai Hähnle2016-07-061-1/+0
* gallium/radeon: add and use radeon_info::max_alloc_size (v2)Marek Olšák2016-07-051-0/+1
* radeon uvd add uvd fw version for amdgpusonjiang2016-06-291-0/+1
* gallium/radeon/winsyses: boolean -> bool, TRUE -> true, FALSE -> falseMarek Olšák2016-06-251-21/+22
* gallium/radeon: add micro_tile_mode to radeon_surfMarek Olšák2016-06-141-0/+1
* winsys/amdgpu: enable DCC for mipmapped texturesMarek Olšák2016-06-081-0/+1
* radeonsi: add per-level dcc_enabled flagsMarek Olšák2016-06-081-0/+1
* gallium/radeon: don't allocate DCC for non-renderable texture formatsMarek Olšák2016-06-081-0/+1
* radeon/winsys: introduce radeon_winsys_cs_chunkNicolai Hähnle2016-06-011-7/+15
* radeon/winsys: add cs_check_spaceNicolai Hähnle2016-06-011-0/+9
* gallium/radeon: add radeon_emitted to check for non-trivial IBsNicolai Hähnle2016-05-171-0/+4
* gallium/radeon: add a heuristic for better (S)DMA performanceMarek Olšák2016-05-101-0/+2
* winsys/amdgpu: move gart_page_size to struct radeon_winsysMarek Olšák2016-05-101-0/+1
* gallium/radeon: remove stencil_tile_split from metadataMarek Olšák2016-05-021-1/+0
* gallium/radeon: remove tile_mode_array_valid flagsMarek Olšák2016-05-021-2/+0
* gallium/radeon: add radeon_surf::macro_tile_indexMarek Olšák2016-05-021-0/+1
* gallium/radeon: drop support for LINEAR_GENERAL layoutMarek Olšák2016-04-281-1/+0
* winsys/radeon: remove use_reusable_pool parameter from buffer_createNicolai Hähnle2016-04-271-1/+0
* winsys/amdgpu: Add support for const IB.Marek Olšák2016-04-191-0/+30
* gallium/radeon: move ring_type into winsysesMarek Olšák2016-04-191-1/+0
* gallium/radeon: relax requirements on VRAM placements on APUsMarek Olšák2016-04-121-0/+1
* winsys/amdgpu: add support for 64-bit buffer sizesMarek Olšák2016-04-121-2/+2
* radeonsi: add support for Polaris (v2)Sonny Jiang2016-03-241-0/+2
* gallium/radeon: remove old CS tracingMarek Olšák2016-03-201-6/+2
* radeon/winsys: add layer support for BO exportChristian König2016-03-171-0/+1