llvmpipe: remove some old sampler support structs
[mesa.git] / src / gallium / drivers / llvmpipe / lp_bld_tgsi_soa.c
2009-10-07 Nicolai HähnleMerge branch 'mesa_7_6_branch'
2009-10-05 Brian PaulMerge branch 'mesa_7_6_branch'
2009-10-01 Brian PaulMerge branch 'mesa_7_6_branch'
2009-09-29 Brian PaulMerge branch 'mesa_7_6_branch'
2009-09-28 Ian RomanickMerge branch 'mesa_7_6_branch'
2009-09-28 Ian RomanickMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-28 Brian PaulMerge branch 'mesa_7_6_branch'
2009-09-28 Brian PaulMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-25 Ian RomanickMerge branch 'asm-shader-rework-2'
2009-09-25 Brian PaulMerge branch 'mesa_7_6_branch'
2009-09-24 Brian PaulMerge branch 'mesa_7_6_branch'
2009-09-24 Brian PaulMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-24 Pauli NieminenMerge branch 'mesa_7_6_branch'
2009-09-24 Brian PaulMerge branch 'mesa_7_6_branch'
2009-09-24 Brian PaulMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-23 Brian PaulMerge branch 'mesa_7_6_branch'
2009-09-23 Keith WhitwellMerge branch 'softpipe-opt'
2009-09-22 Brian PaulMerge branch 'mesa_7_6_branch'
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 Nicolai HähnleMerge branch 'master' into r300-compiler
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-14 José Fonsecallvmpipe: Make lp_type a regular union.
2009-09-13 José Fonsecallvmpipe: Compute derivatives.
2009-09-13 José Fonsecallvmpipe: Delay storing into the dst register to preven...
2009-09-13 José Fonsecallvmpipe: Translate more TGSI opcodes.
2009-09-11 José Fonsecallvmpipe: Update status in README and TODO/FIXME commen...
2009-09-10 Ian RomanickMerge branch 'master' into asm-shader-rework-2
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 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: Further abstract the texture sampling generat...
2009-09-06 Nicolai HähnleMerge branch 'master' into r300-compiler
2009-09-01 Keith Whitwelltgsi: remove redundant CND0 opcode
2009-08-30 Michel DänzerMerge branch 'mesa_7_5_branch'
2009-08-29 José Fonsecallvmpipe: Update for changes in master.
2009-08-29 José Fonsecallvmpipe: Isolate sampling from TGSI translation.
2009-08-29 José Fonsecallvmpipe: Factor out and optimize the input interpolation.
2009-08-29 José Fonsecallvmpipe: s/uni/scalar/.
2009-08-29 José Fonsecallvmpipe: Add a bunch of comments.
2009-08-29 José Fonsecallvmpipe: Early depth testing.
2009-08-29 José Fonsecallvmpipe: Centralize mask update logic.
2009-08-29 José Fonsecallvmpipe: Code generate the position interpolation.
2009-08-29 José Fonsecallvmpipe: Implement saturation.
2009-08-29 José Fonsecallvmpipe: Drop the FETCH/STORE macros.
2009-08-29 José Fonsecallvmpipe: Debug helper function to name llvm intermedia...
2009-08-29 José Fonsecallvmpipe: Implement LIT.
2009-08-29 José Fonsecallvmpipe: Implement comparison opcodes.
2009-08-29 José Fonsecallvmpipe: Fix translation of KIL with repeated swizzles.
2009-08-29 José Fonsecallvmpipe: Silence compiler warnings.
2009-08-29 José Fonsecallvmpipe: Implement KIL.
2009-08-29 José Fonsecallvmpipe: More verbose error message when failed to...
2009-08-29 José Fonsecallvmpipe: Pass the interpolation factors as scalars.
2009-08-29 José Fonsecallvmpipe: Code generate interpolators.
2009-08-29 José Fonsecallvmpipe: Translate approximate log2/exp2.
2009-08-29 José Fonsecallvmpipe: Handle a few more TGSI opcodes.
2009-08-29 José Fonsecallvmpipe: Migrate more SSE2 codegen to LLVM IR.
2009-08-29 José Fonsecallvmpipe: Reuse coord/texel store.
2009-08-29 José Fonsecallvmpipe: TGSI -> LLVM SoA IR converstion.