summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/llvmpipe
Commit message (Expand)AuthorAgeFilesLines
* llvmpipe: Default to no threading on single processor systems.José Fonseca2010-09-171-2/+1
* gallivm: Start collecting bitwise arithmetic helpers in a new module.José Fonseca2010-09-161-2/+3
* llvmpipe: add DEBUG_FS to dump variant informationKeith Whitwell2010-09-163-1/+3
* llvmpipe: add LP_PERF flag to disable various aspects of rasterizationKeith Whitwell2010-09-168-6/+90
* llvmpipe: s/boolean/unsigned/ in bitfield to silence warningBrian Paul2010-09-151-2/+2
* llvmpipe: cast to silence warningBrian Paul2010-09-151-1/+1
* llvmpipe: return zero from floor_pot(zero)Keith Whitwell2010-09-151-1/+3
* llvmpipe: remove duplicate codeKeith Whitwell2010-09-151-5/+0
* llvmpipe: brackets around macro argKeith Whitwell2010-09-151-1/+1
* llvmpipe: Remove unnecessary header.Vinson Lee2010-09-141-1/+0
* llvmpipe: Initialize variable for potentially unhandled switch case.Vinson Lee2010-09-141-0/+3
* gallium: introduce get_shader_param (ALL DRIVERS CHANGED) (v3)Luca Barbieri2010-09-141-34/+16
* llvmpipe: Fix non SSE2 builds.José Fonseca2010-09-131-2/+2
* llvmpipe: Change asm to __asm__.Witold Baryluk2010-09-131-3/+3
* llvmpipe: Unbreak rasterization on 64bit.José Fonseca2010-09-131-24/+22
* llvmpipe: use gcc asm only with gccJosé Fonseca2010-09-131-1/+1
* llvmpipe: introduce tri_3_4 for tiny trianglesKeith Whitwell2010-09-126-46/+127
* llvmpipe: allow tri_3_16 at any 4-aligned location within a tileKeith Whitwell2010-09-121-27/+50
* llvmpipe: refactor tri_3_16Keith Whitwell2010-09-121-17/+47
* llvmpipe: pass linear masks to fragment shaderKeith Whitwell2010-09-123-73/+23
* llvmpipe: fix warnings on both 32 and 64 bit buildsKeith Whitwell2010-09-121-3/+3
* llvmpipe: fix wierd performance regression in isosurfKeith Whitwell2010-09-121-6/+8
* llvmpipe: Only generate the whole shader specialization for opaque shaders.José Fonseca2010-09-121-1/+7
* llvmpipe: Silence some warnings.José Fonseca2010-09-111-2/+2
* llvmpipe: Don't store display the alpha ref value in the key.José Fonseca2010-09-114-12/+13
* gallivm: s/lp_build_broadcast_aos/lp_build_swizzle_scalar_aos/José Fonseca2010-09-111-1/+1
* llvmpipe: restore larger command blocksKeith Whitwell2010-09-111-1/+1
* llvmpipe: move some debug to DEBUG_SCENEKeith Whitwell2010-09-111-2/+2
* llvmpipe: add DEBUG_MEM optionKeith Whitwell2010-09-113-0/+14
* llvmpipe: allow bigger scenesKeith Whitwell2010-09-111-1/+1
* llvmpipe: remove redundant tgsi_dup_tokens() callBrian Paul2010-09-091-3/+0
* llvmpipe: Add lp_rast_debug.c to Makefile.Chia-I Wu2010-09-071-0/+1
* llvmpipe: Refactor lp_scene_add_resource_referenceJosé Fonseca2010-09-071-14/+15
* llvmpipe: Fix negated logic in lp_scene_add_resource_reference().José Fonseca2010-09-071-1/+1
* llvmpipe: move more coef setup into lp_setup_coef.cKeith Whitwell2010-09-074-40/+61
* llvmpipe: declare fence handle structKeith Whitwell2010-09-071-0/+1
* llvmpipe: rasterization debugging helpersKeith Whitwell2010-09-077-0/+428
* llvmpipe: use opcodes instead of function pointers in binsKeith Whitwell2010-09-0715-441/+513
* llvmpipe: rearrange queriesKeith Whitwell2010-09-074-116/+53
* llvmpipe: enforce fixed memory limit on scenesKeith Whitwell2010-09-0711-341/+459
* llvmpipe: clean up deferred zstencil clearsKeith Whitwell2010-09-076-79/+41
* llvmpipe: rework fences and queriesKeith Whitwell2010-09-077-92/+124
* llvmpipe: move whole-tile emit into a functionKeith Whitwell2010-09-072-8/+42
* llvmpipe: put fs variant dumping in a functionKeith Whitwell2010-09-072-4/+15
* llvmpipe: Remove some broken MinGW hacks in the sin/cos reference code.José Fonseca2010-09-051-49/+0
* llvmpipe: Fix perspective divide interpolation.José Fonseca2010-09-052-9/+76
* llvmpipe: Relax the colormask constraint on opaque.José Fonseca2010-09-052-13/+29
* gallivm: Pass condition masks as an unsigned bitmask.José Fonseca2010-09-051-3/+2
* llvmpipe: slightly simplify build_maskKeith Whitwell2010-08-311-6/+2
* llvmpipe: combine linear mask calculationKeith Whitwell2010-08-312-15/+84