summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-08-29llvmpipe: Optimize blend swizzles by using bitmasks instead of shuffles for u...José Fonseca
2009-08-29llvmpipe: Write data to a tsv file for posterior analysis.José Fonseca
2009-08-29llvmpipe: Move p_build_context to lp_bld_type.hJosé Fonseca
2009-08-29util: New file dedicated to dump state in human/machine readable format.José Fonseca
2009-08-29llvmpipe: Don't use llvm.readcyclecounter.José Fonseca
2009-08-29llvmpipe: Separate constant building.José Fonseca
2009-08-29llvmpipe: Move type support functions into a separate file.José Fonseca
2009-08-29llvmpipe: Measure the number of cycles taken for blending.José Fonseca
2009-08-29llvmpipe: Minor comments / debug mnemonics.José Fonseca
2009-08-29llvmpipe: Optimize away min/max with equal operands.José Fonseca
2009-08-29llvmpipe: Improve generated 8bit blending code.José Fonseca
2009-08-29llvmpipe: Get blending of normalized 8bit unsigned integers working.José Fonseca
2009-08-29llvmpipe: Specialize arithmetic operations.José Fonseca
2009-08-29llvmpipe: Introduce a custom typing system.José Fonseca
2009-08-29llvmpipe: Avoid C99-isms.José Fonseca
2009-08-29llvmpipe: Factor out intrisic calling code into a reusable function.José Fonseca
2009-08-29llvmpipe: Cleanup test programs.José Fonseca
2009-08-29llvmpipe: Blending.José Fonseca
2009-08-29llvmpipe: Arithmetic helpers.José Fonseca
2009-08-29llvmpipe: fastpath for interpolated z16 less depthtestingKeith Whitwell
2009-08-29llvmpipe: cope with nr_cbufs == 0Keith Whitwell
2009-08-29llvmpipe: Translate logicops.José Fonseca
2009-08-29llvmpipe: Separate pixel packing/unpacking from loading/storing.José Fonseca
2009-08-29xlib: Integrate with llvmpipe.José Fonseca
2009-08-29llvmpipe: Adjust for pixel layout changes.José Fonseca
2009-08-29util: Make pixel format layout more meaningful.José Fonseca
2009-08-29util: Don't commit u_format_table.cJosé Fonseca
2009-08-29llvmpipe: Fix typo in copyright.José Fonseca
2009-08-29llvmpipe: Add test cases for pixels.José Fonseca
2009-08-29util: Fix r5g6b5 description.José Fonseca
2009-08-29llvmpipe: Update SConscript.José Fonseca
2009-08-29llvmpipe: Simple shell script to aid port softpipe changes to llvmpipe.José Fonseca
2009-08-29llvmpipe: move all depth/stencil/alpha pixel processing into one stageKeith Whitwell
2009-08-29llvmpipe: fix error in scissor state dependenciesKeith Whitwell
2009-08-29llvmpipe: cleanup framebuffer state routine slightlyKeith Whitwell
2009-08-29llvmpipe: move all color-combine code into lp_quad_blend.cKeith Whitwell
2009-08-29llvmpipe: fix typoKeith Whitwell
2009-08-29llvmpipe: example fastpaths in blendingKeith Whitwell
2009-08-29llvmpipe: actually pass >1 quad from triangle routineKeith Whitwell
2009-08-29llvmpipe: expand quad pipeline to process >1 quad at a timeKeith Whitwell
2009-08-29llvmpipe: rip out old mulithread supportKeith Whitwell
2009-08-29llvmpipe: avoid flushing depth buffer cache on swapbuffersKeith Whitwell
2009-08-29llvmpipe: also shortcircuit non-texture tile lookupsKeith Whitwell
2009-08-29llvmpipe: shortcircuit repeated lookups of the same tileKeith Whitwell
2009-08-29llvmpipe: remove unused vars in lp_setup.cKeith Whitwell
2009-08-29llvmpipe: use bitwise logic to setup quad masks in lp_setupKeith Whitwell
2009-08-29llvmpipe: simplify flush_spansKeith Whitwell
2009-08-29llvmpipe: make some small steps to flush texture cache less frequentlyKeith Whitwell
2009-08-29llvmpipe: remove backwards dependency from tilecache to llvmpipeKeith Whitwell
2009-08-29llvmpipe: Rename preprocessor symbols too.José Fonseca