summaryrefslogtreecommitdiffstats
path: root/src/mesa/x86/common_x86.c
Commit message (Expand)AuthorAgeFilesLines
* adjust a couple of ifdefs to handle NetBSD correctlyTobias Nygren2015-04-171-1/+1
* mesa: remove _ASMAPI, ASMAPIPBrian Paul2015-03-121-6/+6
* mesa: Check return value of __get_cpuid().Matt Turner2015-02-281-3/+3
* mesa: Drop _mesa_getenv() wrapper.Matt Turner2014-09-241-5/+5
* mesa/x86: put code in braces to silence declarations after code warningBrian Paul2014-08-041-7/+9
* mesa/x86: Fix build with clang <= 3.3.Vinson Lee2014-05-251-0/+2
* mesa/x86: Fix build with clang 3.4.José Fonseca2014-05-231-0/+4
* mesa/x86: fix a typos in SSE4.1 detectionTobias Klausmann2014-05-221-2/+2
* mesa: Rely on USE_X86_64_ASM.José Fonseca2014-05-221-3/+3
* mesa/x86: Brown bag fix for undeclared variable.Matt Turner2014-05-221-1/+1
* mesa/x86: add SSE4.1 runtime detection.Matt Atwood2014-05-221-0/+6
* mesa/x86: Support SSE 4.1 detection on x86-64.Matt Turner2014-05-221-0/+11
* mesa: remove outdated version lines in commentsRico Schüller2013-06-051-1/+0
* mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke2013-04-231-3/+4
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-231-1/+1
* mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke2013-04-231-1/+1
* Use the correct macro _WIN32 for Windows.Vinson Lee2012-09-051-3/+3
* x86: Silence unused variable warning on Mac OS X.Vinson Lee2010-09-171-0/+2
* mesa: Disable the debug spam for x86 CPU detection with a compile-time flag.Eric Anholt2010-08-251-7/+13
* mesa: Move the x86 detection debug messages next to the detection.Eric Anholt2010-08-251-0/+35
* mesa: _mesa_get_x86_features() only needs to do its thing onceBrian Paul2009-03-041-0/+8
* mesa: refactor x86 codeBrian Paul2009-03-041-52/+23
* mesa: prefix a bunch of #include lines with "main/".Brian Paul2008-09-181-1/+1
* mesa: added checks for OpenBSDBrad Smith2008-07-171-0/+18
* mesa: added test for __NetBSD__Blair Sadewitz2008-07-151-0/+8
* Remove dubious compile-time test for pre-2.4 Linux kernels.Michel Dänzer2007-06-051-7/+2
* Drop the funky SSE exception test on linux.George Sapountzis2007-04-061-140/+6
* use _mesa_debug() instead of message() - fixes poor formatting of outputBrian Paul2006-04-101-55/+34
* additional wrapper updates, bug 4468Brian Paul2005-09-191-1/+1
* All elements of pre-DRI_NEW_INTERFACE_ONLY are removed. This allowsIan Romanick2005-07-241-2/+2
* There is no point trying to detect SSE at all, when MESA_NO_SSE is defined. ...Daniel Borca2005-01-191-6/+8
* Windows/ReactOS patch (Gregor Anich)Brian Paul2005-01-101-0/+69
* uint*t -> u_int*t changesAlan Hourihane2004-12-141-1/+2
* Eliminate the funky SSE exception test from DRI builds. It's not needIan Romanick2004-10-131-6/+16
* bring over build fixes from stable branchAlan Hourihane2004-04-261-1/+1
* s/getenv/_mesa_getenv/Brian Paul2004-02-021-11/+9
* re-enable SSE code, except for the _mesa_sse_transform_points4_identity() fun...Brian Paul2004-01-091-4/+2
* Add comment regarding sse disableKeith Whitwell2004-01-061-0/+2
* SSE segfaults in conform - disable for now.Keith Whitwell2004-01-061-2/+2
* build fixesAlan Hourihane2003-12-041-1/+0
* Merge vtx-0-2-branchKeith Whitwell2003-11-241-1/+0
* Updates to SSE assembler support for Open WatcomKendall Bennett2003-10-211-2/+2
* Updates to x86 assembler support for Open Watcom and SNAPKendall Bennett2003-10-141-9/+7
* print debug message when SSE is disabled by user (Klaus Neiderkrueger)Brian Paul2003-02-041-1/+2
* new X86 CPU detection code (Petr Sebor)Brian Paul2003-01-211-3/+85
* include imports.hBrian Paul2002-11-131-3/+4
* applied Eric Anholt's patch for Athlon SSEBrian Paul2002-07-111-2/+14
* Applied Matt Sealey's patch to remove/isolate all stdio.h function calls.Brian Paul2002-06-291-1/+2
* remove dead vertex assemblyKeith Whitwell2002-04-091-24/+1
* test for X86_FXSR_MAGIC to be sure we have the _fpstate.magic field, needed f...Brian Paul2001-06-061-5/+5