summaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys/radeon
Commit message (Expand)AuthorAgeFilesLines
* 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
* gallium/u_queue: add an option to have multiple worker threadsMarek Olšák2016-06-243-4/+4
* gallium/u_queue: use a ring instead of a stackMarek Olšák2016-06-241-1/+1
* winsys/radeon: use the common job queue for multithreaded command submission v2Marek Olšák2016-06-154-82/+19
* gallium/radeon: add micro_tile_mode to radeon_surfMarek Olšák2016-06-141-3/+27
* Android: move libdrm settings to top-level Android.common.mkRob Herring2016-06-131-1/+1
* radeon/winsys: introduce radeon_winsys_cs_chunkNicolai Hähnle2016-06-011-17/+17
* radeon/winsys: add cs_check_spaceNicolai Hähnle2016-06-011-0/+7
* gallium: push offset down to driverStanimir Varbanov2016-05-301-0/+6
* gallium/radeon: don't set PB_USAGE in winsysesMarek Olšák2016-05-191-2/+0
* Treewide: Remove Elements() macroJan Vesely2016-05-171-4/+4
* gallium/radeon: add a heuristic for better (S)DMA performanceMarek Olšák2016-05-101-0/+8
* gallium/radeon: align alignments for better buffer reuseMarek Olšák2016-05-101-0/+1
* gallium/radeon: use gart_page_size instead of hardcoded 4096Marek Olšák2016-05-101-1/+1
* winsys/radeon: use gart_page_size instead of private size_alignMarek Olšák2016-05-103-14/+11
* gallium/radeon: remove stencil_tile_split from metadataMarek Olšák2016-05-021-4/+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/+16
* winsys/radeon: drop support for kernels lacking tile mode array queriesMarek Olšák2016-05-021-6/+14
* winsys/radeon: count buffer size only onceMarek Olšák2016-05-021-2/+2
* winsys/radeon: enlarge buffer_indices_hashlistBas Nieuwenhuizen2016-04-281-1/+1
* winsys/radeon: remove use_reusable_pool parameter from buffer_createNicolai Hähnle2016-04-272-8/+5
* gallium/radeon: move ring_type into winsysesMarek Olšák2016-04-192-5/+6
* gallium/radeon: relax requirements on VRAM placements on APUsMarek Olšák2016-04-121-0/+24
* winsys/radeon: fix printing allocation failuresMarek Olšák2016-04-121-4/+4
* winsys/amdgpu: add support for 64-bit buffer sizesMarek Olšák2016-04-121-2/+6
* pb_buffer: switch pb_buffer::size to 64 bitsMarek Olšák2016-04-121-2/+3
* gallium/radeon: remove old CS tracingMarek Olšák2016-03-206-388/+2
* radeon/winsys: add layer support for BO exportChristian König2016-03-171-0/+3
* radeon/winsys: add offset support for BO import/exportChristian König2016-03-171-3/+6
* gallium/winsys/drm: add offset to struct winsys_handleChristian König2016-03-171-0/+1
* gallium/radeon: rename winsys buffer_get/set_tiling to buffer_get/set_metadataMarek Olšák2016-03-091-6/+6
* gallium/radeon: remove rcs parameter from radeon_winsys::buffer_set_tilingMarek Olšák2016-03-091-8/+0
* gallium/radeon: use a structure for passing tiling flags from/to winsysMarek Olšák2016-03-091-42/+26
* winsys/radeon: drop support for DRM 2.12.0 (kernel < 3.2)Marek Olšák2016-03-011-25/+17
* winsys/radeon: fix the num_tile_pipes comment to silence warningsMarek Olšák2016-02-101-3/+3
* winsys/radeon: better explain the num_tile_pipes fixup for TAHITI (v2)Alexandre Demers2016-02-101-2/+4
* winsys/radeon: fix a wrong NUM_TILE_PIPES value from the kernelMarek Olšák2016-02-091-0/+6
* gallium/radeon: remove radeon_info::r600_tiling_configMarek Olšák2016-02-051-7/+9
* gallium/radeon: get pipe_interleave_bytes AKA group_bytes from the winsysMarek Olšák2016-02-051-0/+9
* gallium/radeon: set num_banks in the winsysMarek Olšák2016-02-051-0/+5
* gallium/radeon: just get num_tile_pipes from the winsysMarek Olšák2016-02-051-0/+5
* gallium/radeon: rename & reorder members of radeon_infoMarek Olšák2016-02-053-24/+24
* winsys/radeon: Do not deinit the pb cache if it was not initializedNiels Ole Salscheider2016-02-021-2/+3
* gallium/radeon: rename max_compute_units -> num_good_compute_unitsMarek Olšák2016-01-221-2/+2