aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi/si_state.c
Commit message (Expand)AuthorAgeFilesLines
* radeonsi: implement fast stencil clearMarek Olšák2015-12-111-12/+14
* radeonsi: re-enable Hyper-Z for stencilMarek Olšák2015-12-111-9/+3
* radeonsi: implement RB+ for Stoney (v2)Marek Olšák2015-12-111-2/+157
* radeonsi: use tgsi_shader_info::colors_writtenMarek Olšák2015-12-111-1/+1
* gallium/drivers: Sanitize NULL checks into canonical formEdward O'Callaghan2015-12-061-8/+8
* gallium/radeon: rename fmask::pitch -> pitch_in_pixelsMarek Olšák2015-12-031-2/+2
* radeonsi: enable optimal raster config setting for fiji (v2)Alex Deucher2015-11-161-3/+9
* radeonsi: use proper GRBM_GFX_INDEX offset for CI+Alex Deucher2015-11-161-4/+12
* gallium/radeon: atomize render condition (SET_PREDICATION)Marek Olšák2015-11-131-0/+1
* gallium/radeon: inline the r600_rings structureMarek Olšák2015-11-131-17/+17
* radeonsi: rename cache flushing flags once moreMarek Olšák2015-11-131-4/+4
* radeonsi: initialize SX_PS_DOWNCONVERT to 0 on StoneyMarek Olšák2015-11-131-0/+3
* radeonsi: fix a future crash in emit_cb_target_maskMarek Olšák2015-11-131-1/+1
* radeonsi: properly check if DCC is enabled and allocatedMarek Olšák2015-10-271-2/+2
* radeonsi: simplify DCC handling in si_initialize_color_surfaceMarek Olšák2015-10-271-7/+3
* radeonsi: Enable DCC.Bas Nieuwenhuizen2015-10-241-6/+40
* radeonsi: add another requirement for PARTIAL_ES_WAVEMarek Olšák2015-10-241-1/+1
* radeonsi: add draw_vbo check for a NULL pixel shaderMarek Olšák2015-10-241-0/+1
* radeonsi: add checks for a NULL pixel shaderMarek Olšák2015-10-241-0/+1
* radeonsi: add support for Stoney asics (v3)Samuel Li2015-10-231-0/+1
* radeonsi: support thread-safe shaders shared by multiple contextsMarek Olšák2015-10-201-1/+1
* radeonsi: add support for ARB_texture_viewMarek Olšák2015-10-201-6/+21
* radeonsi: implement vertex color clampingMarek Olšák2015-10-171-0/+2
* radeonsi: implement fragment color clampingMarek Olšák2015-10-171-1/+1
* radeonsi: implement the simple case of force_persample_interpMarek Olšák2015-10-031-0/+1
* radeonsi: only do depth-only or stencil-only in-place decompressionMarek Olšák2015-10-031-3/+9
* gallium/radeon: tell the winsys the exact resource binding typesMarek Olšák2015-10-031-3/+3
* radeonsi: don't update polygon offset state if it has no effectMarek Olšák2015-09-101-1/+3
* gallium/radeon: remove 'dirty' member from r600_atomGrazvydas Ignotas2015-09-031-1/+0
* radeonsi: use an indirect buffer for init_configMarek Olšák2015-09-011-0/+1
* radeonsi: rework uploading border colorsMarek Olšák2015-09-011-83/+41
* radeonsi: use all built-in border colorsMarek Olšák2015-09-011-3/+18
* radeonsi: inline si_cmd_context_controlMarek Olšák2015-09-011-1/+4
* radeonsi: don't send IB dword usage to si_need_cs_spaceMarek Olšák2015-09-011-1/+1
* radeonsi: don't set number of IB dwords for statesMarek Olšák2015-09-011-21/+14
* gallium/radeon: rename r600_context_bo_reloc -> radeon_add_to_buffer_listMarek Olšák2015-09-011-4/+4
* gallium/radeon: rename write_*_reg functionsMarek Olšák2015-09-011-27/+27
* radeonsi: rename and precalculate polygon offset statesMarek Olšák2015-09-011-37/+42
* radeonsi: convert CB_TARGET_MASK setup to an atomMarek Olšák2015-09-011-14/+9
* radeonsi: don't set VGT_VTX_CNT_EN twice in init_configMarek Olšák2015-09-011-1/+0
* radeonsi: convert stencil ref state into an atomMarek Olšák2015-09-011-33/+33
* radeonsi: convert blend color state into an atomMarek Olšák2015-09-011-8/+12
* radeonsi: convert sample mask state into an atomMarek Olšák2015-09-011-9/+14
* radeonsi: convert clip state into an atomMarek Olšák2015-09-011-13/+11
* radeonsi: avoid redundant CB and DB register updatesMarek Olšák2015-09-011-6/+20
* radeonsi: initialize atom IDs for external atomsMarek Olšák2015-09-011-0/+13
* radeonsi: call si_init_atom for remaining radeonsi atomsMarek Olšák2015-09-011-11/+9
* radeonsi: initialize atom IDsMarek Olšák2015-09-011-6/+8
* radeonsi: optimize viewport statesMarek Olšák2015-09-011-17/+41
* radeonsi: optimize scissor statesMarek Olšák2015-09-011-16/+41