summaryrefslogtreecommitdiffstats
path: root/src/mesa/x86/assyntax.h
Commit message (Expand)AuthorAgeFilesLines
* mesa: remove last DJGPP remainsEmil Velikov2014-09-271-3/+3
* mesa: remove Watcom C supportBrian Paul2013-11-041-8/+0
* Remove support for GCC older than 3.3.0Ian Romanick2010-03-031-1/+1
* x86: Do not use .hidden pseudo-op on Mac OS X.Vinson Lee2010-01-231-2/+2
* mesa: added test for __NetBSD__Blair Sadewitz2008-07-151-1/+2
* Disable `hidden' attribute for DJGPPDaniel Borca2006-03-271-1/+1
* fix MinGW problems (bug 4956)Brian Paul2005-11-041-1/+1
* x86-64 transform optimizations (Mikko T.)Brian Paul2005-05-071-3/+9
* protected against elfish directivesDaniel Borca2005-01-061-1/+1
* use HIDDEN macro to export fewer symbols (bug 2210)Brian Paul2005-01-041-0/+7
* bring over build fixes from stable branchAlan Hourihane2004-04-261-3/+21
* updated Glide driver documentationDaniel Borca2004-04-131-4/+4
* made NASM opcodes consistentDaniel Borca2004-03-031-4/+4
* fixed some typosDaniel Borca2004-02-201-1/+1
* Fix to work with the C preprocessor in GCC 3.3.x.Ian Romanick2003-12-171-2/+2
* Port over changes from XFree86/Mesa 5.0.2, mostly to silence compiler warnings.Brian Paul2003-12-041-3/+8
* Merge vtx-0-2-branchKeith Whitwell2003-11-241-1/+0
* fixed some NASM opcodes; added segment overrides and temporary labelsDaniel Borca2003-10-211-12/+26
* updates from Daniel BorcaBrian Paul2003-10-021-2/+2
* Fix NASM problems, remove static var in SSE detection code. (Josh Vanderhoof)Brian Paul2002-06-111-5/+5
* NASM fix for *_CONTENT() macros (Josh Vanderhoof)Brian Paul2002-06-061-1/+10
* DJGPP updatesBrian Paul2002-04-021-2/+2
* syntax fixes for Solaris (David Dawes)Brian Paul2002-03-071-1/+12
* fix bug 498555 - test for __GNUC__Brian Paul2002-01-041-2/+2
* Major audit of all Mesa's x86 assembly code. This round is basicallyGareth Hughes2000-10-231-1/+1
* Added SSE streaming store instructions, external symbol directives.Gareth Hughes2000-09-181-1/+15
* Added SSE prefetching instructions. General cleanups.Gareth Hughes2000-09-181-1342/+1349
* test for __bsdi__ for XFree86Brian Paul2000-09-061-1/+1
* moved #define of LLBL into assyntax.h fileBrian Paul2000-06-141-0/+8
* added CONCAT(x,y) macro in NASM/MASM sectionHolger Waechtler2000-04-061-0/+2
* simplification of GLNAME macro setup (David Dawes)Brian Paul2000-03-011-4/+1
* patched for NetBSD support (Allen Briggs)Brian Paul2000-02-271-2/+3
* added prefetchwHolger Waechtler2000-01-271-0/+1
* prevent spaces in fp register namesJosh Vanderhoof2000-01-231-1/+9
* no brackets for nasm indirect jumpsJosh Vanderhoof2000-01-231-2/+2
* fixed SSE bugsJosh Vanderhoof1999-11-131-17/+17
* . Updates to get X86, MXX and 3DNow assembler code working with WatcomKendall Bennett1999-11-121-0/+8
* swap operand order for Intel style REGOFFJosh Vanderhoof1999-11-031-6/+6
* no underscore prefix for freebsd >= 3 (Simon Walton)Josh Vanderhoof1999-10-091-2/+4
* Initial revisionjtg1999-08-191-0/+1629