aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys/radeon
Commit message (Expand)AuthorAgeFilesLines
* 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
* gallium/radeon/winsyses: print CS submission error numberMarek Olšák2016-08-061-1/+1
* winsys/radeon: use pb_cache buckets for fewer pb_cache missesMarek Olšák2016-07-191-7/+22
* gallium/pb_cache: divide the cache into buckets for reducing cache missesMarek Olšák2016-07-191-2/+2
* gallium/radeon: remove RADEON_FLUSH_KEEP_TILING_FLAGS flagMarek Olšák2016-07-191-6/+3
* gallium/u_queue: add optional cleanup callbackRob Clark2016-07-161-1/+1
* gallium/radeon: add a return value to cs_flushMarek Olšák2016-07-141-3/+4
* radeonsi: just save buffer sizes instead of buffers while recording IBsMarek Olšák2016-07-131-1/+1
* 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