summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi/si_pipe.h
Commit message (Expand)AuthorAgeFilesLines
* radeonsi: always use compute rings for clover on CI and newer (v2)Marek Olšák2019-02-261-1/+2
* radeonsi: use SDMA for uploading data through const_uploaderMarek Olšák2019-02-201-0/+17
* radeonsi: clear allocator_zeroed_memory with SDMAMarek Olšák2019-02-061-1/+1
* radeonsi: initialize textures using DCC to black when possibleMarek Olšák2019-02-061-0/+10
* radeonsi: handle render_condition_enable in si_compute_clear_render_targetMarek Olšák2019-02-041-1/+2
* radeonsi: use compute for clear_render_target when possibleSonny Jiang2019-02-041-0/+9
* radeonsi: rename rbo, rbuffer to buf or bufferMarek Olšák2019-01-221-7/+7
* radeonsi: rename r600_resource -> si_resourceMarek Olšák2019-01-221-29/+29
* radeonsi: remove r600 from commentsMarek Olšák2019-01-221-1/+1
* radeonsi: use compute for resource_copy_region when possibleSonny Jiang2019-01-221-0/+11
* radeonsi: add compute_last_block to configure the partial block fieldsJiang, Sonny2019-01-221-0/+22
* radeonsi: move PKT3_WRITE_DATA generation into a helper functionMarek Olšák2019-01-221-0/+3
* radeonsi: make si_cp_wait_mem more configurableMarek Olšák2019-01-021-1/+1
* radeonsi: don't emit redundant PKT3_NUM_INSTANCES packetsMarek Olšák2019-01-021-0/+3
* radeonsi: move remaining perfcounter code into si_perfcounter.cNicolai Hähnle2018-12-191-3/+1
* radeonsi: rename SI_RESOURCE_FLAG_FORCE_TILING to clarify its purposeNicolai Hähnle2018-12-191-1/+1
* radeonsi: add memory management stress tests for GDSMarek Olšák2018-11-281-0/+2
* radeonsi: allow si_cp_dma_clear_buffer to clear GDS from any IBMarek Olšák2018-11-281-4/+4
* radeonsi: don't set the CB clear color registers for 0/1 clear colors on Raven2Marek Olšák2018-11-091-0/+1
* radeonsi/gfx9: set optimal OVERWRITE_COMBINER_WATERMARKMarek Olšák2018-10-301-0/+1
* radeonsi: clamp point size to the limitMarek Olšák2018-10-181-0/+1
* radeonsi: track context rolls better for the Vega scissor bug workaroundMarek Olšák2018-10-161-0/+1
* radeonsi: use compute shaders for clear_buffer & copy_bufferMarek Olšák2018-10-161-19/+32
* radeonsi: use higher subpixel precision (QUANT_MODE) for smaller viewportsMarek Olšák2018-10-161-0/+8
* radeonsi: don't re-upload the sample position constant buffer repeatedlyMarek Olšák2018-10-161-5/+8
* radeonsi: save raster config in screen, add se_tile_repeatMarek Olšák2018-10-161-0/+3
* radeonsi: add GDS support to CP DMAMarek Olšák2018-10-161-0/+2
* radeonsi: rename si_gfx_* functions to si_cp_*Marek Olšák2018-10-161-8/+8
* radeonsi: make si_gfx_write_event_eop more configurableMarek Olšák2018-10-161-1/+1
* radeonsi: split si_copy_bufferMarek Olšák2018-09-101-2/+6
* radeonsi: merge SI and CI dma_clear_buffer and remove the callbackMarek Olšák2018-09-101-3/+2
* radeonsi: add a thorough clear/copy_buffer benchmarkMarek Olšák2018-08-291-4/+7
* radeonsi: let internal compute dispatches tune WAVES_PER_SHMarek Olšák2018-08-291-0/+1
* radeonsi: add TGSI_SEMANTIC_CS_USER_DATA for reading up to 4 SGPRs with TGSIMarek Olšák2018-08-291-0/+1
* radeonsi: add SI_QUERY_TIME_ELAPSED_SDMA for measuring SDMA performanceMarek Olšák2018-08-291-0/+2
* radeonsi: add flag L2_STREAM for minimal cache usageMarek Olšák2018-08-291-0/+1
* radeonsi: use radeon_info::nameMarek Olšák2018-08-141-1/+0
* radeonsi: split si_clear_buffer to remove enum si_methodMarek Olšák2018-08-141-6/+5
* radeonsi: replace CP_DMA_USE_L2 with enum si_cache_policyMarek Olšák2018-08-141-0/+5
* radeonsi: move internal TGSI shaders into si_shaderlib_tgsi.cMarek Olšák2018-08-141-0/+6
* radeonsi: implement EXT_window_rectanglesMarek Olšák2018-08-141-0/+3
* radeonsi: cosmetic changesMarek Olšák2018-08-041-1/+1
* radeonsi: add new R600_DEBUG test "testclearbufperf"Darren Powell2018-08-021-1/+10
* radeonsi: use storage_samples instead of color_samples in most placesMarek Olšák2018-07-311-1/+0
* radeonsi: Add debug option to enable LLVM GlobalISel (v2)Tom Stellard2018-07-231-0/+1
* radeonsi: rename si_compiler -> ac_llvm_compilerDave Airlie2018-07-041-3/+3
* radeonsi: rename r600_transfer -> si_transferMarek Olšák2018-06-251-1/+1
* radeonsi: remove redundant si_texture::cmask_sizeMarek Olšák2018-06-251-1/+0
* radeonsi: inline struct r600_cmask_infoMarek Olšák2018-06-251-7/+3
* radeonsi: move CMASK size computation into ac_surfaceMarek Olšák2018-06-251-6/+1