summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/gallivm
AgeCommit message (Expand)Author
2010-05-04gallivm: Proper implementation of TXL opcode.José Fonseca
2010-05-04gallivm: Fix several glitches introduced in the prev commit.José Fonseca
2010-05-04gallivm: Implement TXD.José Fonseca
2010-05-04gallivm: Increase the TGSI translation limits and centralize them in a header.José Fonseca
2010-05-04gallicm: Newton-Raphson step to improve precision.José Fonseca
2010-05-03gallivm: Display message instead of crashing when sampler generator was not s...José Fonseca
2010-05-03gallivm: Replace predicate assertion failure with warning message.José Fonseca
2010-05-02gallivm: fix nested break and continue statementsZack Rusin
2010-04-30llvmpipe: fix out-of-bounds texture samplingBrian Paul
2010-04-30llvmpipe: added lp_build_sample_nop() for debuggingBrian Paul
2010-04-29gallivm: add some assertions in special-case sampler codeBrian Paul
2010-04-27gallivm: Drop BGNFOR, ENDFOR, REP, and ENDREP opcodes.José Fonseca
2010-04-27gallivm: Disable llvm.cos.v4f32 and llvm.sin.v4f32 instrinsics on Windows.José Fonseca
2010-04-27gallivm: Ensure all allocas are in the first block.José Fonseca
2010-04-26gallivm: BGNFOR/ENDFOR fallthrough to BGNLOOP/ENDLOOPAlan Hourihane
2010-04-26llvmpipe: Respect pipe_sampler_view::swizzle_r/g/b/aJosé Fonseca
2010-04-25gallivm: Rename variable info to opcode_info.Vinson Lee
2010-04-24gallivm: Remove NULL check of pointer that can't be NULL.Vinson Lee
2010-04-24llvmpipe: Implement shader bias.José Fonseca
2010-04-24gallivm: Centralize the cpu caps detection.José Fonseca
2010-04-24gallivm: LLVMConstBitCast -> LLVMBuildBitCastJosé Fonseca
2010-04-22gallivm: implement indirect addressing over temporariesZack Rusin
2010-04-22gallivm: implement indirect addressing over constantsZack Rusin
2010-04-22gallivm: remove Z/stencil special case code in lp_build_sample_offset()Brian Paul
2010-04-22gallivm: update commentsZack Rusin
2010-04-22gallivm: fix nested cont statementsZack Rusin
2010-04-22gallivm: fix nested break statemantsZack Rusin
2010-04-22gallivm: make sure we return the correct type when approximating log'sZack Rusin
2010-04-22gallivm: Remove unused variable.Vinson Lee
2010-04-21gallivm: added some assertions in loop-gen codeBrian Paul
2010-04-21gallivm: fix copy&paste error: s/cont_stack_size/break_stack_size/Brian Paul
2010-04-21gallivm: emit_instruction() is booleanBrian Paul
2010-04-21gallivm: implement TGSI KILPBrian Paul
2010-04-20gallivm: Remove unnecessary headers.Vinson Lee
2010-04-20gallivm: Universal format support on lp_build_fetch_rgba_aos via util_format_...José Fonseca
2010-04-20gallivm: Cleanups and bugfixes to aos format translation.José Fonseca
2010-04-20gallivm: New function to fetch a pixel into a 4xfloat AoS vector.José Fonseca
2010-04-20gallivm: Bring aos format back to life.José Fonseca
2010-04-19gallivm: pass 3D texture stride as an arrayBrian Paul
2010-04-19gallivm: Remove redundant initialization of dst_vec_type.Vinson Lee
2010-04-16gallivm/llvmpipe: move lp_bld_blend* files to llvmpipe/ directoryBrian Paul
2010-04-16gallivm/llvmpipe: move lp_bld_alpha.c to llvmpipe/ directoryBrian Paul
2010-04-16gallivm/llvmpipe: move lp_bld_depth.[ch] to llvmpipe/ directoryBrian Paul
2010-04-16gallivm/llvmpipe: move lp_bld_interp.c to llvmpipe/ directoryBrian Paul
2010-04-16gallivm: init some vars to silence warningsBrian Paul
2010-04-16gallivm: remove some old stuffBrian Paul
2010-04-12llvmpipe: Respect pipe_sampler_view::format.José Fonseca
2010-04-12llvmpipe: pipe_target needs now 3 bits to be represented.José Fonseca
2010-04-11scons: Make LLVM a black-white dependency.José Fonseca
2010-04-10Squashed commit of the following:Keith Whitwell