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
Age
Commit message (
Expand
)
Author
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-08
processed by indent to improve readability
Brian Paul
2001-03-08
changed bincoeff var to GLfloat, fixes bug introduced in previous check-in
Brian Paul
2001-03-08
More g++ warning fixes. Fixes for CHAN_BITS==16, it seems to work.
Brian Paul
2001-03-07
fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ...
Brian Paul
2001-03-03
more namespace clean-ups
Brian Paul
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-02-05
added mesa_profile extern decl
Brian Paul
2001-02-05
replaced frustrum with frustum
Brian Paul
2001-02-03
Some more work on interal debugging, timing routines for things that
Gareth Hughes
2001-01-24
Lots of GLchan datatype changes.
Brian Paul
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
2001-01-05
various compilation/warning fixes
Keith Whitwell
2001-01-02
Removed fixed.h (GLfixed now in mtypes.h, fixed-pt macros in mmath.h)
Brian Paul
2000-12-28
Add render stage for unclipped vb's to fx driver.
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-20
removed #include <tgmath.h>
Brian Paul
2000-11-19
* More work on the auto* build system
Jon Taylor
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