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
*
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
*
gallivm: Prefer backend agnostic intrinsic for rounding.
Jose Fonseca
2016-04-03
1
-7
/
+39
*
gallivm: Add debug option to force SSE2.
Jose Fonseca
2016-04-03
1
-11
/
+14
*
gallivm: Fix performance regressions due to vector selects.
Jose Fonseca
2016-04-03
1
-22
/
+18
*
gallivm: Remove lp_build_load_volatile.
Jose Fonseca
2016-04-03
2
-12
/
+0
*
gallivm: Use standard LLVMSetAlignment from LLVM 3.4 onwards.
Jose Fonseca
2016-04-03
7
-23
/
+35
*
gallivm: Prevent disassembly debug output from being truncated.
Jose Fonseca
2016-04-01
1
-9
/
+9
*
gallivm: Use vector selects on LLVM 3.3+.
Jose Fonseca
2016-04-01
1
-3
/
+5
*
gallivm: special case TGSI_OPCODE_STORE
Nicolai Hähnle
2016-03-09
1
-1
/
+1
*
gallium/auxilary: more __cplusplus exports
Tim Rowley
2016-03-02
4
-0
/
+28
*
gallivm: Check whether to stop disassemble only for x86
Oded Gabbay
2016-02-19
1
-0
/
+2
[next]