summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* svga: use more VGPU10 formatsBrian Paul2015-11-181-30/+67
* svga: add/use new svga_sampler_format() functionBrian Paul2015-11-183-0/+30
* radeon: count cs dwords separately for query begin and endNicolai Hähnle2015-11-182-15/+21
* radeon: expose r600_query_hw functions for reuseNicolai Hähnle2015-11-182-14/+27
* radeon: implement r600_query_hw_get_result via function pointersNicolai Hähnle2015-11-182-99/+94
* radeon: split hw query buffer handling from cs emitNicolai Hähnle2015-11-182-81/+133
* radeon: convert hardware queries to the new styleNicolai Hähnle2015-11-182-148/+172
* radeon: convert software queries to the new styleNicolai Hähnle2015-11-181-172/+194
* radeon: add query handler function pointersNicolai Hähnle2015-11-182-7/+62
* radeon: move R600_QUERY_* constants into a new query header fileNicolai Hähnle2015-11-184-15/+51
* radeon: cleanup driver query listNicolai Hähnle2015-11-181-29/+55
* radeon: move get_driver_query_info to r600_query.cNicolai Hähnle2015-11-183-45/+51
* vc4: Don't bother lowering uniforms when the same value is used twice.Eric Anholt2015-11-171-13/+33
* vc4: Fix uniform reordering to support reading the same uniform twice.Eric Anholt2015-11-171-8/+18
* vc4: Fix documentation on vc4_qir_lower_uniforms.c.Eric Anholt2015-11-171-7/+3
* vc4: Add support for nir_op_uge, using the carry bit on QPU_A_SUB.Eric Anholt2015-11-175-0/+26
* radeonsi: enable optimal raster config setting for fiji (v2)Alex Deucher2015-11-161-3/+9
* radeonsi: use proper GRBM_GFX_INDEX offset for CI+Alex Deucher2015-11-161-4/+12
* nv50: add missing header into the sources listEmil Velikov2015-11-161-0/+1
* nv50,nvc0: disable render condition around clear_* functionsIlia Mirkin2015-11-144-0/+32
* nv50: add support for performance metrics on G84+Samuel Pitoiset2015-11-144-3/+259
* nv50: add compute-related MP perf counters on G84+Samuel Pitoiset2015-11-149-2/+548
* nv50: implement a basic compute supportSamuel Pitoiset2015-11-1410-9/+1006
* nv50: free interpolation parameters in nv50_program_destroy()Samuel Pitoiset2015-11-141-1/+1
* nvc0: reduce the number of GPR used when reading MP perf countersSamuel Pitoiset2015-11-141-1/+2
* nouveau: don't expose HEVC decoding supportIlia Mirkin2015-11-141-0/+1
* radeonsi: remove dead code after ES-GS linkage changeMarek Olšák2015-11-133-57/+0
* radeonsi: link ES-GS just like LS-HSMarek Olšák2015-11-133-39/+19
* radeonsi: calculate optimal GS ring sizes to fix GS hangs on TongaMarek Olšák2015-11-135-47/+113
* radeonsi: rename si_update_gs_ringsMarek Olšák2015-11-131-2/+2
* radeonsi: calculate ESGS_RING_ITEMSIZE in create_shaderMarek Olšák2015-11-132-1/+3
* radeonsi: move maximum gs stream calculation into create_shaderMarek Olšák2015-11-132-16/+7
* radeonsi: clean up small duplication in si_shader_gsMarek Olšák2015-11-132-6/+8
* gallium/radeon: shorten render_cond variable namesMarek Olšák2015-11-135-13/+13
* gallium/radeon: remove predicate_drawing flagMarek Olšák2015-11-134-4/+2
* gallium/radeon: atomize render condition (SET_PREDICATION)Marek Olšák2015-11-1310-45/+45
* gallium/radeon: simplify restoring render condition after flushMarek Olšák2015-11-133-26/+5
* gallium/radeon: don't use PREDICATION_OP_CLEARMarek Olšák2015-11-131-36/+24
* gallium/radeon: simplify disabling render condition for u_blitterMarek Olšák2015-11-135-23/+22
* r600g: don't set predication on non-draw packetsMarek Olšák2015-11-131-8/+8
* gallium/radeon: inline the r600_rings structureMarek Olšák2015-11-1324-266/+262
* radeonsi: prevent recursion in si_context_gfx_flushMarek Olšák2015-11-132-0/+8
* gallium/radeon: remove the IB flushing flagMarek Olšák2015-11-134-14/+2
* gallium/radeon: move GFX/DMA flushing from add_to_buffer_list to need_cs_spaceMarek Olšák2015-11-134-15/+14
* radeonsi: rename cache flushing flags once moreMarek Olšák2015-11-137-35/+30
* radeonsi: set the DISABLE_WR_CONFIRM flag on CI-VI as wellMarek Olšák2015-11-131-2/+2
* radeonsi: initialize SX_PS_DOWNCONVERT to 0 on StoneyMarek Olšák2015-11-131-0/+3
* radeonsi: add glClearBufferSubData accelerationMarek Olšák2015-11-131-0/+60
* radeonsi: add SI_SAVE_FRAGMENT_STATE blitter flagMarek Olšák2015-11-131-19/+25
* gallium/u_blitter: add support for multi-dword clear values in clear_bufferMarek Olšák2015-11-131-11/+14