aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi/si_state.c
Commit message (Expand)AuthorAgeFilesLines
* radeonsi/gfx10: use the new scan converter when binning is disabledMarek Olšák2019-07-091-0/+11
* radeonsi: use BREAK_BATCH instead of FLUSH_DFSM when CB_TARGET_MASK changesMarek Olšák2019-07-091-2/+2
* radeonsi/gfx10: set more registers and fieldsMarek Olšák2019-07-091-0/+12
* radeonsi/gfx10: enable LATE_ALLOC_GSMarek Olšák2019-07-091-6/+23
* radeonsi/gfx10: enable 1D texturesMarek Olšák2019-07-091-1/+1
* radeonsi: update DCC settings from PALMarek Olšák2019-07-091-9/+4
* radeonsi: enable RB+ for pixel shaders with no/non-contiguous color outputsMarek Olšák2019-07-091-1/+14
* radeonsi/gfx10: disable clear stateNicolai Hähnle2019-07-031-4/+0
* radeonsi/gfx10: implement si_shader_vsMarek Olšák2019-07-031-0/+1
* radeonsi/gfx10: cosmetic changesMarek Olšák2019-07-031-9/+9
* radeonsi/gfx10: set cache control registersMarek Olšák2019-07-031-0/+19
* radeonsi/gfx10: export correct PrimitiveID from NGG vertex shadersMarek Olšák2019-07-031-0/+1
* radeonsi/gfx10: set PA_SC_TILE_STEERING_OVERRIDEMarek Olšák2019-07-031-0/+2
* radeonsi/gfx10: add a workaround for stencil HTILE with mipmappingMarek Olšák2019-07-031-5/+6
* radeonsi/gfx10: fix GL_LINE polygon mode for decomposed primitivesMarek Olšák2019-07-031-1/+0
* radeonsi/gfx10: fix intensity formatsMarek Olšák2019-07-031-2/+2
* radeonsi/gfx10: enable the workaround for unaligned vertex fetchNicolai Hähnle2019-07-031-1/+3
* radeonsi/gfx10: apply DCC MSAA blend workaroundNicolai Hähnle2019-07-031-3/+1
* radeonsi/gfx10: implement si_create_sampler_stateNicolai Hähnle2019-07-031-5/+10
* radeonsi/gfx10: mask DCC tile swizzle by alignmentNicolai Hähnle2019-07-031-1/+4
* radeonsi/gfx10: initialize GE_{MAX,MIN}_VTX_INDX/INDX_OFFSETNicolai Hähnle2019-07-031-1/+5
* radeonsi/gfx10: add NGG registers to si_init_configNicolai Hähnle2019-07-031-0/+15
* radeonsi/gfx10: update shader-related fields in si_init_configNicolai Hähnle2019-07-031-7/+17
* radeonsi/gfx10: implement DB registersNicolai Hähnle2019-07-031-9/+46
* radeonsi/gfx10: set CB registersNicolai Hähnle2019-07-031-5/+75
* radeonsi/gfx10: always set up sample locationsNicolai Hähnle2019-07-031-1/+5
* radeonsi/gfx10: use Z32_FLOAT_CLAMP for upgraded depth texturesNicolai Hähnle2019-07-031-8/+18
* radeonsi/gfx10: implement vertex format changesNicolai Hähnle2019-07-031-5/+13
* radeonsi/gfx10: implement si_make_buffer_descriptorNicolai Hähnle2019-07-031-10/+28
* radeonsi/gfx10: add gfx10_make_texture_descriptorNicolai Hähnle2019-07-031-1/+187
* radeonsi/gfx10: add pipe_screen::make_texture_descriptorNicolai Hähnle2019-07-031-2/+4
* radeonsi/gfx10: determine view->is_integer based on the pipe_formatNicolai Hähnle2019-07-031-6/+15
* radeonsi/gfx10: implement si_is_format_supportedNicolai Hähnle2019-07-031-0/+17
* radeonsi/gfx10: generate gfx10_format_table.hNicolai Hähnle2019-07-031-0/+11
* radeonsi/gfx10: set MAX_ALLOC_COUNTNicolai Hähnle2019-07-031-2/+14
* amd/common/gfx10: add register JSONNicolai Hähnle2019-07-031-3/+3
* radeonsi: make si_restore_qbo_state externally availableNicolai Hähnle2019-07-031-0/+13
* radeonsi: various si_translate_*format functions only apply to pre-gfx10Nicolai Hähnle2019-07-031-0/+6
* radeonsi: use a fragment shader blit instead of DB->CB copy for ZS CPU mappingsMarek Olšák2019-07-031-1/+1
* radeonsi: make gl_SampleMaskIn = 0x1 when MSAA is disabledPierre-Eric Pelloux-Prayer2019-07-031-1/+2
* radeonsi: rename and re-document cache flush flagsMarek Olšák2019-06-241-7/+7
* radeonsi: fix AMD_DEBUG=nofmaskMarek Olšák2019-06-241-8/+8
* ac: add radeon_info::is_amdgpu instead of checking drm_major == 3Marek Olšák2019-06-141-1/+1
* amd/common: use generated register headerNicolai Hähnle2019-06-031-1/+1
* amd/common: unify PITCH_GFX6 and PITCH_GFX9Nicolai Hähnle2019-06-031-2/+2
* amd/common: cleanup DATA_FORMAT/NUM_FORMAT field namesNicolai Hähnle2019-06-031-5/+5
* Change a few frequented uses of DEBUG to !NDEBUGMarek Olšák2019-05-291-2/+2
* radeonsi: cull primitives with async compute for large draw callsMarek Olšák2019-05-161-0/+9
* radeonsi: make some functions non-staticMarek Olšák2019-05-161-14/+6
* ac: rename SI-CIK-VI to GFX6-GFX7-GFX8Marek Olšák2019-05-151-54/+54