summaryrefslogtreecommitdiff
path: root/src/mesa/x86/3dnow.c
AgeCommit message (Expand)Author
2009-03-04mesa: rename common_x86_macros.h -> x86_xform.hBrian 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
2003-03-29disable normal xform code for nowBrian Paul
2002-08-21re-enable ASSIGN_NORM_GROUP( 3dnow )Brian Paul
2002-04-09remove dead vertex assemblyKeith Whitwell
2001-11-193dnow normalize_normals broken, disableKeith Whitwell
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
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-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-06-27added aligned memory allocations (Gareth Hughes)Brian Paul
2000-06-14added dummy function to silence compiler warningBrian Paul
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