mesa: fix formatting of messages printed using _mesa_log
[mesa.git] / src / mesa / x86 / 3dnow.c
2015-03-12 Brian Paulmesa: remove _ASMAPI, ASMAPIP
2014-12-13 Timothy Arcerimesa: remove long dead 3Dnow optimisation
2013-06-05 Rico Schüllermesa: remove outdated version lines in comments
2013-04-24 Kenneth Graunkemesa: Restore 78-column wrapping of license text in...
2013-04-24 Kenneth Graunkemesa: Add "OR COPYRIGHT HOLDERS" to license text discla...
2013-04-24 Kenneth Graunkemesa: Change "BRIAN PAUL" to "THE AUTHORS" in license...
2010-06-24 Eric AnholtMerge branch 'glsl2-head' into glsl2
2009-03-20 Dave AirlieMerge remote branch 'main/master' into radeon-rewrite
2009-03-04 Brian Paulmesa: rename common_x86_macros.h -> x86_xform.h
2008-09-21 Keith WhitwellRemove CVS keywords.
2008-09-21 Keith WhitwellMerge branch 'master' into gallium-0.2
2008-09-21 Keith WhitwellMerge branch 'master' into gallium-0.2
2008-09-21 Keith WhitwellMerge branch 'master' into gallium-0.2
2008-09-18 Brian Paulmesa: prefix a bunch of #include lines with "main/".
2008-09-18 Keith WhitwellMerge commit 'origin/master' into gallium-0.2
2008-09-11 Alan HourihaneMerge branch 'master' of git+ssh://git.freedesktop...
2008-09-11 Keith WhitwellMerge branch 'gallium-0.1' into gallium-0.2
2008-07-26 Ben SkeggsMerge remote branch 'upstream/gallium-0.1' into nouveau...
2008-07-24 José Fonsecamesa: Prefix main includes with dir to avoid conflicts.
2008-05-28 Keith WhitwellMerge branch 'gallium-vertex-linear' into gallium-tex...
2008-05-28 Jakob BornecrantzMerge branch 'gallium-vertex-linear' into gallium-0.1
2008-05-26 Ben SkeggsMerge remote branch 'upstream/gallium-0.1' into nouveau...
2008-05-26 José FonsecaRemove CVS keywords.
2008-05-26 José FonsecaRemove CVS keywords.
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2005-10-07 Brian PaulMATH_DEBUG changes from bug #4468.
2003-03-29 Brian Pauldisable normal xform code for now
2002-08-21 Brian Paulre-enable ASSIGN_NORM_GROUP( 3dnow )
2002-04-09 Keith Whitwellremove dead vertex assembly
2001-11-19 Keith Whitwell3dnow normalize_normals broken, disable
2001-03-30 Gareth HughesRemove all traces of CULL_MASK_ACTIVE.
2001-03-29 Gareth HughesConsolidation of asm code in 3.5
2001-03-28 Gareth HughesNew type system for assembly code. Asm files should...
2001-03-03 Brian Paulmore namespace clean-ups
2001-03-03 Brian Paullots of gl_*() to _mesa_*() namespace clean-up
2001-02-03 Gareth HughesSome more work on interal debugging, timing routines...
2000-12-27 Keith WhitwellFixes for compiling assembly (disable unused 'masked...
2000-11-22 Jouk Jansen Modified Files:
2000-11-19 Gareth Hughes- Fix tnl/t_context.h inclusion.
2000-11-18 Jon Taylor* Auto* build fixes
2000-11-16 Keith WhitwellMove the transform and lighting code to two new directories
2000-10-23 Gareth HughesMajor audit of all Mesa's x86 assembly code. This...
2000-09-17 Gareth HughesGeneral cleanups. Disable gl_katmai_project_vertices and
2000-09-15 Brian Paulmoved DECLARE_XFORM_GROUP macros outside of gl_init_3dn...
2000-06-27 Brian Pauladded aligned memory allocations (Gareth Hughes)
2000-06-14 Brian Pauladded dummy function to silence compiler warning
1999-11-12 Kendall Bennett . Updates to get X86, MXX and 3DNow assembler code...
1999-10-19 Keith WhitwellChanges to reduce the memory footprint of display lists
1999-08-19 jtgInitial revision