index
:
Mesa
glamo
glamo-old
My Mesa repository
Thomas White
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
/
llvmpipe
/
lp_quad_blend.c
Age
Commit message (
Expand
)
Author
2009-08-29
llvmpipe: Start hiding llvmpipe_cached_tile.
José Fonseca
2009-08-29
llvmpipe: Blend in place.
José Fonseca
2009-08-29
llvmpipe: Code generate logic ops.
José Fonseca
2009-08-29
llvmpipe: Rasterize the quads according to what the blend function expects.
José Fonseca
2009-08-29
llvmpipe: Tile in SoA format identical to the blender function output.
José Fonseca
2009-08-29
llvmpipe: Tiles in rgba8 format.
José Fonseca
2009-08-29
llvmpipe: Store tile color in SoA.
José Fonseca
2009-08-29
llvmpipe: Code generate color masking.
José Fonseca
2009-08-29
llvmpipe: Use the generated SoA blending code.
José Fonseca
2009-08-29
llvmpipe: cope with nr_cbufs == 0
Keith Whitwell
2009-08-29
llvmpipe: move all color-combine code into lp_quad_blend.c
Keith Whitwell
2009-08-29
llvmpipe: example fastpaths in blending
Keith Whitwell
2009-08-29
llvmpipe: actually pass >1 quad from triangle routine
Keith Whitwell
2009-08-29
llvmpipe: expand quad pipeline to process >1 quad at a time
Keith Whitwell
2009-08-29
llvmpipe: remove backwards dependency from tilecache to llvmpipe
Keith Whitwell
2009-08-29
llvmpipe: Fork softpipe for experimentation with llvm.
José Fonseca