aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
* nv50/ir: attempt to do more constant folding on mad -> add conversionIlia Mirkin2015-12-301-11/+10
* 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
* r600: fix constant buffer size programmingGrazvydas Ignotas2015-12-292-2/+2
* nir: Get rid of function overloadsJason Ekstrand2015-12-286-24/+24
* 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
* freedreno/ir3: spelling..Rob Clark2015-12-231-6/+6
* nir: Add a writemask to store intrinsics.Kenneth Graunke2015-12-221-0/+8
* 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-222-0/+5
* nouveau: fix screen creation failure pathsBen Skeggs2015-12-224-19/+23
* nouveau: return nouveau_screen from hw-specific creation functionsBen Skeggs2015-12-224-9/+9
* nouveau: remove use of deprecated nouveau_device::drm_versionBen Skeggs2015-12-227-12/+15
* nouveau: remove use of deprecated nouveau_device::fdBen Skeggs2015-12-222-0/+2
* 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
* gallium/radeon: only dispose locally created target machine in radeon_llvm_co...Nicolai Hähnle2015-12-181-2/+3
* configure.ac: use pkg-config for libelfJonathan Gray2015-12-171-2/+3
* nv50: free memory allocated by the prog which reads MP perf countersSamuel Pitoiset2015-12-161-0/+5
* 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
* 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
* vc4: Fix min() wrapper definition for the simulator's kernel code.Eric Anholt2015-12-151-1/+1
* vc4: Warn instead of abort()ing on exec ioctl failures.Eric Anholt2015-12-151-3/+5
* radeonsi: fix perfcounter selection for SI_PC_MULTI_BLOCK layoutsNicolai Hähnle2015-12-151-1/+1
* gallium/radeon: remove unnecessary test in r600_pc_query_add_resultNicolai Hähnle2015-12-151-3/+0
* freedreno/a4xx: fix fragcoord.z + fragdepthRob Clark2015-12-152-5/+5
* freedreno: update generated headersRob Clark2015-12-156-92/+231
* freedreno/ir3/cmdline: don't dump nir by defaultRob Clark2015-12-151-3/+1
* nvc0: check return value of nvc0_program_validate()Samuel Pitoiset2015-12-141-4/+1
* nv50: check return value of nouveau_object_new()Samuel Pitoiset2015-12-141-4/+4
* nv50,nvc0: make use of unreachable() when invalid texture target happensSamuel Pitoiset2015-12-142-5/+2
* gk104/ir: simplify and fool-proof texbar algorithmIlia Mirkin2015-12-122-83/+56
* nv50/ir: combine sequences of conversionsIlia Mirkin2015-12-121-0/+43
* nv50/ir: manually optimize multiplication expansion logicIlia Mirkin2015-12-121-6/+25