summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* glapi: Inline x86_64_current_tls().Matt Turner2015-09-011-8/+2
* r600g: Simplify out a couple of unnecessary branchesEdward O'Callaghan2015-09-011-6/+2
* 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
* winsys/radeon: add a flag telling how gfx IBs should be paddedMarek Olšák2015-09-013-6/+10
* winsys/amdgpu: remove IB padding for SIMarek Olšák2015-09-011-17/+5
* 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-0114-87/+97
* gallium/radeon: rename write_*_reg functionsMarek Olšák2015-09-0111-220/+220
* 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-017-12/+36
* 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
* winsys/amdgpu: use small IBs for better performance on VIMarek Olšák2015-09-011-7/+9
* gallium/util: add u_bit_scan_consecutive_rangeMarek Olšák2015-09-011-0/+20
* i965: Prevent coordinate overflow in intel_emit_linear_blitChris Wilson2015-09-011-38/+34
* i965/nir: enable the dead control flow optimizationConnor Abbott2015-09-011-0/+2
* nir/dead_cf: add support for removing useless loopsConnor Abbott2015-09-011-12/+109
* nir: add a helper for iterating over blocks in a cf nodeConnor Abbott2015-09-012-0/+9
* nir: add nir_block_get_following_loop() helperConnor Abbott2015-09-012-0/+18
* nir/dead_cf: delete code that's unreachable due to jumpsConnor Abbott2015-09-011-8/+115