index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gallium
/
auxiliary
/
gallivm
Age
Commit message (
Expand
)
Author
2010-05-12
gallivm: rename texel result param
Brian Paul
2010-05-12
gallivm: add a few comments
Brian Paul
2010-05-12
gallivm/llvmpipe: add const qualifiers
Brian Paul
2010-05-12
gallivm: added lp_typekind_name() util function
Brian Paul
2010-05-10
gallivm/llvmpipe: move an old comment to a better location
Brian Paul
2010-05-10
gallivm: Silent warning.
José Fonseca
2010-05-10
gallivm: Add missing lvalue.
José Fonseca
2010-05-10
gallivm: Temporarily disable custom LLVMDumpValue on MSVC.
José Fonseca
2010-05-10
gallivm: cosf/sinf are macros on MSVC.
José Fonseca
2010-05-08
gallivm: Add an alternative to LLVMDumpValue that works with Windows GUI apps.
José Fonseca
2010-05-08
gallivm: Fix mipfiltering with negative lod bias.
José Fonseca
2010-05-08
gallivm: Actually do floor/ceil/trunc for scalars.
José Fonseca
2010-05-08
gallivm: Import the code to compute the minimax polynomials.
José Fonseca
2010-05-08
gallivm: Use a minimax polynomial for exp2 in range [0,1] instead [-0.5,5].
José Fonseca
2010-05-08
gallivm: Don't hardcode number of args twice.
José Fonseca
2010-05-08
gallivm: The the JIT engine to use our sinf()/cosf() on Windows.
José Fonseca
2010-05-08
gallivm: Fix BREAK/CONT translation.
José Fonseca
2010-05-08
gallivm: Fix segfaul when inserting allocas in an empty function.
José Fonseca
2010-05-08
gallivm: Centralize SoA swizzling into a single place.
José Fonseca
2010-05-08
gallivm: Support predicates.
José Fonseca
2010-05-04
gallivm: Proper implementation of TXL opcode.
José Fonseca
2010-05-04
gallivm: Fix several glitches introduced in the prev commit.
José Fonseca
2010-05-04
gallivm: Implement TXD.
José Fonseca
2010-05-04
gallivm: Increase the TGSI translation limits and centralize them in a header.
José Fonseca
2010-05-04
gallicm: Newton-Raphson step to improve precision.
José Fonseca
2010-05-03
gallivm: Display message instead of crashing when sampler generator was not s...
José Fonseca
2010-05-03
gallivm: Replace predicate assertion failure with warning message.
José Fonseca
2010-05-02
gallivm: fix nested break and continue statements
Zack Rusin
2010-04-30
llvmpipe: fix out-of-bounds texture sampling
Brian Paul
2010-04-30
llvmpipe: added lp_build_sample_nop() for debugging
Brian Paul
2010-04-29
gallivm: add some assertions in special-case sampler code
Brian Paul
2010-04-27
gallivm: Drop BGNFOR, ENDFOR, REP, and ENDREP opcodes.
José Fonseca
2010-04-27
gallivm: Disable llvm.cos.v4f32 and llvm.sin.v4f32 instrinsics on Windows.
José Fonseca
2010-04-27
gallivm: Ensure all allocas are in the first block.
José Fonseca
2010-04-26
gallivm: BGNFOR/ENDFOR fallthrough to BGNLOOP/ENDLOOP
Alan Hourihane
2010-04-26
llvmpipe: Respect pipe_sampler_view::swizzle_r/g/b/a
José Fonseca
2010-04-25
gallivm: Rename variable info to opcode_info.
Vinson Lee
2010-04-24
gallivm: Remove NULL check of pointer that can't be NULL.
Vinson Lee
2010-04-24
llvmpipe: Implement shader bias.
José Fonseca
2010-04-24
gallivm: Centralize the cpu caps detection.
José Fonseca
2010-04-24
gallivm: LLVMConstBitCast -> LLVMBuildBitCast
José Fonseca
2010-04-22
gallivm: implement indirect addressing over temporaries
Zack Rusin
2010-04-22
gallivm: implement indirect addressing over constants
Zack Rusin
2010-04-22
gallivm: remove Z/stencil special case code in lp_build_sample_offset()
Brian Paul
2010-04-22
gallivm: update comments
Zack Rusin
2010-04-22
gallivm: fix nested cont statements
Zack Rusin
2010-04-22
gallivm: fix nested break statemants
Zack Rusin
2010-04-22
gallivm: make sure we return the correct type when approximating log's
Zack Rusin
2010-04-22
gallivm: Remove unused variable.
Vinson Lee
2010-04-21
gallivm: added some assertions in loop-gen code
Brian Paul
[next]