Merge branch 'mesa_7_5_branch' into mesa_7_6_branch
[mesa.git] / src / gallium / drivers / llvmpipe / lp_test_blend.c
2009-09-22 Brian PaulMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-21 Brian PaulMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-21 Michel DänzerMerge branch 'mesa_7_5_branch' into 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_5_branch' into 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_5_branch' into 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 Brian PaulMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-08-30 Michel DänzerMerge branch 'mesa_7_5_branch'
2009-08-29 José Fonsecallvmpipe: Debug helper function to name llvm intermedia...
2009-08-29 José Fonsecallvmpipe: Disassemble generated x86 code.
2009-08-29 José Fonsecallvmpipe: Code generate color masking.
2009-08-29 José Fonsecallvmpipe: Handle disabled blending too.
2009-08-29 José Fonsecallvmpipe: SoA blending.
2009-08-29 José Fonsecallvmpipe: Update blending test.
2009-08-29 José Fonsecallvmpipe: Normalize the cycles with the number of channel.
2009-08-29 José Fonsecallvmpipe: Use same type for reference vectors.
2009-08-29 José Fonsecallvmpipe: Factor out shared test code into a separate...
2009-08-29 José Fonsecallvmpipe: Collect richer blend data.
2009-08-29 José Fonsecallvmpipe: Write data to a tsv file for posterior analysis.
2009-08-29 José Fonsecallvmpipe: Don't use llvm.readcyclecounter.
2009-08-29 José Fonsecallvmpipe: Move type support functions into a separate...
2009-08-29 José Fonsecallvmpipe: Measure the number of cycles taken for blending.
2009-08-29 José Fonsecallvmpipe: Get blending of normalized 8bit unsigned...
2009-08-29 José Fonsecallvmpipe: Specialize arithmetic operations.
2009-08-29 José Fonsecallvmpipe: Introduce a custom typing system.
2009-08-29 José Fonsecallvmpipe: Cleanup test programs.
2009-08-29 José Fonsecallvmpipe: Blending.