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: 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
*
gallivm: use sstream for dissasembling
Oded Gabbay
2016-02-19
1
-21
/
+30
*
gallivm, tgsi: provide fake sample_i_ms implementations
Roland Scheidegger
2016-02-18
1
-1
/
+6
*
gallivm: Add helpers for creating and destroying TargetLibraryInfo
Tom Stellard
2016-02-17
2
-0
/
+37
*
Handle removal of LLVMAddTargetData in SVN revision 260919
Matthew Dawson
2016-02-16
1
-0
/
+2
*
gallium: add PIPE_SHADER_CAP_MAX_SHADER_IMAGES
Ilia Mirkin
2016-02-15
1
-0
/
+1
*
gallium: add PIPE_SHADER_CAP_SUPPORTED_IRS
Samuel Pitoiset
2016-02-13
1
-0
/
+2
*
gallivm: add PK2H/UP2H support
Roland Scheidegger
2016-02-02
2
-7
/
+9
*
gallivm: add PK2H/UP2H support
Roland Scheidegger
2016-02-02
5
-2
/
+119
*
llvmpipe: use vpkswss when dst is signed
Oded Gabbay
2016-01-18
1
-16
/
+15
*
gallivm: avoid crashing in mod by 0 with llvmpipe
Jeff Muizelaar
2016-01-16
1
-2
/
+16
[prev]
[next]