index
:
Mesa
glamo
glamo-old
My Mesa repository
Thomas White
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
x86
/
3dnow_normal.S
Age
Commit message (
Collapse
)
Author
2008-06-04
mesa: Remove assyntax.h include from generated matypes.h.
José Fonseca
matypes.h doesn't really depend on assyntax.h; assyntax.h is only present on x86; and this way we remove the need of grep being available (which is relevant for scons and non-unix platforms).
2008-05-26
Remove CVS keywords.
José Fonseca
2007-05-11
Fix some bugs related to loop counters and conditional branching.
Patrick Baggett
2006-04-17
Add .note.GNU-stack section to assembler files to avoid the default behavior
Kristian Høgsberg
of requesting executable stacks.
2005-01-04
use HIDDEN macro to export fewer symbols (bug 2210)
Brian Paul
2004-04-26
bring over build fixes from stable branch
Alan Hourihane
2004-04-08
remove non-portable whitespace
Alan Hourihane
2003-11-26
accomodate vtx-0-2-branch
Daniel Borca
2003-01-30
fix reported 3Dnow bug in _mesa_normal_tab (Felix Kuhling)
Brian Paul
2003-01-28
fix prefetch bug (Felix Kuhling)
Brian Paul
2002-08-08
change dest stride to 16 bytes instead of 12
Brian Paul
2001-10-22
applied Andrew Lewycky's patches
Brian Paul
2001-03-29
Consolidation of asm code in 3.5
Gareth Hughes