summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi/si_state.h
Commit message (Expand)AuthorAgeFilesLines
...
* radeonsi: move SPI_PS_INPUT_ENA/ADDR registers to a separate stateMarek Olšák2015-10-031-0/+1
* radeonsi: skip drawing if the tess factor ring allocation failsMarek Olšák2015-09-241-1/+1
* radeonsi: don't update polygon offset state if it has no effectMarek Olšák2015-09-101-0/+1
* radeonsi: remove unused macro si_pm4_set_stateMarek Olšák2015-09-011-10/+0
* radeonsi: rework uploading border colorsMarek Olšák2015-09-011-3/+0
* radeonsi: inline si_cmd_context_controlMarek Olšák2015-09-011-3/+0
* radeonsi: don't set number of IB dwords for statesMarek Olšák2015-09-011-2/+1
* radeonsi: convert SPI state to an atomMarek Olšák2015-09-011-1/+1
* radeonsi: rename and precalculate polygon offset statesMarek Olšák2015-09-011-3/+3
* radeonsi: convert CB_TARGET_MASK setup to an atomMarek Olšák2015-09-011-2/+1
* radeonsi: convert stencil ref state into an atomMarek Olšák2015-09-011-4/+14
* radeonsi: convert blend color state into an atomMarek Olšák2015-09-011-1/+1
* radeonsi: convert sample mask state into an atomMarek Olšák2015-09-011-6/+1
* radeonsi: convert clip state into an atomMarek Olšák2015-09-011-1/+1
* radeonsi: remove the tf_ring state, add the registers to init_configMarek Olšák2015-09-011-1/+0
* radeonsi: remove the gs_rings state, add the registers to init_configMarek Olšák2015-09-011-1/+0
* radeonsi: call si_init_atom for remaining radeonsi atomsMarek Olšák2015-09-011-4/+6
* radeonsi: define the state atom array separatelyMarek Olšák2015-09-011-0/+20
* radeonsi: optimize viewport statesMarek Olšák2015-09-011-6/+0
* radeonsi: optimize scissor statesMarek Olšák2015-09-011-6/+0
* radeonsi: add SI_MAX_ATTRIBSMarek Olšák2015-09-011-4/+5
* radeonsi: fix a Unigine Heaven hang when drirc is missingMarek Olšák2015-09-011-0/+2
* radeonsi: remove old CS tracing codeMarek Olšák2015-08-261-0/+1
* radeonsi: move CP DMA functions to their own fileMarek Olšák2015-07-311-3/+0
* radeonsi: completely rework updating descriptors without CP DMAMarek Olšák2015-07-311-22/+10
* radeonsi: add GS multiple streams support (v2)Dave Airlie2015-07-301-2/+5
* radeonsi: set up a ring buffer for tessellation factorsMarek Olšák2015-07-231-0/+1
* radeonsi: add tessellation shader statesMarek Olšák2015-07-231-0/+2
* radeonsi: add shader code generation for tessellationMarek Olšák2015-07-231-2/+3
* radeonsi: program VGT_SHADER_STAGES_EN for tessellationMarek Olšák2015-07-231-1/+1
* radeonsi: add support for tessellation shader resources and samplersMarek Olšák2015-07-231-1/+1
* radeonsi: rework how shader pointers to descriptors are setMarek Olšák2015-07-231-2/+11
* radeonsi: remove switch statement in si_create_contextMarek Olšák2015-07-231-1/+0
* radeonsi: don't change pipe_resource in resource_copy_regionMarek Olšák2015-07-231-0/+6
* radeonsi: add support for viewport array (v3)Dave Airlie2015-06-271-2/+2
* radeonsi: Add CIK SDMA supportMichel Dänzer2015-06-081-0/+1
* radeonsi: move PA_SU_SC_MODE_CNTL to rasterizer stateMarek Olšák2015-03-161-1/+0
* radeonsi: implement line and polygon smoothingMarek Olšák2015-03-161-0/+2
* radeonsi: split sample locations into its own state atomMarek Olšák2015-03-161-0/+1
* radeonsi: implement polygon stipplingMarek Olšák2015-02-041-0/+1
* radeonsi: add polygon stipple texture slotMarek Olšák2015-02-041-5/+8
* radeonsi: allow 64 descriptors per arrayMarek Olšák2015-02-041-2/+2
* radeonsi: only flush the right set of caches for CP DMA operationsMarek Olšák2015-01-071-1/+1
* radeonsi: remove unused and not useful variablesMarek Olšák2015-01-071-2/+0
* radeonsi: remove init config from statesMarek Olšák2015-01-071-1/+0
* radeonsi: move all shader-related functions to a new file si_state_shaders.cMarek Olšák2014-12-101-4/+4
* radeonsi: generate derived and draw-related registers directly in the CSMarek Olšák2014-12-101-1/+0
* radeonsi: remove unused draw packet functionsMarek Olšák2014-12-101-12/+0
* radeonsi: emit draw packets directly into the CSMarek Olšák2014-12-101-1/+0
* radeonsi: remove unused variable si_state_dsa::db_render_controlMarek Olšák2014-11-191-1/+0