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: implement iabs/issg opcode.
Dave Airlie
2012-05-09
2
-1
/
+26
*
radeon/llvm: add support for TXQ/TXF/DDX/DDY instructions
Vadim Girlin
2012-05-08
1
-2
/
+0
*
gallivm: fix comment typo
Brian Paul
2012-05-04
1
-1
/
+1
*
gallivm: Use debug_printf in lp_build_printf.
José Fonseca
2012-05-02
1
-6
/
+9
*
gallivm: Avoid LLVMAddGlobalMapping() in lp_bld_assert().
José Fonseca
2012-05-02
2
-26
/
+16
*
gallivm: Add a lp_build_const_func_pointer() helper.
José Fonseca
2012-05-02
3
-15
/
+44
*
gallivm: Cleanup/simplify lp_build_const_string_variable.
José Fonseca
2012-05-02
5
-29
/
+29
*
gallivm: Added lp_build_const_mask_aos_swizzled
James Benton
2012-05-02
3
-2
/
+30
*
gallivm: Move loop var declaration to beginning of scope.
José Fonseca
2012-05-02
1
-1
/
+3
*
gallivm: added a debug function which allows llvm to print vectors of 16 unsi...
James Benton
2012-05-02
2
-0
/
+29
*
llvmpipe: Check when a shader does not satisfy 0 < imm < 1.
James Benton
2012-05-02
2
-2
/
+11
*
gallivm: fixed memory leak in lp_build_tgsi_aos
James Benton
2012-05-02
1
-0
/
+1
*
gallivm: added aligned pointer get/set
James Benton
2012-05-02
4
-0
/
+81
*
gallivm: llvm c-style for loops, allows us to create loops with conditions on...
James Benton
2012-05-02
2
-0
/
+94
*
gallivm: Use lp_build_alloca instead of LLVMBuildAlloca on the loop limiter.
José Fonseca
2012-04-25
1
-4
/
+1
*
gallivm: Updated lp_build_log2_approx to use a more accurate polynomial.
James Benton
2012-04-05
2
-32
/
+41
*
gallivm: Updated lp_build_polynomial to compute odd and even terms separately...
James Benton
2012-04-05
1
-7
/
+25
*
gallivm: Pass in a MCInstrInfo to createMCInstPrinter on llvm-3.1.
Vinson Lee
2012-04-03
1
-1
/
+7
*
gallivm: Maximum loop iterations
James Benton
2012-04-03
3
-3
/
+45
*
gallivm: Simplify/reorder minimax helper.
José Fonseca
2012-04-03
1
-10
/
+15
*
gallivm: Fix method overriding in raw_debug_ostream.
Vinson Lee
2012-03-28
1
-3
/
+3
*
gallivm: Use InitializeNativeTargetDisassembler().
ojab
2012-03-27
1
-1
/
+3
*
gallivm: Fix createOProfileJITEventListener namespace with llvm-3.1.
Vinson Lee
2012-03-14
1
-0
/
+4
*
gallivm: add support for R8G8_R8B8 and G8R8_B8R8 formats
Christian König
2012-03-09
1
-0
/
+42
*
gallivm: Pass in a MCRegisterInfo to MCInstPrinter on llvm-3.1.
Vinson Lee
2012-03-06
1
-1
/
+12
*
gallivm: fix floating type in lp_build_mod helper
Roland Scheidegger
2012-03-05
1
-1
/
+1
*
Revert "gallivm: Change getExtent and readByte to non-const with llvm-3.1."
Vinson Lee
2012-03-01
1
-8
/
+0
*
gallivm: Update comments and prototype of vector-selects.
José Fonseca
2012-03-01
1
-20
/
+31
*
gallivm: add major integer opcodes to the tgsi action handler
Dave Airlie
2012-02-28
1
-1
/
+382
*
gallivm: drop deprecated opcodes
Dave Airlie
2012-02-28
1
-8
/
+0
*
gallivm: only do rcp/mul for floating
Dave Airlie
2012-02-28
1
-1
/
+2
*
gallivm: add frem support to the lp_build_mod helper.
Dave Airlie
2012-02-28
1
-1
/
+2
*
gallivm: add bitarit xor and not ops.
Dave Airlie
2012-02-28
2
-0
/
+49
*
gallivm: add integer and unsigned mod arit functions. (v2)
Dave Airlie
2012-02-28
2
-0
/
+25
*
gallivm: Fix TGSI_OPCODE_ARR's translation.
José Fonseca
2012-02-21
2
-2
/
+21
*
llvmpipe: Don't assume vector is 4 wide in lp_build_sin()/lp_build_cos()
José Fonseca
2012-02-20
1
-81
/
+60
*
gallivm: fetch immediates to correct type (v2)
Dave Airlie
2012-02-17
1
-3
/
+22
*
gallivm: enable stores of integer types. (v2) + fix ARL
Dave Airlie
2012-02-17
2
-11
/
+59
*
gallivm: enable fetch for integer opcodes. (v2)
Dave Airlie
2012-02-17
4
-16
/
+74
*
gallivm: add uint/int bld to the base builder. (v2)
Dave Airlie
2012-02-17
3
-9
/
+12
*
gallivm: fix build gather to take a bld context
Dave Airlie
2012-02-17
1
-8
/
+8
*
gallivm: pass build context to exec_mask_store.
Dave Airlie
2012-02-17
1
-5
/
+9
*
gallivm: Initialize x86 disassembler on x86_64 too.
José Fonseca
2012-02-17
1
-2
/
+2
*
gallivm: Replace architecture test with PIPE_ARCH_*
Stéphane Marchesin
2012-02-12
1
-4
/
+6
*
gallivm: Change getExtent and readByte to non-const with llvm-3.1.
Vinson Lee
2012-02-10
1
-0
/
+8
*
gallivm: Fix LLVM-2.7 build.
ojab
2012-02-02
1
-4
/
+6
*
gallivm: Remove MSVC RT hack.
José Fonseca
2012-02-02
1
-14
/
+0
*
Initialize only native LLVM Disassembler.
ojab
2012-01-31
1
-1
/
+5
*
gallivm: Don't use C99 member initializers.
José Fonseca
2012-01-30
1
-26
/
+26
*
gallivm: Move declaration before code.
José Fonseca
2012-01-30
1
-2
/
+2
[next]