summaryrefslogtreecommitdiffstats
path: root/src/mesa/x86/3dnow.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: remove _ASMAPI, ASMAPIPBrian Paul2015-03-121-3/+3
* mesa: remove long dead 3Dnow optimisationTimothy Arceri2014-12-131-7/+0
* mesa: remove outdated version lines in commentsRico Schüller2013-06-051-1/+0
* mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke2013-04-231-3/+4
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-231-1/+1
* mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke2013-04-231-1/+1
* mesa: rename common_x86_macros.h -> x86_xform.hBrian Paul2009-03-041-1/+1
* Remove CVS keywords.Keith Whitwell2008-09-211-1/+0
* mesa: prefix a bunch of #include lines with "main/".Brian Paul2008-09-181-2/+2
* MATH_DEBUG changes from bug #4468.Brian Paul2005-10-071-3/+3
* disable normal xform code for nowBrian Paul2003-03-291-3/+6
* re-enable ASSIGN_NORM_GROUP( 3dnow )Brian Paul2002-08-211-8/+4
* remove dead vertex assemblyKeith Whitwell2002-04-091-14/+1
* 3dnow normalize_normals broken, disableKeith Whitwell2001-11-191-2/+4
* Remove all traces of CULL_MASK_ACTIVE.Gareth Hughes2001-03-301-78/+4
* Consolidation of asm code in 3.5Gareth Hughes2001-03-291-70/+61
* New type system for assembly code. Asm files should now includeGareth Hughes2001-03-281-51/+50
* more namespace clean-upsBrian Paul2001-03-031-45/+45
* 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
* Fixes for compiling assembly (disable unused 'masked' versions)Keith Whitwell2000-12-271-5/+5
* Modified Files:Jouk Jansen2000-11-221-2/+2
* - Fix tnl/t_context.h inclusion.Gareth Hughes2000-11-191-4/+4
* * Auto* build fixesJon Taylor2000-11-181-1/+3
* Move the transform and lighting code to two new directoriesKeith Whitwell2000-11-161-4/+5
* Major audit of all Mesa's x86 assembly code. This round is basicallyGareth Hughes2000-10-231-94/+81
* General cleanups. Disable gl_katmai_project_vertices andGareth Hughes2000-09-171-103/+104
* moved DECLARE_XFORM_GROUP macros outside of gl_init_3dnow_asm_transforms() to...Brian Paul2000-09-151-17/+16
* added aligned memory allocations (Gareth Hughes)Brian Paul2000-06-271-2/+2
* added dummy function to silence compiler warningBrian Paul2000-06-141-3/+12
* . Updates to get X86, MXX and 3DNow assembler code working with WatcomKendall Bennett1999-11-121-58/+57
* Changes to reduce the memory footprint of display listsKeith Whitwell1999-10-191-1/+23
* Initial revisionjtg1999-08-191-0/+168