llvmpipe: Put color/depth directly into the quad structure.
[mesa.git] / src / gallium / drivers / llvmpipe / lp_quad_fs.c
2009-08-29 José Fonsecallvmpipe: Put color/depth directly into the quad structure.
2009-08-29 Keith Whitwellllvmpipe: use align_malloc for all structs containing...
2009-08-29 José Fonsecallvmpipe: Rasterize the quads according to what the...
2009-08-29 José Fonsecallvmpipe: Silence compiler warnings.
2009-08-29 José Fonsecallvmpipe: Implement KIL.
2009-08-29 José Fonsecallvmpipe: Compute interpolation coeffs directly into...
2009-08-29 José Fonsecallvmpipe: Pass the interpolation factors as scalars.
2009-08-29 José Fonsecallvmpipe: Eliminate dependency on tgsi_exec_machine.
2009-08-29 José Fonsecallvmpipe: Eliminate non-LLVM fs execution paths.
2009-08-29 Keith Whitwellllvmpipe: move all depth/stencil/alpha pixel processing...
2009-08-29 Keith Whitwellllvmpipe: expand quad pipeline to process >1 quad...
2009-08-29 José Fonsecallvmpipe: Fork softpipe for experimentation with llvm.