summaryrefslogtreecommitdiff
path: root/src/mesa/x86
AgeCommit message (Expand)Author
2001-02-03Some more work on interal debugging, timing routines for things thatGareth Hughes
2001-01-13Fix crash in book/stencil.Keith Whitwell
2000-12-27Fixes for compiling assembly (disable unused 'masked' versions)Keith Whitwell
2000-12-26Major rework of tnl moduleKeith Whitwell
2000-12-07Allow operating system SSE support test to be overridden with anGareth Hughes
2000-12-06Merge Mesa 3.4 test for operating system support for SSE.Gareth Hughes
2000-11-24Support for swappable t&l modules, including an example one in the FXKeith Whitwell
2000-11-22 Modified Files:Jouk Jansen
2000-11-19- Fix tnl/t_context.h inclusion.Gareth Hughes
2000-11-18* Auto* build fixesJon Taylor
2000-11-16Move the transform and lighting code to two new directoriesKeith Whitwell
2000-11-05- Changes for new software rasterizer modulesKeith Whitwell
2000-10-27Enabled GL_EXT_secondary_color. Fixed a bunch of typos in the dlist.cBrian 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-17General cleanups. Disable gl_katmai_project_vertices andGareth Hughes
2000-09-15moved DECLARE_XFORM_GROUP macros outside of gl_init_3dnow_asm_transforms() to...Brian Paul
2000-09-06test for __bsdi__ for XFree86Brian Paul
2000-09-06replaced ## with CONCAT macroBrian Paul
2000-06-27added aligned memory allocations (Gareth Hughes)Brian Paul
2000-06-14moved #define of LLBL into assyntax.h fileBrian Paul
2000-06-14added dummy function to silence compiler warningBrian Paul
2000-05-26include glheader.h instead of system headersBrian Paul
2000-05-18DeleteTexturesEXT was missingBrian Paul
2000-05-18now generated from bin/glx86asm.py scriptBrian Paul
2000-05-05fixed the nested extern warningBrian Paul
2000-04-15added a comment about FP overflowsBrian Paul
2000-04-06added CONCAT(x,y) macro in NASM/MASM sectionHolger Waechtler
2000-03-27Updated to compile under Irix 6.5Randy Frank
2000-03-01simplification of GLNAME macro setup (David Dawes)Brian Paul
2000-02-27patched for NetBSD support (Allen Briggs)Brian Paul
2000-02-24added more entrypointsBrian Paul
2000-02-24added more extension entrypointsBrian Paul
2000-01-28include glapioffset.h instead of ../glapioffsets.hBrian Paul
2000-01-27added prefetchwHolger Waechtler
2000-01-25only print info if MESA_DEBUG is setBrian Paul
2000-01-23prevent spaces in fp register namesJosh Vanderhoof
2000-01-23no brackets for nasm indirect jumpsJosh Vanderhoof
2000-01-17renamed _mesa_Dispatch to _glapi_Dispatch, misc clean-upBrian Paul
2000-01-17added copyright infoBrian Paul
2000-01-16x86 assembly dispatchJosh Vanderhoof
1999-11-18checked in the first new PIII vertex-transformation codeAndre Werthmann
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-19Changes to reduce the memory footprint of display listsKeith Whitwell
1999-10-09no underscore prefix for freebsd >= 3 (Simon Walton)Josh Vanderhoof
1999-09-03more bugfixesKeith Whitwell
1999-08-28features werenJosh Vanderhoof