summaryrefslogtreecommitdiffstats
path: root/src/mesa/x86/x86.c
Commit message (Expand)AuthorAgeFilesLines
* MATH_DEBUG changes from bug #4468.Brian Paul2005-10-071-3/+3
* remove dead vertex assemblyKeith Whitwell2002-04-091-13/+1
* replaced #ifdef 0 with #if 0Brian Paul2001-05-311-2/+2
* Initial commit of cliptest work. More to come shortly.Gareth Hughes2001-05-211-2/+3
* Fix long-standing FP exception bug in _mesa_x86_cliptest_points4().Gareth Hughes2001-05-131-2/+1
* Remove all traces of CULL_MASK_ACTIVE.Gareth Hughes2001-03-301-39/+4
* Consolidation of asm code in 3.5Gareth Hughes2001-03-291-39/+32
* New type system for assembly code. Asm files should now includeGareth Hughes2001-03-281-40/+41
* more namespace clean-upsBrian Paul2001-03-031-23/+23
* lots of gl_*() to _mesa_*() namespace clean-upBrian Paul2001-03-031-10/+10
* Some more work on interal debugging, timing routines for things thatGareth Hughes2001-02-031-5/+5
* Fix crash in book/stencil.Keith Whitwell2001-01-131-1/+9
* Fixes for compiling assembly (disable unused 'masked' versions)Keith Whitwell2000-12-271-4/+4
* Modified Files:Jouk Jansen2000-11-221-2/+2
* - Fix tnl/t_context.h inclusion.Gareth Hughes2000-11-191-4/+6
* * Auto* build fixesJon Taylor2000-11-181-1/+2
* Move the transform and lighting code to two new directoriesKeith Whitwell2000-11-161-4/+4
* Major audit of all Mesa's x86 assembly code. This round is basicallyGareth Hughes2000-10-231-70/+84
* added aligned memory allocations (Gareth Hughes)Brian Paul2000-06-271-6/+5
* include glheader.h instead of system headersBrian Paul2000-05-261-6/+2
* fixed the nested extern warningBrian Paul2000-05-051-4/+7
* added a comment about FP overflowsBrian Paul2000-04-151-1/+2
* Updated to compile under Irix 6.5Randy Frank2000-03-271-2/+3
* . Updates to get X86, MXX and 3DNow assembler code working with WatcomKendall Bennett1999-11-121-11/+11
* Changes to reduce the memory footprint of display listsKeith Whitwell1999-10-191-1/+18
* Initial revisionjtg1999-08-191-0/+107