index
:
Mesa
glamo
glamo-old
My Mesa repository
Thomas White
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
tnl
/
t_array_import.c
Age
Commit message (
Expand
)
Author
2002-04-21
Vertex program attribute arrays seem to work now. This includes fallbacks
Brian Paul
2002-04-19
new casts
Brian Paul
2002-01-22
Clean-up/renaming of the per-vertex attribute bits, specifically, the
Brian Paul
2002-01-06
Another vertex program checkpoint: clean-up of vertex attribute storage
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-08-13
Removed optimizations (this code is now seldom used)
Keith Whitwell
2001-05-17
Comment out __FUNCTION__ usage.
Keith Whitwell
2001-05-11
Clean up _tnl_Begin/begin/hard_begin.
Keith Whitwell
2001-05-11
Clean up translation of array elements, copying of elts in pure-elt
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-04-17
fixed mis-ordered args to _math_trans_4f() in _tnl_fill_immediate_drawarrays()
Brian Paul
2001-03-12
Consistent copyright info (version number, date) across all files.
Gareth Hughes
2001-03-07
fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ...
Brian Paul
2001-02-20
Added GLvector4chan type, removed lots of CHAN_TYPE ifdefs.
Keith Whitwell
2001-02-15
Fix propogation of material values in VB's that don't reach the lighting
Keith Whitwell
2001-01-24
Lots of GLchan datatype changes.
Brian Paul
2001-01-08
Fixed 'IRound' to 'IROUND' in mmath.h
Keith Whitwell
2001-01-08
Add a 'RenderPrimitive' callback to t_vb_render.c. Helps out drivers
Keith Whitwell
2001-01-05
Remove 'pv' parameter from Line/Tri/Point funcs. The provoking vertex
Keith Whitwell
2000-12-28
Add render stage for unclipped vb's to fx driver.
Keith Whitwell
2000-12-27
Fixes for compiling assembly (disable unused 'masked' versions)
Keith Whitwell
2000-12-26
Major rework of tnl module
Keith Whitwell