Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mesa: remove last DJGPP remains | Emil Velikov | 2014-09-27 | 1 | -3/+3 |
| | | | | | Signed-off-by: Emil Velikov <[email protected]> Reviewed-by: Ian Romanick <[email protected]> | ||||
* | mesa: remove Watcom C support | Brian Paul | 2013-11-04 | 1 | -8/+0 |
| | | | | Reviewed-by: Eric Anholt <[email protected]> | ||||
* | Remove support for GCC older than 3.3.0 | Ian Romanick | 2010-03-03 | 1 | -1/+1 |
| | | | | Signed-off-by: Ian Romanick <[email protected]> | ||||
* | x86: Do not use .hidden pseudo-op on Mac OS X. | Vinson Lee | 2010-01-23 | 1 | -2/+2 |
| | | | | The .hidden directive is an unknown pseudo-op on Mac OS X. | ||||
* | mesa: added test for __NetBSD__ | Blair Sadewitz | 2008-07-15 | 1 | -1/+2 |
| | |||||
* | Disable `hidden' attribute for DJGPP | Daniel Borca | 2006-03-27 | 1 | -1/+1 |
| | |||||
* | fix MinGW problems (bug 4956) | Brian Paul | 2005-11-04 | 1 | -1/+1 |
| | |||||
* | x86-64 transform optimizations (Mikko T.) | Brian Paul | 2005-05-07 | 1 | -3/+9 |
| | |||||
* | protected against elfish directives | Daniel Borca | 2005-01-06 | 1 | -1/+1 |
| | |||||
* | use HIDDEN macro to export fewer symbols (bug 2210) | Brian Paul | 2005-01-04 | 1 | -0/+7 |
| | |||||
* | bring over build fixes from stable branch | Alan Hourihane | 2004-04-26 | 1 | -3/+21 |
| | |||||
* | updated Glide driver documentation | Daniel Borca | 2004-04-13 | 1 | -4/+4 |
| | | | | | | | fixed SAL/SAR in assyntax.h (NASM) fixed a bug wrt NULL pointer assignment in t_vtx_api.c cosmetics to t_vtx_x86.c & t_vtx_x86_gcc.S enabled STDCALL with codegen (MinGW) | ||||
* | made NASM opcodes consistent | Daniel Borca | 2004-03-03 | 1 | -4/+4 |
| | |||||
* | fixed some typos | Daniel Borca | 2004-02-20 | 1 | -1/+1 |
| | |||||
* | Fix to work with the C preprocessor in GCC 3.3.x. | Ian Romanick | 2003-12-17 | 1 | -2/+2 |
| | |||||
* | Port over changes from XFree86/Mesa 5.0.2, mostly to silence compiler warnings. | Brian Paul | 2003-12-04 | 1 | -3/+8 |
| | |||||
* | Merge vtx-0-2-branch | Keith Whitwell | 2003-11-24 | 1 | -1/+0 |
| | |||||
* | fixed some NASM opcodes; added segment overrides and temporary labels | Daniel Borca | 2003-10-21 | 1 | -12/+26 |
| | |||||
* | updates from Daniel Borca | Brian Paul | 2003-10-02 | 1 | -2/+2 |
| | |||||
* | Fix NASM problems, remove static var in SSE detection code. (Josh Vanderhoof) | Brian Paul | 2002-06-11 | 1 | -5/+5 |
| | |||||
* | NASM fix for *_CONTENT() macros (Josh Vanderhoof) | Brian Paul | 2002-06-06 | 1 | -1/+10 |
| | |||||
* | DJGPP updates | Brian Paul | 2002-04-02 | 1 | -2/+2 |
| | |||||
* | syntax fixes for Solaris (David Dawes) | Brian Paul | 2002-03-07 | 1 | -1/+12 |
| | |||||
* | fix bug 498555 - test for __GNUC__ | Brian Paul | 2002-01-04 | 1 | -2/+2 |
| | |||||
* | Major audit of all Mesa's x86 assembly code. This round is basically | Gareth Hughes | 2000-10-23 | 1 | -1/+1 |
| | | | | | | | | general cleanups - more to come. Added P6 architecture timing to debug_xform routines. Still need to add test_all_vertex_functions test for the v16 asm. Dynamic reconfiguration of counter overhead for more accurate benchmarking. | ||||
* | Added SSE streaming store instructions, external symbol directives. | Gareth Hughes | 2000-09-18 | 1 | -1/+15 |
| | |||||
* | Added SSE prefetching instructions. General cleanups. | Gareth Hughes | 2000-09-18 | 1 | -1342/+1349 |
| | |||||
* | test for __bsdi__ for XFree86 | Brian Paul | 2000-09-06 | 1 | -1/+1 |
| | |||||
* | moved #define of LLBL into assyntax.h file | Brian Paul | 2000-06-14 | 1 | -0/+8 |
| | | | | removed spaces from all uses of LLBL macro, for FreeBSD | ||||
* | added CONCAT(x,y) macro in NASM/MASM section | Holger Waechtler | 2000-04-06 | 1 | -0/+2 |
| | |||||
* | simplification of GLNAME macro setup (David Dawes) | Brian Paul | 2000-03-01 | 1 | -4/+1 |
| | |||||
* | patched for NetBSD support (Allen Briggs) | Brian Paul | 2000-02-27 | 1 | -2/+3 |
| | |||||
* | added prefetchw | Holger Waechtler | 2000-01-27 | 1 | -0/+1 |
| | |||||
* | prevent spaces in fp register names | Josh Vanderhoof | 2000-01-23 | 1 | -1/+9 |
| | |||||
* | no brackets for nasm indirect jumps | Josh Vanderhoof | 2000-01-23 | 1 | -2/+2 |
| | |||||
* | fixed SSE bugs | Josh Vanderhoof | 1999-11-13 | 1 | -17/+17 |
| | |||||
* | . Updates to get X86, MXX and 3DNow assembler code working with Watcom | Kendall Bennett | 1999-11-12 | 1 | -0/+8 |
| | | | | | | | C++ and NASM. This includes lots of _ASMAPI macros to ensure that assembler functions are prototyped as __cdecl, as Watcom C++ uses register calling conventions by default. . Misc fixes to files to remove warnings generated by Watcom C++. | ||||
* | swap operand order for Intel style REGOFF | Josh Vanderhoof | 1999-11-03 | 1 | -6/+6 |
| | |||||
* | no underscore prefix for freebsd >= 3 (Simon Walton) | Josh Vanderhoof | 1999-10-09 | 1 | -2/+4 |
| | |||||
* | Initial revision | jtg | 1999-08-19 | 1 | -0/+1629 |