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_xform.h
Age
Commit message (
Expand
)
Author
2009-02-12
mesa: move _mesa_transform_vector() from m_xform.c to m_matrix.c
Brian Paul
2009-02-12
mesa: remove unused functions in m_xform.[ch]
Brian Paul
2008-09-18
mesa: prefix a bunch of #include lines with "main/".
Brian Paul
2006-04-06
Rename CLIP_ALL_BITS to CLIP_FRUSTUM_BITS to reflect the fact that the value
Brian Paul
2004-05-10
Add EXT_vertex_cull support to mesa
Keith Whitwell
2004-03-08
remove redundant macros (also in m_matrix.h)
Brian Paul
2003-06-05
Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.
Ian Romanick
2002-01-05
Vertex program checkpoint commit: converted all vertex attributes (color,
Brian Paul
2001-03-30
Remove all traces of CULL_MASK_ACTIVE.
Gareth Hughes
2001-03-12
- Add -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L to linux builds, we've
Gareth Hughes
2001-03-12
Consistent copyright info (version number, date) across all files.
Gareth Hughes
2001-03-03
more namespace clean-ups
Brian Paul
2001-03-03
lots of gl_*() to _mesa_*() namespace clean-up
Brian Paul
2001-01-13
Fix crash in book/stencil.
Keith Whitwell
2001-01-05
various compilation/warning fixes
Keith Whitwell
2000-12-26
Major rework of tnl module
Keith Whitwell
2000-11-17
Minor header file changes to silence warnings.
Brian Paul
2000-11-16
Move the transform and lighting code to two new directories
Keith Whitwell