summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe
AgeCommit message (Expand)Author
2010-09-12llvmpipe: introduce tri_3_4 for tiny trianglesKeith Whitwell
2010-09-12llvmpipe: allow tri_3_16 at any 4-aligned location within a tileKeith Whitwell
2010-09-12llvmpipe: refactor tri_3_16Keith Whitwell
2010-09-12llvmpipe: pass linear masks to fragment shaderKeith Whitwell
2010-09-12llvmpipe: fix warnings on both 32 and 64 bit buildsKeith Whitwell
2010-09-12llvmpipe: fix wierd performance regression in isosurfKeith Whitwell
2010-09-12llvmpipe: Only generate the whole shader specialization for opaque shaders.José Fonseca
2010-09-11llvmpipe: Silence some warnings.José Fonseca
2010-09-11llvmpipe: Don't store display the alpha ref value in the key.José Fonseca
2010-09-11gallivm: s/lp_build_broadcast_aos/lp_build_swizzle_scalar_aos/José Fonseca
2010-09-11llvmpipe: restore larger command blocksKeith Whitwell
2010-09-11llvmpipe: move some debug to DEBUG_SCENEKeith Whitwell
2010-09-11llvmpipe: add DEBUG_MEM optionKeith Whitwell
2010-09-11llvmpipe: allow bigger scenesKeith Whitwell
2010-09-09llvmpipe: remove redundant tgsi_dup_tokens() callBrian Paul
2010-09-07llvmpipe: Add lp_rast_debug.c to Makefile.Chia-I Wu
2010-09-07llvmpipe: Refactor lp_scene_add_resource_referenceJosé Fonseca
2010-09-07llvmpipe: Fix negated logic in lp_scene_add_resource_reference().José Fonseca
2010-09-07llvmpipe: move more coef setup into lp_setup_coef.cKeith Whitwell
2010-09-07llvmpipe: declare fence handle structKeith Whitwell
2010-09-07llvmpipe: rasterization debugging helpersKeith Whitwell
2010-09-07llvmpipe: use opcodes instead of function pointers in binsKeith Whitwell
2010-09-07llvmpipe: rearrange queriesKeith Whitwell
2010-09-07llvmpipe: enforce fixed memory limit on scenesKeith Whitwell
2010-09-07llvmpipe: clean up deferred zstencil clearsKeith Whitwell
2010-09-07llvmpipe: rework fences and queriesKeith Whitwell
2010-09-07llvmpipe: move whole-tile emit into a functionKeith Whitwell
2010-09-07llvmpipe: put fs variant dumping in a functionKeith Whitwell
2010-09-05llvmpipe: Remove some broken MinGW hacks in the sin/cos reference code.José Fonseca
2010-09-05llvmpipe: Fix perspective divide interpolation.José Fonseca
2010-09-05llvmpipe: Relax the colormask constraint on opaque.José Fonseca
2010-09-05gallivm: Pass condition masks as an unsigned bitmask.José Fonseca
2010-08-31llvmpipe: slightly simplify build_maskKeith Whitwell
2010-08-31llvmpipe: combine linear mask calculationKeith Whitwell
2010-08-31llvmpipe: intrinsics versions of build_mask functionsKeith Whitwell
2010-08-28llvmpipe: Include missing header in lp_flush.c.Vinson Lee
2010-08-28llvmpipe: Remove unnecessary header.Vinson Lee
2010-08-27llvmpipe: use util_iround in place of roundKeith Whitwell
2010-08-27llvmpipe: eliminate tri->dx, tri->dy valuesKeith Whitwell
2010-08-27llvmpipe: point sprites rasterizationHui Qi Tay
2010-08-27llvmpipe: native point rasterization with better pixel rasterizationHui Qi Tay
2010-08-27llvmpipe: native point rasterizationHui Qi Tay
2010-08-27llvmpipe: update line rasterization code to current masterKeith Whitwell
2010-08-27llvmpipe: native line rasterization with correct pixel rasterizationHui Qi Tay
2010-08-27llvmpipe: native rasterization for linesHui Qi Tay
2010-08-27llvmpipe: add lp_setup_coef to makefileKeith Whitwell
2010-08-27llvmpipe: intrinsics version of triangle coeficient calculationKeith Whitwell
2010-08-26llvmpipe: fix PIPE_CAP_MAX_VERTEX_TEXTURE_UNITS queryBrian Paul
2010-08-25llvmpipe: fix bad patch applicationKeith Whitwell
2010-08-25llvmpipe: Remove unnecessary header.Vinson Lee