aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi/si_pipe.h
Commit message (Expand)AuthorAgeFilesLines
* radeonsi: remove dirty slot masks from scissor and viewport statesMarek Olšák2019-04-251-8/+1
* radeonsi/gfx9: rework the gfx9 scissor bug workaround (v2)Marek Olšák2019-04-251-1/+2
* radeonsi: add si_debug_options for convenient adding/removing of optionsNicolai Hähnle2019-04-251-2/+5
* radeonsi: delay adding BOs at the beginning of IBs until the first drawMarek Olšák2019-04-231-0/+3
* radeonsi: add helper si_get_minimum_num_gfx_cs_dwordsMarek Olšák2019-04-231-0/+11
* radeonsi: add si_cp_copy_dataMarek Olšák2019-04-231-0/+3
* radeonsi: use CP DMA for the null const buffer clear on CIKMarek Olšák2019-04-221-1/+2
* radeonsi: add support for displayable DCC for multi-RB chipsMarek Olšák2019-04-041-1/+14
* radeonsi: add ability to bind images as image buffersMarek Olšák2019-04-041-0/+2
* radeonsi/gfx9: add support for PIPE_ALIGNED=0Marek Olšák2019-04-041-2/+4
* gallium: add pipe_grid_info::last_blockMarek Olšák2019-03-151-22/+0
* 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