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: fix [IU]MUL_HI regression
Nicolai Hähnle
2016-11-08
3
-28
/
+90
*
gallivm: introduce 32x32->64bit lp_build_mul_32_lohi function
Roland Scheidegger
2016-11-08
3
-38
/
+172
*
gallivm: try to fix build with LLVM <= 3.4 due to missing CallSite.h
Marek Olšák
2016-10-20
1
-1
/
+5
*
gallivm: add wrappers for missing functions in LLVM <= 3.8
Marek Olšák
2016-10-20
2
-0
/
+27
*
draw: improve vertex fetch (v2)
Roland Scheidegger
2016-10-19
2
-0
/
+30
*
gallivm: print out time for jitting functions with GALLIVM_DEBUG=perf
Roland Scheidegger
2016-10-19
1
-0
/
+11
*
gallivm: Use native packs and unpacks for the lerps
Roland Scheidegger
2016-10-19
3
-13
/
+156
*
gallivm: Use AVX2 gather instrinsics.
Jose Fonseca
2016-10-04
1
-0
/
+95
*
gallivm: Use 8 wide AoS sampling on AVX2.
Roland Scheidegger
2016-10-04
1
-5
/
+6
*
gallivm: Basic AVX2 support.
José Fonseca
2016-10-04
4
-28
/
+98
*
gallivm: support negation on 64-bit integers
Nicolai Hähnle
2016-09-21
1
-0
/
+4
*
gallivm/llvmpipe: prepare support for ARB_gpu_shader_int64.
Dave Airlie
2016-09-21
4
-4
/
+498
*
gallivm: add lp_build_alloca_undef
Nicolai Hähnle
2016-08-17
2
-0
/
+24
*
gallivm: add create_builder_at_entry helper function
Nicolai Hähnle
2016-08-17
1
-23
/
+22
*
util: Move format_rgb9e5.h to src/util
Jason Ekstrand
2016-08-05
1
-1
/
+1
*
gallivm: add helper lp_add_attr_dereferenceable
Marek Olšák
2016-07-13
2
-0
/
+14
*
gallivm: set LLVMNoUnwindAttribute on all intrinsics
Marek Olšák
2016-07-11
1
-2
/
+4
*
gallivm: don't use integer min/max sse intrinsics with llvm >= 3.9
Roland Scheidegger
2016-06-20
1
-2
/
+4
*
gallivm: Fix trivial sign warnings
Jan Vesely
2016-06-13
8
-21
/
+22
*
gallivm: more 64-bit integer prep work.
Dave Airlie
2016-06-11
1
-8
/
+8
*
gallivm: make non-float return code bitcast consistent.
Dave Airlie
2016-06-11
1
-12
/
+6
*
gallium/gallivm: use 64-bit test instead of doubles.
Dave Airlie
2016-06-11
1
-37
/
+36
*
gallivm: Never emit llvm.fmuladd on LLVM 3.3.
Jose Fonseca
2016-06-10
2
-1
/
+7
*
gallivm: Use llvm.fmuladd.*.
Jose Fonseca
2016-06-10
5
-47
/
+87
*
util,gallivm: Explicitly enable/disable fma attribute.
Jose Fonseca
2016-06-10
2
-0
/
+11
*
gallivm: initialize init_native_targets_once_flag correctly
Frederic Devernay
2016-05-30
1
-1
/
+1
*
gallivm: eliminate a unnecessary AND with unorm lerps
Roland Scheidegger
2016-05-27
1
-10
/
+35
*
gallivm: improve dumping of bitcode
Roland Scheidegger
2016-05-11
2
-4
/
+9
*
gallivm: print declarations of intrinsics with GALLIVM_DEBUG=ir
Roland Scheidegger
2016-05-10
1
-0
/
+5
*
gallivm: use InternalLinkage instead of PrivateLinkage for texture functions
Roland Scheidegger
2016-05-10
1
-1
/
+1
*
gallivm: disable avx512 features
Roland Scheidegger
2016-05-10
1
-0
/
+12
*
gallium: enable intel jitevents profiling
Tim Rowley
2016-05-09
1
-0
/
+9
*
gallivm: s/Elements/ARRAY_SIZE/
Brian Paul
2016-04-27
9
-29
/
+29
*
gallivm: make sampling more robust against bogus coordinates
Roland Scheidegger
2016-04-26
3
-13
/
+43
*
gallium: use unreachable instead of asserts
Grazvydas Ignotas
2016-04-25
1
-1
/
+1
*
gallium: use PIPE_SHADER_* everywhere, remove TGSI_PROCESSOR_*
Marek Olšák
2016-04-22
1
-3
/
+3
*
gallium: merge PIPE_SWIZZLE_* and UTIL_FORMAT_SWIZZLE_*
Marek Olšák
2016-04-22
6
-45
/
+45
*
gallivm: fix bogus argument order to lp_build_sample_mipmap function
Roland Scheidegger
2016-04-21
1
-2
/
+2
*
gallivm: Avoid llvm::sys::getProcessTriple().
Jose Fonseca
2016-04-19
1
-3
/
+3
*
gallivm: Remove lp_get_module_id.
Jose Fonseca
2016-04-19
4
-12
/
+15
*
gallivm: Fix MCJIT with LLVM 3.3.
Jose Fonseca
2016-04-19
1
-3
/
+3
*
gallivm: Make MCJIT a runtime option.
Jose Fonseca
2016-04-19
1
-75
/
+72
*
gallivm: Use LLVMSetTarget.
Jose Fonseca
2016-04-19
1
-3
/
+9
*
gallivm: Use LLVMPrintValueToString where available.
Jose Fonseca
2016-04-19
1
-35
/
+10
*
gallivm: convert size query to using a set of parameters.
Dave Airlie
2016-04-19
4
-43
/
+39
*
gallivm: don't use vector selects with llvm 3.7
Roland Scheidegger
2016-04-18
1
-3
/
+5
*
gallivm: Workaround LLVM PR 27332.
Jose Fonseca
2016-04-13
1
-3
/
+14
*
gallivm: use llvm.nearbyint instead of llvm.round.
Roland Scheidegger
2016-04-13
1
-98
/
+1
*
gallivm: Introduce lp_format_intrinsic.
Jose Fonseca
2016-04-04
3
-14
/
+54
*
gallivm: Use llvm.fabs.
Jose Fonseca
2016-04-03
1
-8
/
+3
[prev]
[next]