summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi/si_pipe.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* radeonsi: rename r600_surface -> si_surfaceMarek Olšák2018-06-251-1/+1
* radeonsi: rename r600_memory_object -> si_memory_objectMarek Olšák2018-06-251-1/+1
* radeonsi: remove unused r600_memory_object::offsetMarek Olšák2018-06-251-1/+0
* radeonsi: clean up some #includesMarek Olšák2018-06-251-1/+0
* radeonsi: add a debug flag to zero vram allocationsGrazvydas Ignotas2018-06-211-0/+1
* radeonsi: rename r600_texture -> si_texture, rxxx -> xxx or sxxxMarek Olšák2018-06-191-29/+29
* amd,radeonsi: rename radeon_winsys_cs -> radeon_cmdbufMarek Olšák2018-06-191-5/+5
* radeonsi: ignore PIPE_RESOURCE_FLAG_MAP_COHERENTMarek Olšák2018-06-191-3/+3
* radeonsi: micro-optimize prim checking and fix guardband with lines+adjacencyMarek Olšák2018-06-131-0/+17
* radeonsi: don't set VGT_LS_HS_CONFIG if it doesn't changeMarek Olšák2018-06-131-0/+1
* radeonsi: move VGT_GS_OUT_PRIM_TYPE into si_shader_gsMarek Olšák2018-06-131-1/+0
* radeonsi: emit_db_render_state packets optimizationSonny Jiang2018-06-071-0/+2
* radeonsi: fix possible truncation on renderer stringTimothy Arceri2018-06-081-1/+1
* radeonsi: disable primitive binning for all blitter opsMarek Olšák2018-05-241-1/+1