aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi/si_state.c
Commit message (Expand)AuthorAgeFilesLines
* radeonsi: don't update states for the DCC MSAA bug on GFX6-7Marek Olšák2020-02-101-2/+2
* radeonsi: fix the DCC MSAA bug workaroundMarek Olšák2020-02-101-1/+1
* radeonsi: don't report that multi-plane formats are supportedMarek Olšák2020-02-071-7/+0
* radeonsi/gfx10: rewrite late alloc computationMarek Olšák2020-01-201-39/+33
* radeonsi/gfx10: implement NGG culling for 4x wave32 subgroupsMarek Olšák2020-01-201-0/+1
* radeonsi/gfx10: move GE_PC_ALLOC setting to shader statesMarek Olšák2020-01-201-13/+0
* radeonsi: drop the negation from fmask_is_not_identityPierre-Eric Pelloux-Prayer2020-01-151-1/+1
* radeonsi: fork tgsi_shader_info and tgsi_tessctrl_infoMarek Olšák2020-01-141-1/+1
* radeonsi: put up to 5 VBO descriptors into user SGPRsMarek Olšák2020-01-131-3/+14
* radeonsi: simplify si_set_vertex_buffersMarek Olšák2020-01-131-7/+8
* radeonsi: add si_context::num_vertex_elementsMarek Olšák2020-01-131-0/+1
* radeonsi: rename desc_list_byte_size -> vb_desc_list_alloc_sizeMarek Olšák2020-01-131-1/+1
* ac/gpu_info: add pc_lines and use it in radeonsiMarek Olšák2020-01-081-1/+1
* radeonsi: determine accurately if line stippling is enabled for performanceMarek Olšák2020-01-081-3/+4
* radeonsi: test polygon mode enablement accuratelyMarek Olšák2020-01-081-2/+4
* ac: declare an enum for the OOB select field on GFX10Samuel Pitoiset2019-12-191-1/+1
* radeonsi: disallow compute-based culling if polygon mode is enabledMarek Olšák2019-12-161-2/+3
* radeonsi: don't rely on CLEAR_STATE to set PA_SC_GENERIC_SCISSOR_*Marek Olšák2019-12-101-3/+5
* radeonsi: dcc dirty flagPierre-Eric Pelloux-Prayer2019-12-101-0/+4
* util: Move gallium's PIPE_FORMAT utils to /util/format/Eric Anholt2019-11-141-2/+2
* radeonsi: enable MSAA shader imagesMarek Olšák2019-10-091-3/+0
* radeonsi: expand FMASK before MSAA image stores are usedMarek Olšák2019-10-091-1/+3
* radeonsi: allocate planar multimedia formats in 1 bufferMarek Olšák2019-10-091-0/+7
* ac: move PBB MAX_ALLOC_COUNT into radeon_infoMarek Olšák2019-09-181-31/+1
* radeonsi: remove redundant si_texture offset and size fieldsMarek Olšák2019-09-091-19/+19
* Revert "radeonsi: don't emit PKT3_CONTEXT_CONTROL on amdgpu"Thong Thai2019-08-291-7/+4
* radeonsi: unbind blend/DSA/rasterizer state correctly in delete functionsMarek Olšák2019-08-271-1/+9
* radeonsi/gfx10: set PA_CL_VS_OUT_CNTL with CONTEXT_REG_RMW to fix edge flagsMarek Olšák2019-08-271-6/+14
* radeonsi/gfx10: don't initialize VGT_INSTANCE_STEP_RATE_0Marek Olšák2019-08-271-1/+2
* ac: add has_msaa_sample_loc_bug to ac_gpu_infoSamuel Pitoiset2019-08-271-2/+2
* ac: add rbplus_allowed to ac_gpu_infoSamuel Pitoiset2019-08-271-3/+3
* ac: add has_rbplus to ac_gpu_infoSamuel Pitoiset2019-08-271-1/+1
* ac: add has_dcc_constant_encode to ac_gpu_infoSamuel Pitoiset2019-08-271-1/+1
* ac: add has_clear_state to ac_gpu_infoSamuel Pitoiset2019-08-271-1/+1
* ac,radv,radeonsi: remove LLVM 7 supportSamuel Pitoiset2019-08-231-8/+1
* radeonsi/gfx10: don't set PA_SC_TILE_STEERING_OVERRIDE if CLEAR_STATE sets itMarek Olšák2019-08-191-2/+5
* radeonsi: don't emit PKT3_CONTEXT_CONTROL on amdgpuMarek Olšák2019-08-191-4/+7
* radeonsi: add support for RenoirMarek Olšák2019-08-141-0/+1
* radeonsi: fix S_028C48_MAX_ALLOC_COUNT valuePierre-Eric Pelloux-Prayer2019-08-071-1/+1
* radeonsi/gfx10: enable all CUs for GS if NGG is never usedMarek Olšák2019-08-061-2/+4
* radeonsi/gfx10: disable LATE_ALLOC_GS on Navi14Marek Olšák2019-08-061-1/+8
* radeonsi/gfx10: implement a bug workaround for GE_PC_ALLOCMarek Olšák2019-08-061-0/+12
* radeonsi: make sure that rasterizer state != NULL and remove all NULL checkingMarek Olšák2019-08-061-14/+9
* radeonsi: make sure that DSA state != NULL and remove all NULL checkingMarek Olšák2019-08-061-7/+5
* radeonsi: make sure that blend state != NULL and remove all NULL checkingMarek Olšák2019-08-061-23/+12
* radeonsi: DCC MSAA blending bug - include logic op, limit to Navi14 and olderMarek Olšák2019-08-061-2/+8
* radeonsi: determine accurately whether logic op is enabledMarek Olšák2019-08-061-3/+5
* radeonsi: adjust RB+ blend optimization settingsMarek Olšák2019-07-301-3/+1
* gallium: switch boolean -> bool at the interface definitionsIlia Mirkin2019-07-221-7/+7
* radeonsi: initialize scissor registers etc. without clear stateMarek Olšák2019-07-191-1/+1