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