Merge branch 'mesa_7_6_branch'
[mesa.git] / src / gallium / drivers / llvmpipe / lp_state.h
2009-09-21 Nicolai HähnleMerge branch 'mesa_7_6_branch'
2009-09-21 Michel DänzerMerge branch 'mesa_7_6_branch'
2009-09-21 Michel DänzerMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-20 Brian PaulMerge branch 'mesa_7_6_branch'
2009-09-20 Nicolai HähnleMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-16 Ian RomanickMerge branch 'mesa_7_6_branch'
2009-09-16 Ian RomanickMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-15 Ian RomanickMerge branch 'mesa_7_6_branch'
2009-09-15 Ian RomanickMerge commit 'origin/mesa_7_5_branch' into mesa_7_6_branch
2009-09-15 Brian PaulMerge branch 'mesa_7_6_branch'
2009-09-15 Brian PaulMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-10 Brian PaulMerge branch 'mesa_7_6_branch'
2009-09-10 Brian PaulMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-10 Ian RomanickMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-09 José Fonsecallvmpipe: Include zsbuf's format in the fragment shader...
2009-09-09 Brian PaulMerge branch 'mesa_7_6_branch'
2009-09-09 Brian PaulMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-07 José Fonsecallvmpipe: Code generate the texture sampling inside...
2009-08-30 Michel DänzerMerge branch 'mesa_7_5_branch'
2009-08-29 José Fonsecallvmpipe: Centralize the C <-> JIT interfaces in one...
2009-08-29 José Fonsecallvmpipe: Drop blend derived state.
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: Code generate alpha testing and append to...
2009-08-29 José Fonsecallvmpipe: Code generate the position interpolation.
2009-08-29 José Fonsecallvmpipe: Put color/depth directly into the quad structure.
2009-08-29 José Fonsecallvmpipe: Blend in place.
2009-08-29 José Fonsecallvmpipe: Implement KIL.
2009-08-29 José Fonsecallvmpipe: Compute interpolation coeffs directly into...
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 José Fonsecallvmpipe: Tiles in rgba8 format.
2009-08-29 José Fonsecallvmpipe: Use the generated SoA blending code.
2009-08-29 José Fonsecallvmpipe: Rename preprocessor symbols too.
2009-08-29 José Fonsecallvmpipe: Fork softpipe for experimentation with llvm.