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
/
math
/
m_vector.c
Age
Commit message (
Expand
)
Author
2009-05-07
mesa: GLvector4f:: flags is a GLbitfield, update comments too.
Brian Paul
2009-05-07
mesa: add storage_count field to GLvector4f. Useful for debugging.
Brian Paul
2009-05-07
mesa: reformatting, updated comments, const-correctness
Brian Paul
2008-09-18
mesa: prefix a bunch of #include lines with "main/".
Brian Paul
2003-11-24
Merge vtx-0-2-branch
Keith Whitwell
2003-06-05
Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.
Ian Romanick
2002-12-04
fix bad _mesa_printf() calls (mesa bug 646753)
Brian Paul
2002-10-24
Header file clean-up:
Brian Paul
2002-06-29
Applied Matt Sealey's patch to remove/isolate all stdio.h function calls.
Brian Paul
2001-03-12
Consistent copyright info (version number, date) across all files.
Gareth Hughes
2001-03-03
lots of gl_*() to _mesa_*() namespace clean-up
Brian Paul
2001-02-20
Added GLvector4chan type, removed lots of CHAN_TYPE ifdefs.
Keith Whitwell
2001-01-24
Lots of GLchan datatype changes.
Brian Paul
2000-12-26
Major rework of tnl module
Keith Whitwell
2000-11-16
Move the transform and lighting code to two new directories
Keith Whitwell