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.c
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
2009-02-12
mesa: remove empty, unneeded mathmod.h header
Brian Paul
2009-02-11
mesa: get rid of _math_init()
Brian Paul
2007-07-04
Be more consistant with paths in #includes. Eventually, eliminate a bunch of...
Brian
2005-10-07
MATH_DEBUG changes from bug #4468.
Brian Paul
2005-05-07
x86-64 transform optimizations (Mikko T.)
Brian Paul
2004-10-13
Initial support for PowerPC specific code in Mesa and DRI drivers. DRI
Ian Romanick
2004-04-26
bring over build fixes from stable branch
Alan Hourihane
2003-06-10
fixes for x86 builds
Brian Paul
2003-06-05
Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.
Ian Romanick
2003-03-01
Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]
Brian Paul
2002-10-24
Header file clean-up:
Brian Paul
2002-07-10
re-enable X86 code
Brian Paul
2002-06-15
Added ctx parameter to _mesa_debug()
Brian Paul
2002-04-09
remove dead vertex assembly
Keith Whitwell
2001-05-23
SPARC assembly optimizations from David Miller.
Brian Paul
2001-05-21
Initial commit of cliptest work. More to come shortly.
Gareth Hughes
2001-03-30
Remove all traces of CULL_MASK_ACTIVE.
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-02-03
Some more work on interal debugging, timing routines for things that
Gareth Hughes
2001-01-13
Fix crash in book/stencil.
Keith Whitwell
2001-01-08
Add a 'RenderPrimitive' callback to t_vb_render.c. Helps out drivers
Keith Whitwell
2000-12-26
Major rework of tnl module
Keith Whitwell
2000-11-24
Support for swappable t&l modules, including an example one in the FX
Keith Whitwell
2000-11-18
* Auto* build fixes
Jon Taylor
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