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
/
tnl
/
t_imm_eval.c
Age
Commit message (
Expand
)
Author
2002-06-25
finish-up vertex program evaluators
Brian Paul
2002-06-23
checkpoint: updates for NV_vertex_program evaluators - a bit more left to do
Brian Paul
2002-06-13
more removal of fprintf() calls
Brian Paul
2002-04-09
bring in changes from dri tcl branch
Keith Whitwell
2002-01-22
Clean-up/renaming of the per-vertex attribute bits, specifically, the
Brian Paul
2002-01-05
Vertex program checkpoint commit: converted all vertex attributes (color,
Brian Paul
2001-12-14
vertex program check-in
Brian Paul
2001-09-14
more warning fixes (Karl Schultz)
Brian Paul
2001-08-14
Reenable, but only in the size four case...
Keith Whitwell
2001-08-14
Undo last change - breaks other stuff.
Keith Whitwell
2001-08-14
Compute first partials before taking cross product to calculate normal.
Keith Whitwell
2001-08-01
Fix copying problem (light spots) on evaluated surfaces.
Keith Whitwell
2001-05-14
Fix for glean texgen test.
Keith Whitwell
2001-05-09
fix eval/colormaterial interaction
Keith Whitwell
2001-05-03
minor clean-ups and warning fixes
Brian Paul
2001-05-01
removed debug
Keith Whitwell
2001-04-30
Lots more eval fixes
Keith Whitwell
2001-04-28
Support for floating point color representation in tnl module.
Keith Whitwell
2001-04-26
first pass at eval fixes
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-03
More color macro clean-ups.
Brian Paul
2000-12-27
Fix evalpoints bug (samples/nurb)
Keith Whitwell
2000-12-26
Major rework of tnl module
Keith Whitwell