summaryrefslogtreecommitdiff
path: root/src/mesa/x86/3dnow.c
AgeCommit message (Expand)AuthorFilesLines
2009-03-04mesa: rename common_x86_macros.h -> x86_xform.hBrian Paul1-1/+1
2008-09-21Remove CVS keywords.Keith Whitwell1-1/+0
2008-09-18mesa: prefix a bunch of #include lines with "main/".Brian Paul1-2/+2
2005-10-07MATH_DEBUG changes from bug #4468.Brian Paul1-3/+3
2003-03-29disable normal xform code for nowBrian Paul1-3/+6
2002-08-21re-enable ASSIGN_NORM_GROUP( 3dnow )Brian Paul1-8/+4
2002-04-09remove dead vertex assemblyKeith Whitwell1-14/+1
2001-11-193dnow normalize_normals broken, disableKeith Whitwell1-2/+4
2001-03-30Remove all traces of CULL_MASK_ACTIVE.Gareth Hughes1-78/+4
2001-03-29Consolidation of asm code in 3.5Gareth Hughes1-70/+61
2001-03-28New type system for assembly code. Asm files should now includeGareth Hughes1-51/+50
2001-03-03more namespace clean-upsBrian Paul1-45/+45
2001-03-03lots of gl_*() to _mesa_*() namespace clean-upBrian Paul1-10/+10
2001-02-03Some more work on interal debugging, timing routines for things thatGareth Hughes1-5/+5
2000-12-27Fixes for compiling assembly (disable unused 'masked' versions)Keith Whitwell1-5/+5
2000-11-22 Modified Files:Jouk Jansen1-2/+2
2000-11-19- Fix tnl/t_context.h inclusion.Gareth Hughes1-4/+4
2000-11-18* Auto* build fixesJon Taylor1-1/+3
2000-11-16Move the transform and lighting code to two new directoriesKeith Whitwell1-4/+5
2000-10-23Major audit of all Mesa's x86 assembly code. This round is basicallyGareth Hughes1-94/+81
2000-09-17General cleanups. Disable gl_katmai_project_vertices andGareth Hughes1-103/+104
2000-09-15moved DECLARE_XFORM_GROUP macros outside of gl_init_3dnow_asm_transforms() to...Brian Paul1-17/+16
2000-06-27added aligned memory allocations (Gareth Hughes)Brian Paul1-2/+2
2000-06-14added dummy function to silence compiler warningBrian Paul1-3/+12
1999-11-12 . Updates to get X86, MXX and 3DNow assembler code working with WatcomKendall Bennett1-58/+57
1999-10-19Changes to reduce the memory footprint of display listsKeith Whitwell1-1/+23
1999-08-19Initial revisionjtg1-0/+168