aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi
Commit message (Expand)AuthorAgeFilesLines
* radeonsi: only do depth-only or stencil-only in-place decompressionMarek Olšák2015-10-033-10/+34
* gallium/radeon: add separate stencil level dirty flagsMarek Olšák2015-10-033-3/+6
* radeonsi: dump buffer lists while debuggingMarek Olšák2015-10-034-1/+131
* gallium/radeon: stop using "reloc" in a few placesMarek Olšák2015-10-032-3/+3
* gallium/radeon: tell the winsys the exact resource binding typesMarek Olšák2015-10-039-54/+44
* radeonsi: add an option for debugging VM faultsMarek Olšák2015-10-034-0/+122
* radeonsi: move dumping the last IB into its own functionMarek Olšák2015-10-031-23/+28
* radeonsi: add scratch buffer to the buffer list when it's re-allocatedMarek Olšák2015-09-261-0/+1
* android: radeonsi: fix sid_tables.h missing LOCAL_MODULE_CLASSMauro Rossi2015-09-241-0/+1
* radeonsi: handle dummy constant buffer allocation failureMarek Olšák2015-09-241-0/+2
* radeonsi: don't forget to update scratch relocations for LS, HS, ES shadersMarek Olšák2015-09-241-2/+6
* radeonsi: skip drawing if updating the scratch buffer failsMarek Olšák2015-09-241-14/+49
* radeonsi: skip drawing if PS fails to compile or uploadMarek Olšák2015-09-241-12/+3
* radeonsi: skip drawing if VS, TCS, TES, GS fail to compile or uploadMarek Olšák2015-09-241-7/+23
* radeonsi: handle fixed-func TCS shader create failureMarek Olšák2015-09-241-2/+5
* radeonsi: handle shader precompile failuresMarek Olšák2015-09-241-1/+6
* radeonsi: skip drawing if GS ring allocations failMarek Olšák2015-09-241-1/+10
* radeonsi: skip drawing if the tess factor ring allocation failsMarek Olšák2015-09-243-5/+12
* radeonsi: add malloc fail paths to si_create_shader_stateMarek Olšák2015-09-241-0/+8
* radeonsi: report alloc failure from si_shader_binary_readMarek Olšák2015-09-241-1/+4
* radeonsi: handle constant buffer alloc failuresMarek Olšák2015-09-241-1/+7
* radeonsi: handle index buffer alloc failuresMarek Olšák2015-09-241-0/+6
* radeonsi: implement TXQS supportIlia Mirkin2015-09-212-25/+69
* radeonsi: load fmask ptr relative to the resources arrayIlia Mirkin2015-09-211-1/+1
* gallium: add PIPE_CAP_TGSI_TXQS to let st know if TXQS is supportedIlia Mirkin2015-09-131-0/+1
* 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