llvmpipe: Avoid duplicate clamping when converting between types.
[mesa.git] / src / gallium / drivers / llvmpipe / lp_context.h
2009-08-29 José Fonsecallvmpipe: Generate the fragment pipeline into a single...
2009-08-29 José Fonsecallvmpipe: Code generate the depth test, and include...
2009-08-29 José Fonsecallvmpipe: Eliminate non-LLVM fs execution paths.
2009-08-29 José Fonsecallvmpipe: Tiles in rgba8 format.
2009-08-29 José Fonsecallvmpipe: Use the generated SoA blending code.
2009-08-29 José Fonsecallvmpipe: Split the texture cache from the color/depth...
2009-08-29 Keith Whitwellllvmpipe: move all depth/stencil/alpha pixel processing...
2009-08-29 Keith Whitwellllvmpipe: move all color-combine code into lp_quad_blend.c
2009-08-29 Keith Whitwellllvmpipe: actually pass >1 quad from triangle routine
2009-08-29 Keith Whitwellllvmpipe: rip out old mulithread support
2009-08-29 Keith Whitwellllvmpipe: make some small steps to flush texture cache...
2009-08-29 José Fonsecallvmpipe: Rename preprocessor symbols too.
2009-08-29 José Fonsecallvmpipe: Fork softpipe for experimentation with llvm.