index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
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
*
draw/gallivm: export overflow arithmetic to its own file
Zack Rusin
2013-06-28
2
-0
/
+222
*
gallium: Fix llvmpipe on big-endian machines
Adam Jackson
2013-06-24
10
-208
/
+104
*
gallivm: (trivial) remove duplicated code block (including comment)
Roland Scheidegger
2013-06-13
1
-7
/
+0
*
llvmpipe: Use saturating add/sub for UNORM formats
Richard Sandiford
2013-06-10
1
-0
/
+8
*
gallivm: work around slow code generated for interleaving 128bit vectors
Roland Scheidegger
2013-06-08
1
-0
/
+22
*
tgsi: replace tgsi_file_names tgsi_file_names[] with tgsi_file_name() function
Brian Paul
2013-06-07
1
-1
/
+1
*
gallium: System z support
Richard Sandiford
2013-06-05
1
-1
/
+1
*
gallivm: enhance special sse2 4x4f and 2x8f -> 1x16ub conversion
Roland Scheidegger
2013-06-05
1
-32
/
+58
*
gallivm: (trivial) fix lp_build_concat_n
Roland Scheidegger
2013-06-05
1
-1
/
+5
*
gallivm: fix out-of-bounds access with mirror_clamp_to_edge address mode
Roland Scheidegger
2013-06-01
1
-6
/
+7
*
llvmpipe: handle z32s8x24 depth/stencil format
Roland Scheidegger
2013-05-18
2
-1
/
+7
*
gallivm: handle z32s8x24 format for sampling
Roland Scheidegger
2013-05-18
1
-8
/
+51
*
gallivm: Eliminate 8.8 fixed point intermediates from AoS sampling path.
José Fonseca
2013-05-17
4
-240
/
+184
*
gallivm: Add and use lp_build_lerp_3d.
José Fonseca
2013-05-17
3
-26
/
+60
*
gallivm: Support pointers in lp_build_print_value().
José Fonseca
2013-05-16
1
-0
/
+2
*
gallivm/soa: implement indirect addressing in immediates
Zack Rusin
2013-05-14
2
-2
/
+82
*
gallivm: Fix build with LLVM >= 3.4 r181680.
Vinson Lee
2013-05-14
1
-1
/
+3
*
draw/llvm: Add additional llvm optimization passes
Stéphane Marchesin
2013-05-08
1
-0
/
+3
*
tgsi: fix operand type of TGSI_OPCODE_NOT
Chia-I Wu
2013-05-08
1
-1
/
+1
*
gallivm: Fix build for LLVM < 3.3
Tom Stellard
2013-05-06
1
-0
/
+6
*
gallivm: Move LLVMStartMultithreaded() static initializer into gallivm
Tom Stellard
2013-05-06
1
-0
/
+15
*
tgsi: allow negation of all integer types
Zack Rusin
2013-05-02
1
-1
/
+1
*
gallivm: Fix build with LLVM 3.3
Armin K
2013-05-02
1
-1
/
+3
*
gallivm: Fix altivec intrinsics for 8xi16 add/sub
Adam Jackson
2013-05-02
1
-2
/
+2
*
gallivm: fix indirect addressing of temps in soa mode
Zack Rusin
2013-04-27
1
-0
/
+11
*
gallivm: Fix trivial out-of-bounds indirection in lp_build_cube_lookup().
José Fonseca
2013-04-26
1
-1
/
+1
*
gallivm: Fix build with LLVM >= r180063
Tom Stellard
2013-04-23
2
-0
/
+8
*
gallivm: Fix assignment of unsigned values to OUT register.
José Fonseca
2013-04-22
1
-77
/
+52
*
Revert "gallivm: Emit vector selects."
José Fonseca
2013-04-21
1
-2
/
+14
*
gallivm: Disable LLVM 2.7 workaround on other versions.
José Fonseca
2013-04-20
1
-2
/
+1
*
gallivm: Emit vector selects.
José Fonseca
2013-04-20
1
-12
/
+2
*
gallivm: implement switch opcode
Roland Scheidegger
2013-04-20
3
-12
/
+340
*
gallivm: use uint build context for mask instead of float
Roland Scheidegger
2013-04-20
1
-1
/
+1
*
gallivm/tgsi: fix up breakc
Roland Scheidegger
2013-04-20
1
-1
/
+1
*
gallivm: increase nesting limit to 66
Roland Scheidegger
2013-04-20
1
-2
/
+4
*
gallivm: Fix half floats with MCJIT.
José Fonseca
2013-04-19
1
-0
/
+3
*
gallivm: change cubemaps / derivatives handling, take 55
Roland Scheidegger
2013-04-18
3
-104
/
+119
*
gallivm: Add no_rho_approx debug option
Roland Scheidegger
2013-04-18
3
-118
/
+185
*
gallivm: Drop pos arg from lp_build_tgsi_soa.
José Fonseca
2013-04-18
2
-4
/
+0
*
gallivm/gs: fix indirect addressing in geometry shaders
Zack Rusin
2013-04-17
2
-0
/
+2
*
draw/gs: make sure geometry shaders don't overflow
Zack Rusin
2013-04-16
2
-1
/
+34
*
gallivm/gs: fix the end primitive calls
Zack Rusin
2013-04-16
2
-27
/
+50
*
gallivm: JIT symbol resolution with linux perf.
José Fonseca
2013-04-17
5
-59
/
+101
*
gallium: Disambiguate TGSI_OPCODE_IF.
José Fonseca
2013-04-17
4
-0
/
+20
*
gallium: Eliminate TGSI_OPCODE_IFC.
José Fonseca
2013-04-17
2
-2
/
+0
*
gallivm: fix small but severe bug in handling multiple lod level strides
Roland Scheidegger
2013-04-15
1
-1
/
+1
*
gallivm/tgsi: handle untyped moves
Zack Rusin
2013-04-10
1
-0
/
+9
*
gallivm: fix loops and conditionals within GS
Zack Rusin
2013-04-10
2
-19
/
+105
*
gallivm: fix unsigned divide and remainder opcodes
Zack Rusin
2013-04-10
1
-4
/
+33
*
gallivm: fix breakc
Zack Rusin
2013-04-10
1
-12
/
+14
[next]