llvmpipe: Split control flow function declarations and notes.
[mesa.git] / src / gallium / drivers / llvmpipe / lp_quad_blend.c
2009-08-29 José Fonsecallvmpipe: Start hiding llvmpipe_cached_tile.
2009-08-29 José Fonsecallvmpipe: Blend in place.
2009-08-29 José Fonsecallvmpipe: Code generate logic ops.
2009-08-29 José Fonsecallvmpipe: Rasterize the quads according to what the...
2009-08-29 José Fonsecallvmpipe: Tile in SoA format identical to the blender...
2009-08-29 José Fonsecallvmpipe: Tiles in rgba8 format.
2009-08-29 José Fonsecallvmpipe: Store tile color in SoA.
2009-08-29 José Fonsecallvmpipe: Code generate color masking.
2009-08-29 José Fonsecallvmpipe: Use the generated SoA blending code.
2009-08-29 Keith Whitwellllvmpipe: cope with nr_cbufs == 0
2009-08-29 Keith Whitwellllvmpipe: move all color-combine code into lp_quad_blend.c
2009-08-29 Keith Whitwellllvmpipe: example fastpaths in blending
2009-08-29 Keith Whitwellllvmpipe: actually pass >1 quad from triangle routine
2009-08-29 Keith Whitwellllvmpipe: expand quad pipeline to process >1 quad...
2009-08-29 Keith Whitwellllvmpipe: remove backwards dependency from tilecache...
2009-08-29 José Fonsecallvmpipe: Fork softpipe for experimentation with llvm.