summaryrefslogtreecommitdiff
path: root/src/mesa/x86
AgeCommit message (Expand)AuthorFilesLines
2000-10-22Major audit of all Mesa's x86 assembly code. This round is basicallyGareth Hughes13-286/+940
2000-10-20- General cleanups, fix version numbers.Gareth Hughes2-13/+12
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-17General cleanups. Disable gl_katmai_project_vertices andGareth Hughes1-111/+111
2000-09-06test for __bsdi__ for XFree86Brian Paul1-1/+1
2000-09-06replaced ## with CONCAT macroBrian Paul1-2/+2
2000-06-27added aligned memory allocations (Gareth Hughes)Brian Paul2-8/+7
2000-06-14moved #define of LLBL into assyntax.h fileBrian Paul2-16/+17
2000-06-14added dummy function to silence compiler warningBrian Paul1-3/+12
2000-05-26include glheader.h instead of system headersBrian Paul1-6/+2
2000-05-18DeleteTexturesEXT was missingBrian Paul1-0/+8
2000-05-18now generated from bin/glx86asm.py scriptBrian Paul1-1846/+2014
2000-05-05fixed the nested extern warningBrian Paul1-4/+7
2000-04-15added a comment about FP overflowsBrian Paul1-1/+2
2000-04-06added CONCAT(x,y) macro in NASM/MASM sectionHolger Waechtler1-0/+2
2000-03-27Updated to compile under Irix 6.5Randy Frank1-2/+3
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-02-24added more entrypointsBrian Paul1-82/+433
2000-02-24added more extension entrypointsBrian Paul1-1/+300
2000-01-28include glapioffset.h instead of ../glapioffsets.hBrian Paul1-2/+2
2000-01-27added prefetchwHolger Waechtler1-0/+1
2000-01-25only print info if MESA_DEBUG is setBrian Paul1-8/+15
2000-01-23prevent spaces in fp register namesJosh Vanderhoof1-1/+9
2000-01-23no brackets for nasm indirect jumpsJosh Vanderhoof1-2/+2
2000-01-17renamed _mesa_Dispatch to _glapi_Dispatch, misc clean-upBrian Paul1-988/+992
2000-01-17added copyright infoBrian Paul1-0/+32
2000-01-16x86 assembly dispatchJosh Vanderhoof1-0/+3985
1999-11-18checked in the first new PIII vertex-transformation codeAndre Werthmann1-2/+17
1999-11-13fixed SSE bugsJosh Vanderhoof1-17/+17
1999-11-12 . Updates to get X86, MXX and 3DNow assembler code working with WatcomKendall Bennett4-71/+78
1999-11-03swap operand order for Intel style REGOFFJosh Vanderhoof1-6/+6
1999-10-19Changes to reduce the memory footprint of display listsKeith Whitwell2-2/+41
1999-10-09no underscore prefix for freebsd >= 3 (Simon Walton)Josh Vanderhoof1-2/+4
1999-09-03more bugfixesKeith Whitwell1-1/+7
1999-08-28features werenJosh Vanderhoof1-2/+2
1999-08-26various pipeline bugsKeith Whitwell1-3/+4
1999-08-19Initial revisionjtg8-0/+2553