summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/llvmpipe
Commit message (Expand)AuthorAgeFilesLines
* 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
* llvmpipe: intrinsics versions of build_mask functionsKeith Whitwell2010-08-311-1/+77
* llvmpipe: Include missing header in lp_flush.c.Vinson Lee2010-08-281-0/+1
* llvmpipe: Remove unnecessary header.Vinson Lee2010-08-281-1/+0
* llvmpipe: use util_iround in place of roundKeith Whitwell2010-08-271-1/+1
* llvmpipe: eliminate tri->dx, tri->dy valuesKeith Whitwell2010-08-272-42/+39
* llvmpipe: point sprites rasterizationHui Qi Tay2010-08-277-10/+93
* llvmpipe: native point rasterization with better pixel rasterizationHui Qi Tay2010-08-271-16/+18
* llvmpipe: native point rasterizationHui Qi Tay2010-08-278-5/+262
* llvmpipe: update line rasterization code to current masterKeith Whitwell2010-08-274-374/+227
* llvmpipe: native line rasterization with correct pixel rasterizationHui Qi Tay2010-08-271-29/+213
* llvmpipe: native rasterization for linesHui Qi Tay2010-08-2711-22/+685