summaryrefslogtreecommitdiffstats
path: root/src/mesa/x86/common_x86.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Consolidation of asm code in 3.5Gareth Hughes2001-03-291-18/+18
* New type system for assembly code. Asm files should now includeGareth Hughes2001-03-281-3/+2
* Undo -D_POSIX_SOURCE change, fix the way the katmai support test isGareth Hughes2001-03-121-2/+2
* replaced gl_test_os_katmai*() with _mesa_test_os_katmai*()Brian Paul2001-03-051-5/+5
* more clean-upsBrian Paul2001-03-031-13/+13
* lots of gl_*() to _mesa_*() namespace clean-upBrian Paul2001-03-031-10/+10
* Allow operating system SSE support test to be overridden with anGareth Hughes2000-12-071-2/+2
* Merge Mesa 3.4 test for operating system support for SSE.Gareth Hughes2000-12-061-5/+177
* Major audit of all Mesa's x86 assembly code. This round is basicallyGareth Hughes2000-10-231-44/+65
* only print info if MESA_DEBUG is setBrian Paul2000-01-251-8/+15
* checked in the first new PIII vertex-transformation codeAndre Werthmann1999-11-181-2/+17
* more bugfixesKeith Whitwell1999-09-031-1/+7
* features werenJosh Vanderhoof1999-08-281-2/+2
* various pipeline bugsKeith Whitwell1999-08-261-3/+4
* Initial revisionjtg1999-08-191-0/+77