summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe
AgeCommit message (Expand)Author
2010-12-03mesa: consolidate some compiler -D flagsBrian Paul
2010-12-03llvmpipe: fix broken stencil writemaskBrian Paul
2010-12-02gallivm/llvmpipe: remove lp_build_context::builderBrian Paul
2010-12-02gallium: support for array textures and related changesRoland Scheidegger
2010-12-01llvmpipe: Fix build errors on x86.Chia-I Wu
2010-11-30gallivm/llvmpipe: squash merge of the llvm-context branchBrian Paul
2010-11-30llvmpipe: shortcircuit some calls to set_scene_stateKeith Whitwell
2010-11-30llvmpipe: remove misleading debug stringKeith Whitwell
2010-11-30llvmpipe: raise dirty flag on transfers to bound constbufKeith Whitwell
2010-11-22llvmpipe: Remove unnecessary headers.Vinson Lee
2010-11-22Merge branch 'lp-offset-twoside'Keith Whitwell
2010-11-19llvmpipe: twoside for specular color alsoKeith Whitwell
2010-11-19llvmpipe: fix up twoside after recent changesKeith Whitwell
2010-11-19llvmpipe: fix such that offset/twoside function only does in-place modificationHui Qi Tay
2010-11-15llvmpipe: clean up polygon offset function in lp setup codeHui Qi Tay
2010-11-04llvmpipe: added some debug assertions, but disabledBrian Paul
2010-11-04llvmpipe: added llvm offset setup codeHui Qi Tay
2010-11-02llvmpipe: add a castBrian Paul
2010-11-02llvmpipe: assign context's frag shader pointer before using itBrian Paul
2010-11-02llvmpipe: guard against NULL task->query pointerKeith Whitwell
2010-11-02llvmpipe: avoid generating tri_16 for tris which extend past tile boundsKeith Whitwell
2010-11-01llvmpipe: Moved draw pipeline twoside function to llvm setup codeHui Qi Tay
2010-11-01scons: Revamp how to specify targets to build.José Fonseca
2010-10-28gallivm: Remove the EMMS opcodes.José Fonseca
2010-10-28gallium: Avoid using __doc__ in python scripts.José Fonseca
2010-10-27Fix build on systems where "python" is python 3.Kenneth Graunke
2010-10-22llvmpipe: turn off draw offset/twoside when we can handle itKeith Whitwell
2010-10-21llvmpipe: enable primitive restartBrian Paul
2010-10-21llvmpipe: Remove unnecessary header.Vinson Lee
2010-10-20llvmpipe/draw: always enable LLVMAddInstructionCombiningPass()Brian Paul
2010-10-19llvmpipe: Initialize variable.Vinson Lee
2010-10-19llvmpipe: Initialize state variable in debug_bin function.Vinson Lee
2010-10-18llvmpipe: Don't test rounding of x.5 numbers.José Fonseca
2010-10-18llvmpipe: remove lp_setup_coef*.c files from MakefileBrian Paul
2010-10-17llvmpipe: remove unused arg from jit_setup_tri functionKeith Whitwell
2010-10-17llvmpipe: remove unused fileKeith Whitwell
2010-10-17Merge remote branch 'origin/master' into lp-setup-llvmKeith Whitwell
2010-10-17llvmpipe: fail cleanly on malloc failure in lp_setup_alloc_triangleKeith Whitwell
2010-10-17llvmpipe: remove setup fallback pathKeith Whitwell
2010-10-17llvmpipe: Return non-zero exit code for lp_test_round failures.Vinson Lee
2010-10-17llvmpipe: Initialize bld ctx via lp_build_context_init instead of ad-hoc and ...José Fonseca
2010-10-17llvmpipe: Fix bad refactoring.José Fonseca
2010-10-17llvmpipe: Ensure z_shift and z_width is initialized.José Fonseca
2010-10-17llvmpipe: Fix depth-stencil regression.José Fonseca
2010-10-15llvmpipe: Move makefile include to before targetsJakob Bornecrantz
2010-10-15llvmpipe: validate color outputs against key->nr_cbufsKeith Whitwell
2010-10-15llvmpipe: check shader outputs are non-null before usingKeith Whitwell
2010-10-15llvmpipe: fix non-sse build after recent changesKeith Whitwell
2010-10-15llvmpipe: use aligned loads/stores for plane valuesKeith Whitwell
2010-10-15llvmpipe: do plane calculations with intrinsicsKeith Whitwell