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
/
util
/
u_cpu_detect.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
util,gallivm: Explicitly enable/disable fma attribute.
Jose Fonseca
2016-06-10
1
-0
/
+1
*
gallium,utils: Fix trivial sign compare warnings
Jan Vesely
2016-05-03
1
-1
/
+1
*
include,gallium: Remove pre-MSVC 2013 compatibility.
Jose Fonseca
2016-02-11
1
-2
/
+1
*
gallium: Add DragonFly support
François Tigeot
2016-01-31
1
-1
/
+1
*
Remove Sun CC specific code.
Jose Fonseca
2015-12-02
1
-5
/
+5
*
gallium: replace INLINE with inline
Ilia Mirkin
2015-07-21
1
-4
/
+4
*
gallium/util: make sure cache line size is not zero
Leonid Shatz
2015-01-05
1
-1
/
+5
*
gallium/util: fix crash with daz detection on x86
Roland Scheidegger
2015-01-05
1
-1
/
+1
*
util: don't try to emit half-float intrinsics if avx isn't available
Roland Scheidegger
2014-09-19
1
-1
/
+1
*
util: Fix unmatched parenthesis.
Vinson Lee
2013-09-10
1
-1
/
+1
*
util: don't use _fxsave() with MSVC 2010 or older
Brian Paul
2013-09-10
1
-1
/
+4
*
util: add avx2 and xop detection to cpu detection code
Roland Scheidegger
2013-08-20
1
-0
/
+48
*
util: (trivial) fix asm input/output list for fxsave
Roland Scheidegger
2013-08-09
1
-1
/
+1
*
util: (trivial) fix more compile errors in u_cpu_detect (gcc/x86 this time).
Dieter Nützel
2013-08-09
1
-1
/
+1
*
util: (trivial) fix compile error with MSVC on x86
Roland Scheidegger
2013-08-08
1
-1
/
+1
*
util: try much harder to set DAZ flag
Roland Scheidegger
2013-08-08
1
-0
/
+29
*
gallium/util: Fix detection of AVX cpu caps
Andre Heider
2013-07-23
1
-2
/
+25
*
util: (trivial) add has_popcnt field
Roland Scheidegger
2013-06-19
1
-0
/
+1
*
util: Use sizeof(void *) rather than 0 as the fallback cache line size
Richard Sandiford
2013-06-10
1
-0
/
+5
*
gallivm: use f16c hw support for float->half and half->float conversion
Roland Scheidegger
2013-04-04
1
-0
/
+1
*
gallium/util: Correct shift value for TSC feature detection.
Maxence Le Doré
2013-03-08
1
-1
/
+1
*
gallivm,llvmpipe: Use 4-wide vectors on AMD Bulldozer.
José Fonseca
2012-09-04
1
-0
/
+5
*
util: Add cpuid for Solaris Studio.
Vinson Lee
2012-09-03
1
-2
/
+2
*
util: add cpu detection for sse 4.2 and avx
Brian Paul
2011-04-07
1
-0
/
+4
*
util: simplify bit shifting in util_cpu_detect()
Brian Paul
2011-04-07
1
-11
/
+11
*
util: Use #ifdef instead of #if.
Vinson Lee
2010-08-21
1
-1
/
+1
*
util: Define dump_cpu only for DEBUG builds.
Vinson Lee
2010-08-21
1
-0
/
+2
*
util: Remove the x86 exception handlers.
José Fonseca
2010-08-21
1
-55
/
+0
*
util: Remove check_os_katmai_support.
Vinson Lee
2010-08-16
1
-119
/
+1
*
gallium: Make printing info on debug builds default off
Jakob Bornecrantz
2010-08-15
1
-1
/
+1
*
u_cpu_detect: remove arch and little_endian
Luca Barbieri
2010-08-14
1
-18
/
+0
*
gallium: remove stray semicolons
Brian Paul
2010-08-06
1
-1
/
+1
*
util: Add option to not dump cpu caps
Jakob Bornecrantz
2010-08-05
1
-17
/
+22
*
util: fix unused function warning on non-x86
Brian Paul
2010-07-26
1
-0
/
+3
*
util: fix CPU detection on OS X
nobled
2010-07-26
1
-6
/
+6
*
gallium/util: replace //-style comments
Brian Paul
2009-11-17
1
-3
/
+3
*
util: Drop return value from cpuid().
José Fonseca
2009-10-28
1
-10
/
+6
*
util: Fix cpuid on MSVC.
José Fonseca
2009-10-28
1
-1
/
+5
*
util: Set cpu endianness too.
José Fonseca
2009-10-22
1
-0
/
+2
*
gallium/util: fix cpu detection on ppc
Marc Dietrich
2009-10-21
1
-5
/
+9
*
util: Fix cpu detection on Windows. Cleanup.
José Fonseca
2009-10-14
1
-10
/
+9
*
util: Force ESI register for cpuid's ebx result.
José Fonseca
2009-10-09
1
-1
/
+1
*
util: Improve the cpuid assembly.
José Fonseca
2009-10-05
1
-10
/
+12
*
util: Fix cpuid invocation for x86_64.
José Fonseca
2009-10-04
1
-11
/
+23
*
util: Cleanup u_cpu_detect, build. Support X86_64 and detect SSE4.1 too.
José Fonseca
2009-09-29
1
-373
/
+368
*
gallium: Import Dennis Smit cpu detection code.
José Fonseca
2008-03-10
1
-0
/
+506