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_vb_lighttmp.h
Age
Commit message (
Expand
)
Author
2002-01-05
Vertex program checkpoint commit: converted all vertex attributes (color,
Brian Paul
2002-01-05
comments, clean-ups, added lots of const qualifiers
Brian Paul
2001-12-19
remove some cruft
Brian Paul
2001-12-14
vertex program check-in
Brian Paul
2001-10-20
forgotten diffuse alpha fix
Keith Whitwell
2001-09-14
more warning fixes (Karl Schultz)
Brian Paul
2001-08-13
Fix problem with colormaterial (bug #441859)
Keith Whitwell
2001-08-02
Fix SGL testLights.exe bugs (interaction of copying and fixup in display lists)
Keith Whitwell
2001-08-01
Fix copying problem (light spots) on evaluated surfaces.
Keith Whitwell
2001-07-28
Remove _BaseAlpha, fix reflect lighting bug.
Keith Whitwell
2001-07-17
Lighting now emits colors as CHAN_TYPE, as it used to. This will require
Keith Whitwell
2001-04-28
Support for floating point color representation in tnl module.
Keith Whitwell
2001-04-19
Fix striding of color material inputs. (Fixes glean colorLitPerf)
Keith Whitwell
2001-03-12
Consistent copyright info (version number, date) across all files.
Gareth Hughes
2001-03-03
lots of gl_*() to _mesa_*() namespace clean-up
Brian Paul
2001-02-16
Allow swrast to cope (fairly) cleanly with GL_SEPERATE_SPECULAR when
Keith Whitwell
2001-02-16
Fixed conform problems with recent material tracking change.
Keith Whitwell
2001-02-14
fixed a CI-mode spot light conformance failure, but still not clear why
Brian Paul
2001-02-13
fixed a CI mode segfault, minor clean-ups
Brian Paul
2001-01-24
Lots of GLchan datatype changes.
Brian Paul
2001-01-17
Fixes for performance bug on compiled array element paths.
Keith Whitwell
2001-01-03
More color macro clean-ups.
Brian Paul
2000-12-26
Major rework of tnl module
Keith Whitwell