aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* nv50/ir: attempt to do more constant folding on mad -> add conversionIlia Mirkin2015-12-301-11/+10
* nir/builder: Add an init function that creates a simple shader for youJason Ekstrand2015-12-291-8/+4
* nv50/ir: float(s32 & 0xff) = float(u8), not s8Ilia Mirkin2015-12-291-0/+3
* radeonsi: add RADEON_REPLACE_SHADERS debug optionNicolai Hähnle2015-12-293-5/+105
* radeonsi: count compilations in si_compile_llvmNicolai Hähnle2015-12-292-1/+2
* gallium/util: add DEBUG_GET_ONCE_OPTIONNicolai Hähnle2015-12-291-0/+13
* r600: fix constant buffer size programmingGrazvydas Ignotas2015-12-292-2/+2
* nir: Get rid of function overloadsJason Ekstrand2015-12-287-26/+25
* nvc0: don't forget to reset VTX_TMP bufctx slot after blit completionIlia Mirkin2015-12-271-0/+2
* nv50,nvc0: add a note when converting vertex elements using CPUIlia Mirkin2015-12-272-0/+6
* gallium/auxiliary: don't build NIR sources with MSVC2008 flagsConnor Abbott2015-12-232-7/+15
* freedreno/ir3: spelling..Rob Clark2015-12-231-6/+6
* nir: Add a writemask to store intrinsics.Kenneth Graunke2015-12-222-0/+9
* nouveau: enable use of new kernel interfacesBen Skeggs2015-12-221-2/+0
* nvc0: remove use of deprecated sw class identifierBen Skeggs2015-12-221-3/+5
* nv50: fix g98+ vdec class allocationBen Skeggs2015-12-221-6/+51
* nouveau: remove use of deprecated nouveau_device_wrap()Ben Skeggs2015-12-223-8/+28
* nouveau: fix screen creation failure pathsBen Skeggs2015-12-225-25/+33
* nouveau: return nouveau_screen from hw-specific creation functionsBen Skeggs2015-12-225-11/+11
* nouveau: remove use of deprecated nouveau_device::drm_versionBen Skeggs2015-12-227-12/+15
* nouveau: remove use of deprecated nouveau_device::fdBen Skeggs2015-12-223-1/+3
* r600: fix viewport clipping handling (v2)Dave Airlie2015-12-223-12/+15
* radeonsi: fix viewport clipping handling. (v2)Dave Airlie2015-12-221-1/+4
* r600: drop VTX_CNT_EN write from initial stateDave Airlie2015-12-221-8/+4
* gallium/radeon: fix regression in a number of driver queriesNicolai Hähnle2015-12-211-3/+3
* vc4: Do instruction scheduling on the QIR to hide texture fetch latency.Eric Anholt2015-12-184-0/+624
* vc4: Fix latency handling for QPU texture scheduling.Eric Anholt2015-12-181-32/+50
* vc4: Keep sample mask writes from being reordered after TLB writesEric Anholt2015-12-181-1/+2
* freedreno/ir3: fix 32-bit builds with pointer-to-int-cast error enabledRob Herring2015-12-181-1/+1
* nir: Delete bany, ball, fany, fall.Matt Turner2015-12-181-1/+3
* gallium/radeon: only dispose locally created target machine in radeon_llvm_co...Nicolai Hähnle2015-12-181-2/+3
* gallium/util: (trivial) include p_shader_tokens.h in u_simple_shaders.hRoland Scheidegger2015-12-181-0/+1
* draw: fix clip test with NaNsRoland Scheidegger2015-12-182-14/+18
* draw: fix pstipple and aaline stages wrt sampler_views/samplersRoland Scheidegger2015-12-182-7/+9
* configure.ac: use pkg-config for libelfJonathan Gray2015-12-172-3/+7
* nv50: free memory allocated by the prog which reads MP perf countersSamuel Pitoiset2015-12-161-0/+5
* st/osmesa: add OSMesaCreateContextAttribs() functionBrian Paul2015-12-161-3/+93
* svga: don't use debug code in update_state() in release buildsBrian Paul2015-12-161-0/+4
* nv50,nvc0: free memory allocated by performance metricsSamuel Pitoiset2015-12-166-4/+22
* nvc0: free memory allocated by the prog which reads MP perf countersSamuel Pitoiset2015-12-161-0/+1
* nvc0: fix metric-achieved_occupancy calculation on KeplerSamuel Pitoiset2015-12-161-1/+4
* st/va: remove fence handling v3Christian König2015-12-165-22/+7
* st/va: retrieve size from the temporary img variableJulien Isorce2015-12-161-1/+1
* draw: handle edge flags in llvm pathRoland Scheidegger2015-12-162-26/+61
* draw: don't set start_instance and instance id for pt emitRoland Scheidegger2015-12-161-31/+31
* nvc0: remove old comment related to metric calculationsSamuel Pitoiset2015-12-151-11/+0
* vc4: Add support for dumping executed commands to a file.Eric Anholt2015-12-153-0/+94
* vc4: Import updated vc4_drm.h with hang state.Eric Anholt2015-12-151-0/+45
* vc4: Only update vc4->msaa when the framebuffer changes.Eric Anholt2015-12-151-7/+0
* vc4: Don't consider nr_samples==1 surfaces to be MSAA.Eric Anholt2015-12-156-21/+25