index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
auxiliary
/
gallivm
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallivm/llvmpipe: move an old comment to a better location
Brian Paul
2010-05-10
1
-0
/
+11
*
gallivm: Silent warning.
José Fonseca
2010-05-10
1
-1
/
+1
*
gallivm: Add missing lvalue.
José Fonseca
2010-05-10
1
-1
/
+1
*
gallivm: Temporarily disable custom LLVMDumpValue on MSVC.
José Fonseca
2010-05-10
1
-2
/
+3
*
gallivm: cosf/sinf are macros on MSVC.
José Fonseca
2010-05-10
1
-2
/
+12
*
gallivm: Add an alternative to LLVMDumpValue that works with Windows GUI apps.
José Fonseca
2010-05-08
3
-1
/
+103
*
gallivm: Fix mipfiltering with negative lod bias.
José Fonseca
2010-05-08
1
-2
/
+4
*
gallivm: Actually do floor/ceil/trunc for scalars.
José Fonseca
2010-05-08
3
-166
/
+34
*
gallivm: Import the code to compute the minimax polynomials.
José Fonseca
2010-05-08
1
-0
/
+85
*
gallivm: Use a minimax polynomial for exp2 in range [0,1] instead [-0.5,5].
José Fonseca
2010-05-08
1
-14
/
+41
*
gallivm: Don't hardcode number of args twice.
José Fonseca
2010-05-08
1
-1
/
+1
*
gallivm: The the JIT engine to use our sinf()/cosf() on Windows.
José Fonseca
2010-05-08
1
-18
/
+79
*
gallivm: Fix BREAK/CONT translation.
José Fonseca
2010-05-08
1
-44
/
+63
*
gallivm: Fix segfaul when inserting allocas in an empty function.
José Fonseca
2010-05-08
1
-3
/
+10
*
gallivm: Centralize SoA swizzling into a single place.
José Fonseca
2010-05-08
5
-70
/
+128
*
gallivm: Support predicates.
José Fonseca
2010-05-08
2
-8
/
+101
*
gallivm: Proper implementation of TXL opcode.
José Fonseca
2010-05-04
4
-68
/
+96
*
gallivm: Fix several glitches introduced in the prev commit.
José Fonseca
2010-05-04
3
-6
/
+7
*
gallivm: Implement TXD.
José Fonseca
2010-05-04
4
-37
/
+58
*
gallivm: Increase the TGSI translation limits and centralize them in a header.
José Fonseca
2010-05-04
2
-13
/
+69
*
gallicm: Newton-Raphson step to improve precision.
José Fonseca
2010-05-04
1
-2
/
+27
*
gallivm: Display message instead of crashing when sampler generator was not s...
José Fonseca
2010-05-03
1
-0
/
+8
*
gallivm: Replace predicate assertion failure with warning message.
José Fonseca
2010-05-03
1
-8
/
+6
*
gallivm: fix nested break and continue statements
Zack Rusin
2010-05-02
1
-16
/
+6
*
llvmpipe: fix out-of-bounds texture sampling
Brian Paul
2010-04-30
1
-0
/
+12
*
llvmpipe: added lp_build_sample_nop() for debugging
Brian Paul
2010-04-30
1
-7
/
+29
*
gallivm: add some assertions in special-case sampler code
Brian Paul
2010-04-29
1
-0
/
+5
*
gallivm: Drop BGNFOR, ENDFOR, REP, and ENDREP opcodes.
José Fonseca
2010-04-27
1
-16
/
+0
*
gallivm: Disable llvm.cos.v4f32 and llvm.sin.v4f32 instrinsics on Windows.
José Fonseca
2010-04-27
1
-0
/
+18
*
gallivm: Ensure all allocas are in the first block.
José Fonseca
2010-04-27
6
-41
/
+97
*
gallivm: BGNFOR/ENDFOR fallthrough to BGNLOOP/ENDLOOP
Alan Hourihane
2010-04-26
1
-10
/
+2
*
llvmpipe: Respect pipe_sampler_view::swizzle_r/g/b/a
José Fonseca
2010-04-26
3
-1
/
+63
*
gallivm: Rename variable info to opcode_info.
Vinson Lee
2010-04-25
1
-3
/
+3
*
gallivm: Remove NULL check of pointer that can't be NULL.
Vinson Lee
2010-04-24
1
-1
/
+1
*
llvmpipe: Implement shader bias.
José Fonseca
2010-04-24
1
-6
/
+15
*
gallivm: Centralize the cpu caps detection.
José Fonseca
2010-04-24
1
-0
/
+10
*
gallivm: LLVMConstBitCast -> LLVMBuildBitCast
José Fonseca
2010-04-24
1
-2
/
+4
*
gallivm: implement indirect addressing over temporaries
Zack Rusin
2010-04-22
2
-38
/
+71
*
gallivm: implement indirect addressing over constants
Zack Rusin
2010-04-22
1
-14
/
+36
*
gallivm: remove Z/stencil special case code in lp_build_sample_offset()
Brian Paul
2010-04-22
1
-46
/
+8
*
gallivm: update comments
Zack Rusin
2010-04-22
1
-3
/
+12
*
gallivm: fix nested cont statements
Zack Rusin
2010-04-22
1
-1
/
+1
*
gallivm: fix nested break statemants
Zack Rusin
2010-04-22
1
-2
/
+3
*
gallivm: make sure we return the correct type when approximating log's
Zack Rusin
2010-04-22
1
-1
/
+3
*
gallivm: Remove unused variable.
Vinson Lee
2010-04-22
1
-3
/
+0
*
gallivm: added some assertions in loop-gen code
Brian Paul
2010-04-21
1
-1
/
+6
*
gallivm: fix copy&paste error: s/cont_stack_size/break_stack_size/
Brian Paul
2010-04-21
1
-1
/
+1
*
gallivm: emit_instruction() is boolean
Brian Paul
2010-04-21
1
-39
/
+44
*
gallivm: implement TGSI KILP
Brian Paul
2010-04-21
1
-2
/
+33
*
gallivm: Remove unnecessary headers.
Vinson Lee
2010-04-20
2
-3
/
+0
[next]