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
/
lp_bld_misc.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
util: rename PIPE_ARCH_*_ENDIAN to UTIL_ARCH_*_ENDIAN
Dylan Baker
2019-11-05
1
-1
/
+1
*
util/u_endian: set PIPE_ARCH_*_ENDIAN to 1
Dylan Baker
2019-11-05
1
-1
/
+1
*
gallivm: Limit DEBUG workaround to LLVM < 7
Michel Dänzer
2019-09-17
1
-0
/
+4
*
gallium: Restore VSX for llvm >= 4
Adam Jackson
2019-09-12
1
-0
/
+14
*
gallium: Require LLVM >= 3.9
Adam Jackson
2019-09-11
1
-38
/
+0
*
gallium: Require LLVM >= 3.7
Adam Jackson
2019-09-11
1
-30
/
+3
*
gallium: Require LLVM >= 3.6
Adam Jackson
2019-09-11
1
-136
/
+15
*
gallium: Require LLVM >= 3.5
Adam Jackson
2019-09-11
1
-22
/
+1
*
gallium: Require LLVM >= 3.4
Adam Jackson
2019-09-11
1
-129
/
+4
*
gallivm: drop LLVM<3.3 code paths as no build system allows that
Eric Engestrom
2019-09-06
1
-25
/
+24
*
gallivm: replace more complex 3.x version check with LLVM_VERSION_MAJOR/MINOR
Eric Engestrom
2019-09-06
1
-49
/
+51
*
gallivm: replace major llvm version checks with LLVM_VERSION_MAJOR
Eric Engestrom
2019-09-06
1
-3
/
+4
*
gallivm: add support for fences api on older llvm
Dave Airlie
2019-08-27
1
-0
/
+11
*
gallivm: fix issue with AtomicCmpXchg wrapper on llvm 3.5-3.8
Roland Scheidegger
2019-08-02
1
-1
/
+3
*
gallivm: add compare exchange wrapper
Dave Airlie
2019-07-07
1
-0
/
+30
*
gallivm: disable NEON instructions if they are not supported
Lubomir Rintel
2019-04-22
1
-0
/
+7
*
gallivm: guess CPU features also on ARM
Lubomir Rintel
2019-04-22
1
-7
/
+6
*
gallivm: Detect VSX separately from Altivec
Vicki Pfau
2018-08-30
1
-18
/
+3
*
ac: import lp_create_builder() from gallivm
Samuel Pitoiset
2018-01-16
1
-29
/
+0
*
gallivm: Use new LLVM fast-math-flags API
Tobias Droste
2017-11-08
1
-0
/
+4
*
gallivm/ppc64le: adjust VSX code generation control.
Ben Crocker
2017-10-05
1
-7
/
+30
*
gallivm: allow additional llc options
Ben Crocker
2017-10-05
1
-0
/
+23
*
gallivm: inline gallivm_init_llvm_targets
Marek Olšák
2017-07-17
1
-15
/
+8
*
gallivm: Fix build against LLVM SVN >= r302589
Michel Dänzer
2017-05-11
1
-3
/
+9
*
gallivm: remove lp_add_attr_dereferenceable in favor of amd/common
Marek Olšák
2017-03-22
1
-11
/
+0
*
gallivm: add no-signed-zeros-fp-math option to lp_create_builder (v2)
Marek Olšák
2017-02-21
1
-3
/
+12
*
gallivm: Reenable PPC VSX (v3)
Ben Crocker
2017-02-20
1
-1
/
+13
*
gallivm: Override getHostCPUName() "generic" w/ "pwr8" (v4)
Ben Crocker
2017-02-20
1
-0
/
+13
*
gallivm: Improve debug output (V2)
Ben Crocker
2017-02-20
1
-0
/
+14
*
gallivm: remove explicit __STDC_.*_MACROS defines
Emil Velikov
2017-01-27
1
-8
/
+0
*
gallivm: use getHostCPUFeatures on x86/llvm-4.0+.
Tim Rowley
2016-12-05
1
-0
/
+15
*
gallivm: limit use of setFastMathFlags to LLVM 3.8 and later
Marek Olšák
2016-11-15
1
-0
/
+2
*
gallivm: add lp_create_builder with an unsafe_fpmath option
Marek Olšák
2016-11-15
1
-0
/
+14
*
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
1
-0
/
+21
*
gallivm: add helper lp_add_attr_dereferenceable
Marek Olšák
2016-07-13
1
-0
/
+11
*
gallivm: Never emit llvm.fmuladd on LLVM 3.3.
Jose Fonseca
2016-06-10
1
-1
/
+1
*
util,gallivm: Explicitly enable/disable fma attribute.
Jose Fonseca
2016-06-10
1
-0
/
+9
*
gallivm: initialize init_native_targets_once_flag correctly
Frederic Devernay
2016-05-30
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: Fix MCJIT with LLVM 3.3.
Jose Fonseca
2016-04-19
1
-3
/
+3
*
gallivm: Use LLVMSetTarget.
Jose Fonseca
2016-04-19
1
-3
/
+9
*
gallivm: Remove lp_build_load_volatile.
Jose Fonseca
2016-04-03
1
-8
/
+0
*
gallivm: Use standard LLVMSetAlignment from LLVM 3.4 onwards.
Jose Fonseca
2016-04-03
1
-10
/
+16
*
gallivm: Add helpers for creating and destroying TargetLibraryInfo
Tom Stellard
2016-02-17
1
-0
/
+30
*
llvmpipe: disable VSX in ppc due to LLVM PPC bug
Oded Gabbay
2015-11-18
1
-0
/
+9
*
gallivm: Explicitly disable unsupported CPU features.
Jose Fonseca
2015-10-23
1
-38
/
+34
*
gallivm: Translate all util_cpu_caps bits to LLVM attributes.
Jose Fonseca
2015-10-22
1
-2
/
+34
*
gallivm: Allow drivers and state trackers to initialize gallivm LLVM targets v2
Tom Stellard
2015-10-02
1
-7
/
+30
[next]