summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* targets/egl-static: add missing line break in ldflagsEmil Velikov2014-05-231-1/+1
* targets/osmesa: limit the amount of exported symbolsEmil Velikov2014-05-232-0/+19
* gallivm: Disable workaround for PR12833 on LLVM 3.2+.José Fonseca2014-05-231-2/+2
* gallivm: Support MCJIT on Windows.José Fonseca2014-05-231-0/+9
* haiku: Add missing u_memory.h for FREE()Alexander von Gluck IV2014-05-212-0/+2
* freedreno/a3xx: fix blend opcodeRob Clark2014-05-218-54/+83
* freedreno/a3xx: fix depth/stencil gmem restoreRob Clark2014-05-211-1/+1
* freedreno/a3xx: fix depth/stencil GMEM positioningRob Clark2014-05-211-12/+18
* freedreno: update generated headersRob Clark2014-05-214-5/+5
* freedreno: use OUT_RELOCW when buffer is writtenRob Clark2014-05-211-4/+4
* rbug: add missing pipe->blit() entrypointRob Clark2014-05-211-0/+21
* tgsi: add GS_INVOCATIONS to property names arrayIlia Mirkin2014-05-211-1/+2
* nv50,nvc0: fix 3d blits with mipmap levelsIlia Mirkin2014-05-212-11/+19
* nv50/ir: fix constant folding for OP_MUL subop HIGHIlia Mirkin2014-05-211-4/+43
* nv50/ir: fix s32 x s32 -> high s32 multiply logicIlia Mirkin2014-05-212-11/+82
* freedreno: don't advertise texture arrays for nowRob Clark2014-05-201-1/+1
* freedreno/a3xx: shadow sampler supportRob Clark2014-05-192-3/+46
* freedreno/a3xx/compiler: refactor trans_samp()Rob Clark2014-05-191-47/+90
* freedreno: update generated headersRob Clark2014-05-194-4/+10
* llvmpipe: do IR counting for shader cache management after optimization.Roland Scheidegger2014-05-193-4/+22
* nv50/ir: fix integer mul lowering for u32 x u32 -> high u32Ilia Mirkin2014-05-181-3/+4
* nv50/ir: make sure that texprep/texquerylod's args get coalescedIlia Mirkin2014-05-181-0/+2
* freedreno/a3xx: use util_format_compose_swizzles()Rob Clark2014-05-181-9/+9
* freedreno/a3xx/compiler: 1D texturesRob Clark2014-05-181-4/+25
* freedreno: fix capsRob Clark2014-05-181-2/+2
* freedreno: fix index buffer offsetRob Clark2014-05-181-1/+1
* freedreno/a3xx: add sRBG texture supportRob Clark2014-05-162-0/+15
* freedreno: update generated headersRob Clark2014-05-164-20/+21
* gallivm: (trivial) fix compilation with llvm 3.1, 3.2Roland Scheidegger2014-05-171-0/+4
* gallivm: print out how long it takes to optimize shader IR.Roland Scheidegger2014-05-163-1/+31
* gallivm: give more verbose names to modulesRoland Scheidegger2014-05-1610-26/+38
* gallivm: remove optimization workaround when not having sse 4.1Roland Scheidegger2014-05-161-8/+1
* gallivm: remove workaround for reversing optimization pass order.Roland Scheidegger2014-05-161-13/+2
* egl-static: include libradeonwinsys.la only onceEmil Velikov2014-05-151-8/+5
* gallium/radeon: link in libradeon.la at target levelEmil Velikov2014-05-1512-20/+22
* gallium/radeon: build only a single common library libradeonEmil Velikov2014-05-153-12/+5
* freedreno/a3xx: fix write to bogus registerRob Clark2014-05-141-2/+2
* freedreno/a3xx: account for special inputs/outputsRob Clark2014-05-141-2/+2
* freedreno/a3xx: fix MAX_INPUTS shader capRob Clark2014-05-143-1/+9
* freedreno/a3xx: add debug flag to expose glsl130Rob Clark2014-05-142-3/+8
* freedreno/a3xx/compiler: add KILL_IFRyan Houdek2014-05-141-1/+35
* freedreno/a3xx/compiler: start adding integer supportRyan Houdek2014-05-141-0/+169
* draw: better llvm names for shaders for debugging.Roland Scheidegger2014-05-151-6/+12
* llvmpipe: improve setup shader names (for debugging)Roland Scheidegger2014-05-151-38/+40
* llvmpipe: kill off llvmpipe_variant_countRoland Scheidegger2014-05-154-20/+4
* nvc0: enable support for maxwell boardsBen Skeggs2014-05-156-19/+49
* nvc0: add maxwell (sm50) compiler backendBen Skeggs2014-05-1516-5/+3588
* nvc0: maxwell isa has no per-instruction join modifierBen Skeggs2014-05-154-19/+23
* nvc0: replace immd 0 with $rLASTGPR for emit/restart opcodesBen Skeggs2014-05-151-0/+1
* nvc0: move nvc0 lowering pass class definitions into headerBen Skeggs2014-05-153-106/+136