iris: propagate error from gen_perf_begin_query to glBeginPerfQueryINTEL
[mesa.git] / src / mesa / x86 / assyntax.h
2019-08-15 Dave Airliemesa: add support for CET to x86/x86-64 asm files.
2014-09-27 Emil Velikovmesa: remove last DJGPP remains
2013-11-04 Brian Paulmesa: remove Watcom C support
2010-06-24 Eric AnholtMerge branch 'glsl2-head' into glsl2
2010-03-15 Zack RusinMerge remote branch 'origin/master' into gallium_draw_llvm
2010-03-12 Younes MantonMerge remote branch 'origin/master' into pipe-video
2010-03-10 Michal KrolMerge branch 'master' into gallium-sampler-view
2010-03-09 Roland ScheideggerMerge branch 'gallium-vertexelementcso'
2010-03-08 Keith WhitwellMerge commit 'origin/gallium-winsys-handle-rebased'
2010-03-04 Ian RomanickRemove support for GCC older than 3.3.0
2010-02-09 Roland ScheideggerMerge branch 'gallium-nopointsizeminmax'
2010-01-31 José FonsecaMerge remote branch 'origin/master' into lp-binning
2010-01-28 Roland ScheideggerMerge commit 'origin/perrtblend'
2010-01-25 Brian PaulMerge branch 'mesa_7_7_branch'
2010-01-24 Vinson Leex86: Do not use .hidden pseudo-op on Mac OS X.
2008-07-26 Ian RomanickMerge branch 'master' into drm-gem
2008-07-23 Ben SkeggsMerge remote branch 'upstream/gallium-0.1' into nouveau...
2008-07-15 Blair Sadewitzmesa: added test for __NetBSD__
2008-07-15 Blair Sadewitzmesa: added test for __NetBSD__
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-03-27 Daniel BorcaDisable `hidden' attribute for DJGPP
2005-11-04 Brian Paulfix MinGW problems (bug 4956)
2005-05-07 Brian Paulx86-64 transform optimizations (Mikko T.)
2005-01-06 Daniel Borcaprotected against elfish directives
2005-01-04 Brian Pauluse HIDDEN macro to export fewer symbols (bug 2210)
2004-04-26 Alan Hourihanebring over build fixes from stable branch
2004-04-13 Daniel Borcaupdated Glide driver documentation
2004-03-03 Daniel Borcamade NASM opcodes consistent
2004-02-20 Daniel Borcafixed some typos
2003-12-17 Ian RomanickFix to work with the C preprocessor in GCC 3.3.x.
2003-12-04 Brian PaulPort over changes from XFree86/Mesa 5.0.2, mostly to...
2003-11-24 Keith WhitwellMerge vtx-0-2-branch
2003-10-21 Daniel Borcafixed some NASM opcodes; added segment overrides and...
2003-10-02 Brian Paulupdates from Daniel Borca
2002-06-11 Brian PaulFix NASM problems, remove static var in SSE detection...
2002-06-06 Brian PaulNASM fix for *_CONTENT() macros (Josh Vanderhoof)
2002-04-02 Brian PaulDJGPP updates
2002-03-07 Brian Paulsyntax fixes for Solaris (David Dawes)
2002-01-04 Brian Paulfix bug 498555 - test for __GNUC__
2000-10-23 Gareth HughesMajor audit of all Mesa's x86 assembly code. This...
2000-09-18 Gareth HughesAdded SSE streaming store instructions, external symbol...
2000-09-18 Gareth HughesAdded SSE prefetching instructions. General cleanups.
2000-09-06 Brian Paultest for __bsdi__ for XFree86
2000-06-14 Brian Paulmoved #define of LLBL into assyntax.h file
2000-04-06 Holger Waechtleradded CONCAT(x,y) macro in NASM/MASM section
2000-03-01 Brian Paulsimplification of GLNAME macro setup (David Dawes)
2000-02-27 Brian Paulpatched for NetBSD support (Allen Briggs)
2000-01-27 Holger Waechtleradded prefetchw
2000-01-23 Josh Vanderhoofprevent spaces in fp register names
2000-01-23 Josh Vanderhoofno brackets for nasm indirect jumps
1999-11-13 Josh Vanderhooffixed SSE bugs
1999-11-12 Kendall Bennett . Updates to get X86, MXX and 3DNow assembler code...
1999-11-03 Josh Vanderhoofswap operand order for Intel style REGOFF
1999-10-09 Josh Vanderhoofno underscore prefix for freebsd >= 3 (Simon Walton)
1999-08-19 jtgInitial revision