summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeon/radeon_winsys.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* radeon/winsys: add offset support for BO import/exportChristian König2016-03-171-2/+2
* winsys/amdgpu: get PCI infoMarek Olšák2016-03-091-0/+6
* winsys/amdgpu: allow drivers to set/get opaque metadataMarek Olšák2016-03-091-0/+10
* gallium/radeon: rename winsys buffer_get/set_tiling to buffer_get/set_metadataMarek Olšák2016-03-091-4/+4
* gallium/radeon: remove rcs parameter from radeon_winsys::buffer_set_tilingMarek Olšák2016-03-091-2/+0
* gallium/radeon: use a structure for passing tiling flags from/to winsysMarek Olšák2016-03-091-27/+23
* winsys/radeon: drop support for DRM 2.12.0 (kernel < 3.2)Marek Olšák2016-03-011-15/+1
* gallium/radeon: remove radeon_info::r600_tiling_configMarek Olšák2016-02-051-1/+0
* gallium/radeon: get pipe_interleave_bytes AKA group_bytes from the winsysMarek Olšák2016-02-051-0/+1
* gallium/radeon: set num_banks in the winsysMarek Olšák2016-02-051-0/+1
* gallium/radeon: rename & reorder members of radeon_infoMarek Olšák2016-02-051-21/+23
* gallium/radeon: rename max_compute_units -> num_good_compute_unitsMarek Olšák2016-01-221-1/+1
* gallium/radeon: do not reallocate user memory buffersNicolai Hähnle2016-01-141-0/+8
* gallium/radeon: remove radeon_winsys_cs_handleMarek Olšák2015-12-111-12/+8
* winsys/amdgpu: remove the dcc_enable surface flagMarek Olšák2015-10-271-1/+0
* radeonsi: Allocate buffers for DCC.Bas Nieuwenhuizen2015-10-241-0/+5
* radeonsi: add support for Stoney asics (v3)Samuel Li2015-10-231-0/+1
* winsys/amdgpu: add winsys function cs_get_buffer_listMarek Olšák2015-10-031-0/+16
* gallium/radeon: stop using "reloc" in a few placesMarek Olšák2015-10-031-12/+11
* gallium/radeon: tell the winsys the exact resource binding typesMarek Olšák2015-10-031-13/+52
* winsys/radeon: add a flag telling how gfx IBs should be paddedMarek Olšák2015-09-011-0/+1
* gallium/radeon: read_registers should return bool meaning success or failureMarek Olšák2015-08-261-1/+1
* radeon/vce: disable VCE dual instance for harvest partLeo Liu2015-08-141-0/+1
* radeonsi: add support for FIJI (v4)Alex Deucher2015-08-141-0/+1