summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/gallivm
Commit message (Expand)AuthorAgeFilesLines
* gallivm/llvmpipe: move an old comment to a better locationBrian Paul2010-05-101-0/+11
* gallivm: Silent warning.José Fonseca2010-05-101-1/+1
* gallivm: Add missing lvalue.José Fonseca2010-05-101-1/+1
* gallivm: Temporarily disable custom LLVMDumpValue on MSVC.José Fonseca2010-05-101-2/+3
* gallivm: cosf/sinf are macros on MSVC.José Fonseca2010-05-101-2/+12
* gallivm: Add an alternative to LLVMDumpValue that works with Windows GUI apps.José Fonseca2010-05-083-1/+103
* gallivm: Fix mipfiltering with negative lod bias.José Fonseca2010-05-081-2/+4
* gallivm: Actually do floor/ceil/trunc for scalars.José Fonseca2010-05-083-166/+34
* gallivm: Import the code to compute the minimax polynomials.José Fonseca2010-05-081-0/+85
* gallivm: Use a minimax polynomial for exp2 in range [0,1] instead [-0.5,5].José Fonseca2010-05-081-14/+41
* gallivm: Don't hardcode number of args twice.José Fonseca2010-05-081-1/+1
* gallivm: The the JIT engine to use our sinf()/cosf() on Windows.José Fonseca2010-05-081-18/+79
* gallivm: Fix BREAK/CONT translation.José Fonseca2010-05-081-44/+63
* gallivm: Fix segfaul when inserting allocas in an empty function.José Fonseca2010-05-081-3/+10
* gallivm: Centralize SoA swizzling into a single place.José Fonseca2010-05-085-70/+128
* gallivm: Support predicates.José Fonseca2010-05-082-8/+101
* gallivm: Proper implementation of TXL opcode.José Fonseca2010-05-044-68/+96
* gallivm: Fix several glitches introduced in the prev commit.José Fonseca2010-05-043-6/+7
* gallivm: Implement TXD.José Fonseca2010-05-044-37/+58
* gallivm: Increase the TGSI translation limits and centralize them in a header.José Fonseca2010-05-042-13/+69
* gallicm: Newton-Raphson step to improve precision.José Fonseca2010-05-041-2/+27
* gallivm: Display message instead of crashing when sampler generator was not s...José Fonseca2010-05-031-0/+8
* gallivm: Replace predicate assertion failure with warning message.José Fonseca2010-05-031-8/+6
* gallivm: fix nested break and continue statementsZack Rusin2010-05-021-16/+6
* llvmpipe: fix out-of-bounds texture samplingBrian Paul2010-04-301-0/+12
* llvmpipe: added lp_build_sample_nop() for debuggingBrian Paul2010-04-301-7/+29
* gallivm: add some assertions in special-case sampler codeBrian Paul2010-04-291-0/+5
* gallivm: Drop BGNFOR, ENDFOR, REP, and ENDREP opcodes.José Fonseca2010-04-271-16/+0
* gallivm: Disable llvm.cos.v4f32 and llvm.sin.v4f32 instrinsics on Windows.José Fonseca2010-04-271-0/+18
* gallivm: Ensure all allocas are in the first block.José Fonseca2010-04-276-41/+97
* gallivm: BGNFOR/ENDFOR fallthrough to BGNLOOP/ENDLOOPAlan Hourihane2010-04-261-10/+2
* llvmpipe: Respect pipe_sampler_view::swizzle_r/g/b/aJosé Fonseca2010-04-263-1/+63
* gallivm: Rename variable info to opcode_info.Vinson Lee2010-04-251-3/+3
* gallivm: Remove NULL check of pointer that can't be NULL.Vinson Lee2010-04-241-1/+1
* llvmpipe: Implement shader bias.José Fonseca2010-04-241-6/+15
* gallivm: Centralize the cpu caps detection.José Fonseca2010-04-241-0/+10
* gallivm: LLVMConstBitCast -> LLVMBuildBitCastJosé Fonseca2010-04-241-2/+4
* gallivm: implement indirect addressing over temporariesZack Rusin2010-04-222-38/+71
* gallivm: implement indirect addressing over constantsZack Rusin2010-04-221-14/+36
* gallivm: remove Z/stencil special case code in lp_build_sample_offset()Brian Paul2010-04-221-46/+8
* gallivm: update commentsZack Rusin2010-04-221-3/+12
* gallivm: fix nested cont statementsZack Rusin2010-04-221-1/+1
* gallivm: fix nested break statemantsZack Rusin2010-04-221-2/+3
* gallivm: make sure we return the correct type when approximating log'sZack Rusin2010-04-221-1/+3
* gallivm: Remove unused variable.Vinson Lee2010-04-221-3/+0
* gallivm: added some assertions in loop-gen codeBrian Paul2010-04-211-1/+6
* gallivm: fix copy&paste error: s/cont_stack_size/break_stack_size/Brian Paul2010-04-211-1/+1
* gallivm: emit_instruction() is booleanBrian Paul2010-04-211-39/+44
* gallivm: implement TGSI KILPBrian Paul2010-04-211-2/+33
* gallivm: Remove unnecessary headers.Vinson Lee2010-04-202-3/+0