Merge branch 'mesa_7_5_branch' into mesa_7_6_branch
[mesa.git] / src / gallium / drivers / llvmpipe / SConscript
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-09-01 José Fonsecascons: Tool for LLVM. Gracefully disable llvmpipe if...
2009-08-30 Michel DänzerMerge branch 'mesa_7_5_branch'
2009-08-29 José Fonsecallvmpipe: Define an winsys for LLVM. Drop pipe_winsys
2009-08-29 José Fonsecallvmpipe: Fix build.
2009-08-29 José Fonsecallvmpipe: Merge all pixel format related files.
2009-08-29 José Fonsecallvmpipe: Factor out and optimize the input interpolation.
2009-08-29 José Fonsecallvmpipe: Structure manipulation helpers.
2009-08-29 José Fonsecallvmpipe: Centralize the C <-> JIT interfaces in one...
2009-08-29 José Fonsecallvmpipe: Squash the quad pipeline.
2009-08-29 José Fonsecallvmpipe: Add a bunch of comments.
2009-08-29 José Fonsecallvmpipe: Split off vs stuff from lp_state_fs.c.
2009-08-29 José Fonsecallvmpipe: Generate the fragment pipeline into a single...
2009-08-29 José Fonsecallvmpipe: Delete the quad polygon stipple stage.
2009-08-29 José Fonsecallvmpipe: Split control flow function declarations...
2009-08-29 José Fonsecallvmpipe: Depth test to LLVM IR translation.
2009-08-29 José Fonsecallvmpipe: Code generate alpha testing and append to...
2009-08-29 José Fonsecallvmpipe: Allow to build without udis86.
2009-08-29 José Fonsecallvmpipe: Comparisons translation.
2009-08-29 José Fonsecallvmpipe: Disassemble generated x86 code.
2009-08-29 José Fonsecallvmpipe: Eliminate non-LLVM fs execution paths.
2009-08-29 José Fonsecallvmpipe: TGSI -> LLVM SoA IR converstion.
2009-08-29 José Fonsecallvmpipe: Store tile color in SoA.
2009-08-29 José Fonsecallvmpipe: Split the texture cache from the color/depth...
2009-08-29 José Fonsecallvmpipe: SoA blending.
2009-08-29 José Fonsecallvmpipe: Only get the preprocessor flags from llvm...
2009-08-29 José Fonsecallvmpipe: Bootstrap type conversions.
2009-08-29 José Fonsecallvmpipe: Factor out shared test code into a separate...
2009-08-29 José Fonsecallvmpipe: Move intrinsic helpers to a separate module.
2009-08-29 José Fonsecallvmpipe: Optimize blend swizzles by using bitmasks...
2009-08-29 José Fonsecallvmpipe: Separate constant building.
2009-08-29 José Fonsecallvmpipe: Move type support functions into a separate...
2009-08-29 José Fonsecallvmpipe: Cleanup test programs.
2009-08-29 José Fonsecallvmpipe: Blending.
2009-08-29 José Fonsecallvmpipe: Arithmetic helpers.
2009-08-29 José Fonsecallvmpipe: Translate logicops.
2009-08-29 José Fonsecallvmpipe: Separate pixel packing/unpacking from loading...
2009-08-29 José Fonsecallvmpipe: Update SConscript.
2009-08-29 Keith Whitwellllvmpipe: move all color-combine code into lp_quad_blend.c
2009-08-29 José Fonsecallvmpipe: Pixel packing/unpacking and loop code generators.
2009-08-29 José Fonsecallvmpipe: Fork softpipe for experimentation with llvm.