index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
x86
/
common_x86_asm.S
Age
Commit message (
Expand
)
Author
2008-02-19
Remove src/mesa and src/mesa/main from gallium source include paths.
José Fonseca
2006-04-17
Add .note.GNU-stack section to assembler files to avoid the default behavior
Kristian Høgsberg
2005-01-04
use HIDDEN macro to export fewer symbols (bug 2210)
Brian Paul
2004-10-26
added an attention-getting comment for developers who get stopped in _mesa_te...
Brian Paul
2003-01-21
new X86 CPU detection code (Petr Sebor)
Brian Paul
2003-01-09
remove ADD_L altogether
Brian Paul
2003-01-09
s/16/32/ (Josh Vanderhoof)
Brian Paul
2003-01-09
moved ADD_L instruction (Linus Torvalds)
Brian Paul
2002-11-09
fix 3dnow misdetection on new p4's
Keith Whitwell
2002-09-19
push and pop ESI (Daniel Borca)
Brian Paul
2002-07-11
applied Eric Anholt's patch for Athlon SSE
Brian Paul
2002-06-11
Fix NASM problems, remove static var in SSE detection code. (Josh Vanderhoof)
Brian Paul
2002-06-04
use CONTENT() macro on line 205 (Josh Vanderhoof)
Brian Paul
2002-03-07
syntax fixes for Solaris (David Dawes)
Brian Paul
2001-03-29
Consolidation of asm code in 3.5
Gareth Hughes
2001-03-28
New type system for assembly code. Asm files should now include
Gareth Hughes
2001-03-03
more clean-ups
Brian Paul
2001-02-09
minor changes from XFree86 (dawes)
Brian Paul
2000-12-06
Merge Mesa 3.4 test for operating system support for SSE.
Gareth Hughes
2000-10-23
Major audit of all Mesa's x86 assembly code. This round is basically
Gareth Hughes