| Commit message (Expand) | Author | Age | Files | Lines |
* | radeonsi: move remaining perfcounter code into si_perfcounter.c | Nicolai Hähnle | 2018-12-19 | 1 | -1/+0 |
* | radeon/vcn: add jpeg decode implementation | Boyuan Zhang | 2018-10-23 | 1 | -0/+1 |
* | radeonsi: use compute shaders for clear_buffer & copy_buffer | Marek Olšák | 2018-10-16 | 1 | -0/+1 |
* | radeonsi: add a thorough clear/copy_buffer benchmark | Marek Olšák | 2018-08-29 | 1 | -1/+1 |
* | radeonsi: move internal TGSI shaders into si_shaderlib_tgsi.c | Marek Olšák | 2018-08-14 | 1 | -0/+1 |
* | radeonsi: add new R600_DEBUG test "testclearbufperf" | Darren Powell | 2018-08-02 | 1 | -0/+1 |
* | radeonsi: remove r600_pipe_common.h | Marek Olšák | 2018-04-27 | 1 | -1/+0 |
* | radeonsi: autotools: add si_build_pm4.h in dist tarball | Juan A. Suarez Romero | 2018-04-10 | 1 | -0/+1 |
* | radeonsi: don't build libradeon.la separately | Marek Olšák | 2018-04-05 | 1 | -1/+21 |
* | radeonsi: move r600_buffer_common.c and r600_texture.c into radeonsi | Marek Olšák | 2018-04-05 | 1 | -0/+2 |
* | radeonsi: move r600_gpu_load.c to si_gpu_load.c | Marek Olšák | 2018-04-05 | 1 | -0/+1 |
* | radeonsi: move r600_query.c/h files to si_query.c/h | Marek Olšák | 2018-04-05 | 1 | -0/+2 |
* | radeonsi: move DMA CS functions from r600_pipe_common.c to si_dma_cs.c | Marek Olšák | 2018-04-05 | 1 | -0/+1 |
* | radeonsi: rename si_hw_context.c -> si_gfx_cs.c | Marek Olšák | 2018-04-05 | 1 | -1/+1 |
* | radeonsi: move all get functions to si_get.c; disk_cache_create to si_pipe.c | Marek Olšák | 2017-11-29 | 1 | -0/+1 |
* | radeonsi: move r600_test_dma.c into si_test_dma.c | Marek Olšák | 2017-11-29 | 1 | -0/+1 |
* | radeonsi: move all clear() code into si_clear.c | Marek Olšák | 2017-11-29 | 1 | -0/+1 |
* | radeonsi: move fence functions to si_fence.c | Nicolai Hähnle | 2017-11-09 | 1 | -0/+1 |
* | radeonsi: import cayman_msaa.c from drivers/radeon | Marek Olšák | 2017-10-09 | 1 | -0/+1 |
* | radeonsi: import r600_streamout from drivers/radeon | Marek Olšák | 2017-10-09 | 1 | -0/+1 |
* | radeonsi: move r600_viewport.c to si_viewport.c | Nicolai Hähnle | 2017-10-02 | 1 | -0/+1 |
* | radeonsi/gfx9: implement primitive binning | Marek Olšák | 2017-09-05 | 1 | -0/+1 |
* | radeonsi: Makefile.sources: include driinfo_radeonsi.h | Juan A. Suarez Romero | 2017-08-04 | 1 | -0/+1 |
* | radeonsi: prepare for driver-specific driconf options | Nicolai Hähnle | 2017-08-02 | 1 | -0/+4 |
* | radeonsi: scan NIR shaders to obtain required info | Nicolai Hähnle | 2017-07-31 | 1 | -0/+1 |
* | radeonsi: extract TGSI memory/texture opcode handling into its own file | Nicolai Hähnle | 2017-05-16 | 1 | -0/+1 |
* | radeonsi: move struct si_compute into a header | Nicolai Hähnle | 2017-05-10 | 1 | -0/+1 |
* | ac/debug: Move sid_tables.h generation to common code. | Bas Nieuwenhuizen | 2017-01-09 | 1 | -3/+0 |
* | radeonsi: import all TGSI->LLVM code from gallium/radeon | Marek Olšák | 2016-10-18 | 1 | -0/+1 |
* | radeonsi: move LLVM ALU codegen into radeonsi | Marek Olšák | 2016-10-18 | 1 | -0/+2 |
* | radeonsi: move sid.h/r600d_common.h to a common place. | Dave Airlie | 2016-09-06 | 1 | -1/+0 |
* | radeonsi: implement AMD_performance_monitor for CIK+ | Nicolai Hähnle | 2015-11-25 | 1 | -0/+1 |
* | android: radeonsi: add support for sid_tables.h generated sources | Mauro Rossi | 2015-09-09 | 1 | -1/+3 |
* | radeonsi: inline si_cmd_context_control | Marek Olšák | 2015-09-01 | 1 | -1/+0 |
* | radeonsi: generate register and packet tables for an IB parser from sid.h | Marek Olšák | 2015-08-26 | 1 | -0/+1 |
* | radeonsi: add an initial dump_debug_state implementation dumping shaders | Marek Olšák | 2015-08-26 | 1 | -0/+1 |
* | radeonsi: move CP DMA functions to their own file | Marek Olšák | 2015-07-31 | 1 | -0/+1 |
* | radeonsi: Add CIK SDMA support | Michel Dänzer | 2015-06-08 | 1 | -0/+1 |
* | radeonsi: move all shader-related functions to a new file si_state_shaders.c | Marek Olšák | 2014-12-10 | 1 | -0/+1 |
* | gallium/radeonsi: ship all files in the tarball | Emil Velikov | 2014-09-05 | 1 | -0/+6 |
* | radeonsi: Implement DMA blit | Niels Ole Salscheider | 2014-03-20 | 1 | -0/+1 |
* | radeonsi: move si_upload_const_buffer to a better place | Marek Olšák | 2014-01-28 | 1 | -1/+0 |
* | radeonsi: inline si_translate_index_buffer | Marek Olšák | 2014-01-28 | 1 | -1/+0 |
* | r600g,radeonsi: consolidate the contents of r600_resource.c | Marek Olšák | 2014-01-28 | 1 | -1/+0 |
* | radeonsi: use queries from r600g | Marek Olšák | 2014-01-28 | 1 | -1/+0 |
* | radeonsi: Apply si_* file naming scheme. | Andreas Hartmetz | 2014-01-14 | 1 | -12/+12 |
* | r600g,radeonsi: share r600_texture.c | Marek Olšák | 2013-09-29 | 1 | -1/+0 |
* | radeonsi: use r600_common_context, r600_common_screen, r600_resource | Marek Olšák | 2013-08-31 | 1 | -1/+0 |
* | radeonsi: add flexible shader descriptor management and use it for sampler views | Marek Olšák | 2013-08-17 | 1 | -0/+1 |
* | radeon/uvd: add UVD implementation v5 | Christian König | 2013-04-11 | 1 | -1/+2 |