summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi/si_pipe.h
Commit message (Expand)AuthorAgeFilesLines
* radeonsi: use the new run-time linker for shadersNicolai Hähnle2019-06-121-1/+1
* Change a few frequented uses of DEBUG to !NDEBUGMarek Olšák2019-05-291-1/+1
* r600+radeonsi: use ctx_query_reset_status on radeonMarek Olšák2019-05-161-1/+0
* radeonsi: update buffer descriptors in all contexts after buffer invalidationMarek Olšák2019-05-161-0/+2
* radeonsi: disable primitive restart for triangles for DiRT RallyMarek Olšák2019-05-161-1/+2
* radeonsi: add primitive culling stats to the HUDMarek Olšák2019-05-161-0/+3
* radeonsi: cull primitives with async compute for large draw callsMarek Olšák2019-05-161-1/+62
* radeonsi: add a cs parameter into si_cp_copy_dataMarek Olšák2019-05-161-1/+1
* radeonsi: add a cs parameter into si_cp_release_memMarek Olšák2019-05-161-1/+1
* radeonsi: add threadgroups_per_cu param into si_get_compute_resource_limitsMarek Olšák2019-05-161-1/+2
* radeonsi: make si_initialize_compute reusableMarek Olšák2019-05-161-0/+1
* radeonsi: extract COMPUTE_RESOURCE_LIMITS code into a helperMarek Olšák2019-05-161-0/+3
* ac: rename SI-CIK-VI to GFX6-GFX7-GFX8Marek Olšák2019-05-151-5/+5
* radeonsi: overhaul the vertex fetch fixup mechanismNicolai Hähnle2019-05-131-0/+1
* 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