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_translate.c
Age
Commit message (
Expand
)
Author
2010-02-19
mesa: replace old MEMSET macro with memset
Brian Paul
2008-09-18
mesa: prefix a bunch of #include lines with "main/".
Brian Paul
2006-06-13
Rename some functions/macros to better reflect their behaviour:
Brian Paul
2006-06-13
Fix a few conversion bugs. For example, GLshort->GLfloat conversion
Brian Paul
2005-05-05
Port Mesa to build on a P64 platform (e.g., Win64). P64 platforms
Karl Schultz
2003-08-20
Use correct conversions when translating array colors.
Keith Whitwell
2003-05-28
silence some warnings (Evgeny Kotsuba)
Brian Paul
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
2001-09-18
more compiler warning fixes
Karl Schultz
2001-05-09
add missing translate functions
Keith Whitwell
2001-04-28
Support for floating point color representation in tnl module.
Keith Whitwell
2001-03-12
Consistent copyright info (version number, date) across all files.
Gareth Hughes
2001-02-20
Added GLvector4chan type, removed lots of CHAN_TYPE ifdefs.
Keith Whitwell
2001-01-24
Lots of GLchan datatype changes.
Brian Paul
2001-01-02
Removed fixed.h (GLfixed now in mtypes.h, fixed-pt macros in mmath.h)
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