summaryrefslogtreecommitdiff
path: root/src/mesa/x86/assyntax.h
AgeCommit message (Expand)AuthorFilesLines
2010-03-03Remove support for GCC older than 3.3.0Ian Romanick1-1/+1
2010-01-23x86: Do not use .hidden pseudo-op on Mac OS X.Vinson Lee1-2/+2
2008-07-15mesa: added test for __NetBSD__Blair Sadewitz1-1/+2
2006-03-27Disable `hidden' attribute for DJGPPDaniel Borca1-1/+1
2005-11-04fix MinGW problems (bug 4956)Brian Paul1-1/+1
2005-05-07x86-64 transform optimizations (Mikko T.)Brian Paul1-3/+9
2005-01-06protected against elfish directivesDaniel Borca1-1/+1
2005-01-04use HIDDEN macro to export fewer symbols (bug 2210)Brian Paul1-0/+7
2004-04-26bring over build fixes from stable branchAlan Hourihane1-3/+21
2004-04-13updated Glide driver documentationDaniel Borca1-4/+4
2004-03-03made NASM opcodes consistentDaniel Borca1-4/+4
2004-02-20fixed some typosDaniel Borca1-1/+1
2003-12-17Fix to work with the C preprocessor in GCC 3.3.x.Ian Romanick1-2/+2
2003-12-04Port over changes from XFree86/Mesa 5.0.2, mostly to silence compiler warnings.Brian Paul1-3/+8
2003-11-24Merge vtx-0-2-branchKeith Whitwell1-1/+0
2003-10-21fixed some NASM opcodes; added segment overrides and temporary labelsDaniel Borca1-12/+26
2003-10-02updates from Daniel BorcaBrian Paul1-2/+2
2002-06-11Fix NASM problems, remove static var in SSE detection code. (Josh Vanderhoof)Brian Paul1-5/+5
2002-06-06NASM fix for *_CONTENT() macros (Josh Vanderhoof)Brian Paul1-1/+10
2002-04-02DJGPP updatesBrian Paul1-2/+2
2002-03-07syntax fixes for Solaris (David Dawes)Brian Paul1-1/+12
2002-01-04fix bug 498555 - test for __GNUC__Brian Paul1-2/+2
2000-10-23Major audit of all Mesa's x86 assembly code. This round is basicallyGareth Hughes1-1/+1
2000-09-18Added SSE streaming store instructions, external symbol directives.Gareth Hughes1-1/+15
2000-09-18Added SSE prefetching instructions. General cleanups.Gareth Hughes1-1342/+1349
2000-09-06test for __bsdi__ for XFree86Brian Paul1-1/+1
2000-06-14moved #define of LLBL into assyntax.h fileBrian Paul1-0/+8
2000-04-06added CONCAT(x,y) macro in NASM/MASM sectionHolger Waechtler1-0/+2
2000-03-01simplification of GLNAME macro setup (David Dawes)Brian Paul1-4/+1
2000-02-27patched for NetBSD support (Allen Briggs)Brian Paul1-2/+3
2000-01-27added prefetchwHolger Waechtler1-0/+1
2000-01-23prevent spaces in fp register namesJosh Vanderhoof1-1/+9
2000-01-23no brackets for nasm indirect jumpsJosh Vanderhoof1-2/+2
1999-11-13fixed SSE bugsJosh Vanderhoof1-17/+17
1999-11-12 . Updates to get X86, MXX and 3DNow assembler code working with WatcomKendall Bennett1-0/+8
1999-11-03swap operand order for Intel style REGOFFJosh Vanderhoof1-6/+6
1999-10-09no underscore prefix for freebsd >= 3 (Simon Walton)Josh Vanderhoof1-2/+4
1999-08-19Initial revisionjtg1-0/+1629