summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeon/r600_pipe_common.c
Commit message (Expand)AuthorAgeFilesLines
...
* gallium/radeon: implement randomized SDMA texture copy testing (v2)Marek Olšák2016-05-101-0/+2
* gallium/radeon: use gart_page_size instead of hardcoded 4096Marek Olšák2016-05-101-3/+7
* gallium/radeon: remove tile_mode_array_valid flagsMarek Olšák2016-05-021-2/+0
* gallium/radeon: add the size only once in r600_context_add_resource_sizeMarek Olšák2016-04-281-5/+3
* radeonsi: rework clear_buffer flagsMarek Olšák2016-04-281-2/+2
* gallium: use PIPE_SHADER_* everywhere, remove TGSI_PROCESSOR_*Marek Olšák2016-04-221-6/+6
* radeonsi: enable TGSI support cap for compute shadersBas Nieuwenhuizen2016-04-191-5/+16
* radeonsi: Create CE IB.Bas Nieuwenhuizen2016-04-191-0/+1
* gallium/radeon: add an env variable to force a level of aniso filteringMarek Olšák2016-04-131-0/+7
* radeonsi: move scissor and viewport states into gallium/radeonMarek Olšák2016-04-121-0/+1
* radeonsi: allow clearing buffers >= 4 GBMarek Olšák2016-04-121-1/+1
* gallium/radeon: merge timer and non-timer query listsMarek Olšák2016-04-121-14/+4
* gallium: distinguish between shader IR in get_compute_paramBas Nieuwenhuizen2016-04-021-1/+2
* radeonsi: add support for Polaris (v2)Sonny Jiang2016-03-241-0/+9
* gallium/radeon: remove old CS tracingMarek Olšák2016-03-201-19/+2
* radeonsi: enable compiling one variant per shaderMarek Olšák2016-02-211-0/+1
* gallium/radeon: drop support for LLVM 3.5Marek Olšák2016-02-111-6/+1
* gallium/radeon: implement query_memory_info (v2)Marek Olšák2016-02-051-0/+37
* 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-56/+1
* gallium/radeon: set num_banks in the winsysMarek Olšák2016-02-051-25/+1
* gallium/radeon: just get num_tile_pipes from the winsysMarek Olšák2016-02-051-34/+0
* gallium/radeon: rename & reorder members of radeon_infoMarek Olšák2016-02-051-20/+26
* radeonsi: Allow dumping LLVM IR before optimization passesNicolai Hähnle2016-02-051-0/+1
* radeonsi: Add option for SI schedulerAxel Davy2016-01-281-0/+1
* r600,compute: Plug few memory leaksJan Vesely2016-01-261-0/+20
* gallium/radeon: rename max_compute_units -> num_good_compute_unitsMarek Olšák2016-01-221-2/+2
* gallium/radeon: implement PIPE_CAP_INVALIDATE_BUFFERNicolai Hähnle2016-01-141-0/+1
* gallium/radeon: r600_can_dump_shader should get TGSI processor type directlyMarek Olšák2016-01-031-6/+2
* gallium/radeon: implement set_debug_callbackNicolai Hähnle2016-01-021-0/+12
* u_upload_mgr: allow specifying PIPE_USAGE_* for the upload bufferMarek Olšák2016-01-021-1/+1
* u_upload_mgr: remove alignment parameter from u_upload_createMarek Olšák2016-01-021-1/+1
* u_upload_mgr: pass alignment to u_upload_alloc manuallyMarek Olšák2016-01-021-1/+1
* gallium/radeon: remove radeon_winsys_cs_handleMarek Olšák2015-12-111-1/+1
* radeonsi: implement RB+ for Stoney (v2)Marek Olšák2015-12-111-0/+1
* gallium/drivers: Sanitize NULL checks into canonical formEdward O'Callaghan2015-12-061-1/+1
* radeonsi: fix Fiji for LLVM <= 3.7Marek Olšák2015-12-031-1/+2
* radeonsi: fix occlusion queries on FijiMarek Olšák2015-12-031-2/+2
* gallium/radeon: remove DBG_TEXMIPMarek Olšák2015-12-031-1/+0
* radeon: only suspend queries on flush if they haven't been suspended yetNicolai Hähnle2015-11-281-2/+8
* radeonsi: implement AMD_performance_monitor for CIK+Nicolai Hähnle2015-11-251-0/+1
* radeon: ensure that timing/profiling queries are suspended on flushNicolai Hähnle2015-11-201-7/+6
* radeon: move get_driver_query_info to r600_query.cNicolai Hähnle2015-11-181-45/+1
* gallium/radeon: atomize render condition (SET_PREDICATION)Marek Olšák2015-11-131-6/+0
* gallium/radeon: simplify restoring render condition after flushMarek Olšák2015-11-131-17/+5
* gallium/radeon: inline the r600_rings structureMarek Olšák2015-11-131-17/+17
* gallium/radeon: remove the IB flushing flagMarek Olšák2015-11-131-7/+2
* gallium/radeon: move GFX/DMA flushing from add_to_buffer_list to need_cs_spaceMarek Olšák2015-11-131-0/+4
* gallium/radeon: allow returning SDMA fences from pipe->flushMarek Olšák2015-11-041-8/+56
* gallium/radeon: always return the last SDMA fence on SDMA flush if neededMarek Olšák2015-11-041-4/+7