summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
* svga/winsys: Add support for VGPU10Brian Paul2015-09-023-15/+111
* svga: update the svga3d device header filesBrian Paul2015-09-0211-1043/+2206
* svga: add new version 10 device header filesBrian Paul2015-09-022-0/+2010
* r600g: Add doubles support for CYPRESSGlenn Kennard2015-09-021-2/+25
* r600g: add doubles support for CAYMANDave Airlie2015-09-025-6/+421
* r600g: add multiple stream support for geom shadersGlenn Kennard2015-09-025-74/+171
* r600g/sb: add support for multiple streams to SB backendDave Airlie2015-09-022-5/+15
* r600g: add support for streams to the assembler.Dave Airlie2015-09-025-2/+11
* r600g/sb: dump sampler/resource index modes for textures.Dave Airlie2015-09-021-0/+4
* 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-011-0/+1
* 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
* r600g: fix calculation for gpr allocationDave Airlie2015-09-011-1/+1