summaryrefslogtreecommitdiff
path: root/src/mesa/math/m_xform.h
AgeCommit message (Expand)Author
2010-08-03mesa: Clean up header file inclusion in m_xform.h.Vinson Lee
2009-09-08mesa: Add support for ARB_depth_clamp.Eric Anholt
2009-02-12mesa: move _mesa_transform_vector() from m_xform.c to m_matrix.cBrian Paul
2009-02-12mesa: remove unused functions in m_xform.[ch]Brian Paul
2008-09-18mesa: prefix a bunch of #include lines with "main/".Brian Paul
2006-04-06Rename CLIP_ALL_BITS to CLIP_FRUSTUM_BITS to reflect the fact that the valueBrian Paul
2004-05-10Add EXT_vertex_cull support to mesaKeith Whitwell
2004-03-08remove redundant macros (also in m_matrix.h)Brian Paul
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick
2002-01-05Vertex program checkpoint commit: converted all vertex attributes (color,Brian Paul
2001-03-30Remove all traces of CULL_MASK_ACTIVE.Gareth Hughes
2001-03-12- Add -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L to linux builds, we'veGareth Hughes
2001-03-12Consistent copyright info (version number, date) across all files.Gareth Hughes
2001-03-03more namespace clean-upsBrian Paul
2001-03-03lots of gl_*() to _mesa_*() namespace clean-upBrian Paul
2001-01-13Fix crash in book/stencil.Keith Whitwell
2001-01-05various compilation/warning fixesKeith Whitwell
2000-12-26Major rework of tnl moduleKeith Whitwell
2000-11-17Minor header file changes to silence warnings.Brian Paul
2000-11-16Move the transform and lighting code to two new directoriesKeith Whitwell