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
/
tnl
/
t_vtx_x86_gcc.S
Age
Commit message (
Expand
)
Author
2006-04-17
Add .note.GNU-stack section to assembler files to avoid the default behavior
Kristian Høgsberg
2004-09-17
Symbol names are prepended with an underscore on CYGWIN as well.
Eric Anholt
2004-04-13
updated Glide driver documentation
Daniel Borca
2004-04-07
use # comments instead of //, etc (ajax@nwnk.net)
Brian Paul
2004-04-07
revived linux-glide build process
Daniel Borca
2004-04-05
protected all codegen behind AllowCodegen
Daniel Borca
2004-04-02
got rid of the notify routine as intermediate step
Daniel Borca
2004-04-02
added codegen'ed choosers
Daniel Borca
2004-04-01
Remove test for USE_X86_ASM & HAVE_NONSTANDARD_GLAPIENTRY
Keith Whitwell
2004-04-01
codegen'ed versions of the 2nd level dispatch
Daniel Borca
2004-03-31
fine-tuning x86 gcc codegen
Daniel Borca
2004-03-30
Add #ifdef protection around the file to prevent DRI build breakage.
Ian Romanick
2004-03-29
First round of codegen for t_vtx_api.c -- ie the Begin/Vertex/End code.
Keith Whitwell
2004-03-15
Sketch of codegen templates for t_vtx_api.c, not complete
Keith Whitwell