summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi/si_pipe.c
Commit message (Expand)AuthorAgeFilesLines
* radeonsi/gfx10: implement gfx10_emit_cache_flushNicolai Hähnle2019-07-031-1/+5
* radeonsi/gfx10: add si_context::emit_cache_flushNicolai Hähnle2019-07-031-0/+1
* radeonsi/gfx10: require LLVM 9Nicolai Hähnle2019-07-031-0/+6
* radeonsi: rename and re-document cache flush flagsMarek Olšák2019-06-241-4/+4
* ac: add radeon_info::is_amdgpu instead of checking drm_major == 3Marek Olšák2019-06-141-2/+2
* radeonsi: use the new run-time linker for shadersNicolai Hähnle2019-06-121-1/+1
* radeonsi: init sctx->dma_copy before using itPierre-Eric Pelloux-Prayer2019-06-031-3/+3
* radeonsi: clean up winsys creationMarek Olšák2019-05-271-2/+25
* radeonsi: allow query functions for compute-only contextsMarek Olšák2019-05-271-1/+1
* r600+radeonsi: use ctx_query_reset_status on radeonMarek Olšák2019-05-161-25/+2
* radeonsi: cull primitives with async compute for large draw callsMarek Olšák2019-05-161-1/+11
* ac: rename SI-CIK-VI to GFX6-GFX7-GFX8Marek Olšák2019-05-151-23/+23
* radeonsi: add an AMD_TEX_ANISO environment variableTimothy Arceri2019-05-081-0/+4
* radeonsi: set sampler state and view functions for compute-only contextsMarek Olšák2019-05-011-1/+1
* radeonsi/gfx9: rework the gfx9 scissor bug workaround (v2)Marek Olšák2019-04-251-0/+2
* radeonsi: add radeonsi_aux_debug option for aux context debug dumpsNicolai Hähnle2019-04-251-1/+15
* radeonsi: add si_debug_options for convenient adding/removing of optionsNicolai Hähnle2019-04-251-8/+14
* st/mesa/radeonsi: fix race between destruction of types and shader compilationTimothy Arceri2019-04-241-2/+6
* radeonsi: use CP DMA for the null const buffer clear on CIKMarek Olšák2019-04-221-2/+5
* radeonsi: add support for displayable DCC for multi-RB chipsMarek Olšák2019-04-041-0/+2
* radeonsi: implement ARB/KHR_parallel_shader_compile callbacksMarek Olšák2019-04-011-0/+31
* radeonsi: always use compute rings for clover on CI and newer (v2)Marek Olšák2019-02-261-41/+54
* radeonsi: use SDMA for uploading data through const_uploaderMarek Olšák2019-02-201-8/+15
* radeonsi: add driconf option radeonsi_enable_nirMarek Olšák2019-02-191-1/+2
* radeonsi: add AMD_DEBUG env var as an alternative to R600_DEBUGMarek Olšák2019-02-121-1/+3
* radeonsi: make allocator_zeroed_memory unmappable and use bigger buffersMarek Olšák2019-02-061-1/+2
* radeonsi: clear allocator_zeroed_memory with SDMAMarek Olšák2019-02-061-3/+3
* radeonsi: use compute for clear_render_target when possibleSonny Jiang2019-02-041-0/+4
* radeonsi: rename r600_resource -> si_resourceMarek Olšák2019-01-221-9/+9
* radeonsi: use compute for resource_copy_region when possibleSonny Jiang2019-01-221-0/+4
* radeonsi: move PKT3_WRITE_DATA generation into a helper functionMarek Olšák2019-01-221-11/+2
* radeonsi: don't use WRITE_DATA.DST_SEL == MEM_GRBM on >= CIKMarek Olšák2019-01-221-1/+2
* radeonsi: correct WRITE_DATA.DST_SEL definitionsMarek Olšák2019-01-221-1/+1
* radeonsi: compile clear and copy buffer compute shaders on demandMarek Olšák2019-01-221-8/+0
* radeonsi: move remaining perfcounter code into si_perfcounter.cNicolai Hähnle2018-12-191-1/+1
* radeonsi: add si_init_draw_functions and make some functions staticNicolai Hähnle2018-12-191-2/+2
* radeonsi: move SI_FORCE_FAMILY functionality to winsysNicolai Hähnle2018-12-191-34/+0
* amd: remove support for LLVM 6.0Samuel Pitoiset2018-12-061-1/+1
* radeonsi: add memory management stress tests for GDSMarek Olšák2018-11-281-0/+46
* radeonsi: clean up primitive binning enablementMarek Olšák2018-11-281-11/+16
* radeonsi: stop command submission with PIPE_CONTEXT_LOSE_CONTEXT_ON_RESET onlyMarek Olšák2018-11-091-3/+4
* radeonsi: don't set the CB clear color registers for 0/1 clear colors on Raven2Marek Olšák2018-11-091-0/+1
* radeonsi: add support for Raven2 (v2)Marek Olšák2018-10-301-4/+6
* util: Change remaining uint32 cache ids to sha1David McFarland2018-10-261-32/+32
* radeonsi: Disable clear_state with radeon kernel driverSonny Jiang2018-10-191-2/+4
* radeonsi: fix a deadlock due to partially-initialized context on CIMarek Olšák2018-10-181-6/+8
* radeonsi: use compute shaders for clear_buffer & copy_bufferMarek Olšák2018-10-161-4/+18
* radeonsi: don't re-upload the sample position constant buffer repeatedlyMarek Olšák2018-10-161-0/+7
* radeonsi: save raster config in screen, add se_tile_repeatMarek Olšák2018-10-161-0/+9
* radeonsi: add GDS support to CP DMAMarek Olšák2018-10-161-0/+4