aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeon/radeon_winsys.h
Commit message (Expand)AuthorAgeFilesLines
* 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-251-0/+1
* gallium/radeon: add new HUD query num-SDMA-IBsMarek Olšák2017-01-061-0/+1
* gallium/radeon: rename the num-ctx-flushes query to num-GFX-IBsMarek Olšák2017-01-061-1/+1
* gallium/radeon: add RADEON_SURF_OPTIMIZE_FOR_SPACEMarek Olšák2016-11-211-0/+1
* gallium/radeon: add enum radeon_micro_modeMarek Olšák2016-11-011-0/+8
* 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-1/+0
* gallium/radeon: replace radeon_surf_info::dcc_enabled with num_dcc_levelsMarek Olšák2016-11-011-1/+5
* gallium/radeon: re-order radeon_surf::dcc and htile membersMarek Olšák2016-10-261-5/+5
* gallium/radeon: rename bo_size -> surf_size, bo_alignment -> surf_alignmentMarek Olšák2016-10-261-2/+2
* gallium/radeon: remove flags specific to libdrm_radeon from winsys interfaceMarek Olšák2016-10-261-2/+1
* gallium/radeon: remove r600_htile_infoMarek Olšák2016-10-261-1/+0
* gallium/radeon: remove unnecessary fields from radeon_surf_levelMarek Olšák2016-10-261-4/+0
* gallium/radeon: decrease the size of radeon_surfMarek Olšák2016-10-261-30/+32
* gallium/radeon: pass pipe_resource and other params to surface_init directlyMarek Olšák2016-10-261-23/+10
* gallium/radeon: define RADEON_SURF_MODE_* as enumsMarek Olšák2016-10-261-4/+7
* gallium/radeon: fold radeon_winsys::surface_best into radeon/winsysMarek Olšák2016-10-261-9/+1
* 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