summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi
Commit message (Expand)AuthorAgeFilesLines
* radeonsi: don't update polygon offset state if it has no effectMarek Olšák2015-09-102-1/+4
* radeonsi: decrease the size of si_pm4_stateMarek Olšák2015-09-101-3/+2
* radeonsi/compute: add buffers to the CS directlyMarek Olšák2015-09-101-7/+11
* radeonsi: only use new versions of LLVM image and sample intrinsicsMarek Olšák2015-09-101-283/+186
* gallium/radeon: drop support for LLVM 3.4Marek Olšák2015-09-103-13/+6
* radeonsi: enable VGPR spilling on VIMarek Olšák2015-09-101-3/+1
* android: radeonsi: add support for sid_tables.h generated sourcesMauro Rossi2015-09-093-3/+15
* gallium/radeon: remove 'dirty' member from r600_atomGrazvydas Ignotas2015-09-031-1/+0
* radeonsi: use an indirect buffer for init_configMarek Olšák2015-09-012-0/+3
* radeonsi: add IB2 indirect buffer support for pm4 statesMarek Olšák2015-09-013-2/+54
* radeonsi: remove unused macro si_pm4_set_stateMarek Olšák2015-09-011-10/+0
* radeonsi: remove si_pm4_cleanupMarek Olšák2015-09-013-10/+0
* radeonsi: rework uploading border colorsMarek Olšák2015-09-015-92/+75
* radeonsi: use all built-in border colorsMarek Olšák2015-09-011-3/+18
* radeonsi: inline si_cmd_context_controlMarek Olšák2015-09-014-41/+4
* radeonsi: remove unused si_pm4_state codeMarek Olšák2015-09-012-28/+2
* radeonsi: reorder si_context variablesMarek Olšák2015-09-011-40/+45
* radeonsi: don't send IB dword usage to si_need_cs_spaceMarek Olšák2015-09-015-8/+6
* radeonsi: don't set number of IB dwords for statesMarek Olšák2015-09-014-29/+18
* radeonsi: don't count IB space for states, just use an upper boundMarek Olšák2015-09-012-55/+5
* radeonsi: convert SPI state to an atomMarek Olšák2015-09-014-10/+19
* gallium/radeon: rename r600_context_bo_reloc -> radeon_add_to_buffer_listMarek Olšák2015-09-017-38/+38
* gallium/radeon: rename write_*_reg functionsMarek Olšák2015-09-012-42/+42
* radeonsi: rename and precalculate polygon offset statesMarek Olšák2015-09-012-40/+45
* radeonsi: convert CB_TARGET_MASK setup to an atomMarek Olšák2015-09-015-17/+13
* 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-015-39/+50
* radeonsi: convert blend color state into an atomMarek Olšák2015-09-014-9/+20
* radeonsi: convert sample mask state into an atomMarek Olšák2015-09-016-19/+25
* radeonsi: convert clip state into an atomMarek Olšák2015-09-014-14/+19
* radeonsi: avoid redundant CB and DB register updatesMarek Olšák2015-09-014-9/+31
* radeonsi: don't rebind GSVS ring buffers every draw call using GSMarek Olšák2015-09-013-3/+10
* radeonsi: don't clear the tessellation factor ring bufferMarek Olšák2015-09-011-2/+0
* radeonsi: remove the tf_ring state, add the registers to init_configMarek Olšák2015-09-014-15/+13
* radeonsi: remove the gs_rings state, add the registers to init_configMarek Olšák2015-09-014-16/+14
* radeonsi: use a bitmask for tracking dirty atomsMarek Olšák2015-09-013-13/+18
* radeonsi: initialize atom IDs for external atomsMarek Olšák2015-09-012-4/+13
* radeonsi: call si_init_atom for remaining radeonsi atomsMarek Olšák2015-09-018-41/+29
* radeonsi: initialize atom IDsMarek Olšák2015-09-011-6/+8
* radeonsi: define the state atom array separatelyMarek Olšák2015-09-014-21/+23
* radeonsi: optimize viewport statesMarek Olšák2015-09-016-26/+54
* radeonsi: optimize scissor statesMarek Olšák2015-09-018-27/+79
* radeonsi: add SI_MAX_ATTRIBSMarek Olšák2015-09-012-5/+6
* radeonsi: fix memory usage checking for big IBsMarek Olšák2015-09-011-8/+9
* radeonsi: set all 16 viewport Z bounds for GL 4.1Marek Olšák2015-09-011-2/+6
* radeonsi: fix a Unigine Heaven hang when drirc is missingMarek Olšák2015-09-014-1/+28
* radeonsi: don't use the emit qt keyword in si_init_atomMarek Olšák2015-08-291-2/+2
* radeonsi: remove no-op 32-bit maskingMarek Olšák2015-08-294-5/+5
* gallium/radeon: read_registers should return bool meaning success or failureMarek Olšák2015-08-261-2/+2
* radeonsi: add IB parser support for CP DMA packetsMarek Olšák2015-08-264-61/+122