llvmpipe: Tiles in rgba8 format.
[mesa.git] / src / gallium / drivers / llvmpipe / lp_quad_blend.c
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.