summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* r600g: fix calculation for gpr allocationDave Airlie2015-09-011-1/+1
* r600/sb: update last_cf for finalize if.Dave Airlie2015-09-011-0/+3
* r600: move prim convert from geom shader to function.Dave Airlie2015-08-312-25/+26
* r600g: Use TGSI parse results instead of manually exfiltratingEdward O'Callaghan2015-08-301-1/+1
* r600g: Set geometry properties in r600_create_shader_state()Edward O'Callaghan2015-08-303-25/+23
* r600g: Move geometry properties state from shader to selectorEdward O'Callaghan2015-08-306-22/+23
* r600g: Remove dead assigment to 'gs_input_prim' in shader stateEdward O'Callaghan2015-08-302-4/+0
* 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-295-7/+7
* gallium/radeon: fix the ADDRESS_HI mask for EVENT_WRITE CIK packetsMarek Olšák2015-08-291-8/+8
* winsys/radeon: handle non-zero finite timeout when waiting for buffersMarek Olšák2015-08-292-38/+41
* freedreno/a3xx: implement half-z clippingIlia Mirkin2015-08-293-2/+4
* freedreno/a3xx: add basic clip plane supportIlia Mirkin2015-08-293-1/+24
* nvc0: change prefix of MP performance counters to HW_SMSamuel Pitoiset2015-08-292-149/+149
* nvc0: sort performance counter queries by nameSamuel Pitoiset2015-08-292-142/+142
* nvc0: make names of performance counter queries consistentSamuel Pitoiset2015-08-292-56/+56
* nvc0: use enumerations for driver queriesSamuel Pitoiset2015-08-291-120/+123
* nvc0: remove commented out code related to PCOUNTER queriesSamuel Pitoiset2015-08-291-20/+0
* r600: port si_conv_prim_to_gs_out from radeonsiDave Airlie2015-08-291-15/+16
* r600g: use PRIi64 for some compute debug printfsDave Airlie2015-08-291-4/+4
* gallium/util: fix debug_get_flags_option on 32-bitDave Airlie2015-08-291-3/+4
* r600g/sb: Don't crash on empty if jump targetGlenn Kennard2015-08-281-1/+4
* r600g/sb: Don't read junk after EOPGlenn Kennard2015-08-283-1/+6
* r600g/sb: Handle undef in read port trackerGlenn Kennard2015-08-281-1/+1
* nir: Convert the builder to use the new NIR cursor API.Kenneth Graunke2015-08-274-22/+22
* gallium/util: fix code formatting in u_blitter.hBrian Paul2015-08-271-30/+25
* nouveau: avoid build failures since 0fc21ecfIlia Mirkin2015-08-263-3/+3
* gallium/radeon: read_registers should return bool meaning success or failureMarek Olšák2015-08-264-8/+10
* radeonsi: add IB parser support for CP DMA packetsMarek Olšák2015-08-264-61/+122
* radeonsi: add IB tracing support for debug contextsMarek Olšák2015-08-265-16/+105
* radeonsi: remove old CS tracing codeMarek Olšák2015-08-265-47/+3
* radeonsi: parse and dump status registers on GPU hangMarek Olšák2015-08-261-0/+52
* radeonsi: add an IB parserMarek Olšák2015-08-261-0/+245