replace color table FloatTable boolean with Type enum
[mesa.git] / src / mesa / main / arbparse.c
2004-02-12 Brian PaulMinor re-org of state for fog and precision options.
2004-01-22 Keith WhitwellMinor tweaks to help out at a driver level.
2004-01-15 Brian PaulCosmetic changes.
2004-01-13 Karl Schultzadd casts to silence compiler warnings
2004-01-11 Brian Paulfix vertex program debugger issues (Bug 874382)
2004-01-08 Brian Paulset StringPos field in parse_vp_instruction (Mesa bug...
2003-12-12 Karl Rasche- Test instruction count
2003-12-09 Karl RascheArg. I can't code.. Test that we don't recongnize ...
2003-12-09 Karl Rasche - New grammar (0.5) from Michal Krol, merges many...
2003-12-08 Alan Hourihanekill a warning
2003-12-02 Karl RascheRemove things having to do with ARB_matrix_palette...
2003-11-30 Karl RascheFixed compiler warnings
2003-11-25 Brian Paulfix a lot of warnings found with g++
2003-11-25 Karl Rasche - New version of the syntax rules from Michal Krol
2003-11-25 Karl Rascheadded support for generic vertex attributes (ARB_vp...
2003-11-24 Brian Paulwhitespace and comment changes
2003-11-23 Karl Rasche- parse_alias() Was totally borked
2003-11-23 Karl Rasche - Create a dummy program to keep from segfaulting...
2003-11-21 Brian Pauls/byte/GLubyte/ and other minor clean-ups
2003-11-21 Brian Paulreformat comments for 80-column viewing
2003-11-21 Brian Paulfix a bunch of warnings
2003-11-21 Jouk Jansen Committing in .
2003-11-21 Karl RascheCaught missing parse_color_type() [Jacob Jansen]
2003-11-19 Karl RascheInitial checkin of new ARB_frag/vertex program parser