aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi/si_pipe.h
Commit message (Expand)AuthorAgeFilesLines
* radeonsi: set FLUSH_ON_BINNING_TRANSITION when neededMarek Olšák2019-07-091-0/+1
* radeonsi/gfx10: use the new scan converter when binning is disabledMarek Olšák2019-07-091-0/+1
* radeonsi/gfx10: no need to invalidate L2 for framebuffer -> texture coherencyMarek Olšák2019-07-091-2/+8
* radeonsi: determine the rasterization primitive type accurately (v2)Marek Olšák2019-07-031-0/+12
* radeonsi/gfx10: export correct PrimitiveID from NGG vertex shadersMarek Olšák2019-07-031-0/+1
* radeonsi/gfx10: add a workaround for stencil HTILE with mipmappingMarek Olšák2019-07-031-3/+7
* radeonsi/gfx10: fix intensity formatsMarek Olšák2019-07-031-2/+3
* radeonsi/gfx10: allocate GDS BOs for streamoutMarek Olšák2019-07-031-0/+1
* radeonsi/gfx10: implement streamout-related queriesNicolai Hähnle2019-07-031-0/+10
* radeonsi/gfx10: implement si_build_vgt_shader_configNicolai Hähnle2019-07-031-1/+5
* radeonsi/gfx10: keep track of whether NGG is usedNicolai Hähnle2019-07-031-0/+1
* radeonsi/gfx10: implement gfx10_emit_cache_flushNicolai Hähnle2019-07-031-2/+4
* radeonsi/gfx10: add si_context::emit_cache_flushNicolai Hähnle2019-07-031-0/+3
* radeonsi/gfx10: implement DB registersNicolai Hähnle2019-07-031-2/+2
* radeonsi/gfx10: set CB registersNicolai Hähnle2019-07-031-0/+1
* radeonsi/gfx10: add pipe_screen::make_texture_descriptorNicolai Hähnle2019-07-031-0/+13
* radeonsi: use a fragment shader blit instead of DB->CB copy for ZS CPU mappingsMarek Olšák2019-07-031-8/+1
* radeonsi: rename and re-document cache flush flagsMarek Olšák2019-06-241-16/+18
* radeonsi: refactor si_update_vgt_shader_configNicolai Hähnle2019-06-241-1/+22
* 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