summaryrefslogtreecommitdiff
path: root/src/mesa/x86/x86.c
AgeCommit message (Expand)Author
2009-03-04mesa: rename x86.c -> x86_xform.cBrian Paul
2009-03-04mesa: refactor x86 codeBrian Paul
2008-09-21Remove CVS keywords.Keith Whitwell
2008-09-18mesa: prefix a bunch of #include lines with "main/".Brian Paul
2005-10-07MATH_DEBUG changes from bug #4468.Brian Paul
2002-04-09remove dead vertex assemblyKeith Whitwell
2001-05-31replaced #ifdef 0 with #if 0Brian Paul
2001-05-21Initial commit of cliptest work. More to come shortly.Gareth Hughes
2001-05-13Fix long-standing FP exception bug in _mesa_x86_cliptest_points4().Gareth Hughes
2001-03-30Remove all traces of CULL_MASK_ACTIVE.Gareth Hughes
2001-03-29Consolidation of asm code in 3.5Gareth Hughes
2001-03-28New type system for assembly code. Asm files should now includeGareth Hughes
2001-03-03more namespace clean-upsBrian Paul
2001-03-03lots of gl_*() to _mesa_*() namespace clean-upBrian Paul
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-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-10-23Major audit of all Mesa's x86 assembly code. This round is basicallyGareth Hughes
2000-06-27added aligned memory allocations (Gareth Hughes)Brian Paul
2000-05-26include glheader.h instead of system headersBrian Paul
2000-05-05fixed the nested extern warningBrian Paul
2000-04-15added a comment about FP overflowsBrian Paul
2000-03-27Updated to compile under Irix 6.5Randy Frank
1999-11-12 . Updates to get X86, MXX and 3DNow assembler code working with WatcomKendall Bennett
1999-10-19Changes to reduce the memory footprint of display listsKeith Whitwell
1999-08-19Initial revisionjtg