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
/
main
/
arbparse.c
Age
Commit message (
Expand
)
Author
2004-02-12
Minor re-org of state for fog and precision options.
Brian Paul
2004-01-22
Minor tweaks to help out at a driver level.
Keith Whitwell
2004-01-15
Cosmetic changes.
Brian Paul
2004-01-13
add casts to silence compiler warnings
Karl Schultz
2004-01-11
fix vertex program debugger issues (Bug 874382)
Brian Paul
2004-01-08
set StringPos field in parse_vp_instruction (Mesa bug 873011)
Brian Paul
2003-12-12
- Test instruction count
Karl Rasche
2003-12-09
Arg. I can't code.. Test that we don't recongnize '0' as having a leading zero..
Karl Rasche
2003-12-09
- New grammar (0.5) from Michal Krol, merges many opcodes and adds range tes...
Karl Rasche
2003-12-08
kill a warning
Alan Hourihane
2003-12-02
Remove things having to do with ARB_matrix_palette/ARB_vertex_blend
Karl Rasche
2003-11-30
Fixed compiler warnings
Karl Rasche
2003-11-25
fix a lot of warnings found with g++
Brian Paul
2003-11-25
- New version of the syntax rules from Michal Krol
Karl Rasche
2003-11-25
added support for generic vertex attributes (ARB_vp) and their error checking
Karl Rasche
2003-11-24
whitespace and comment changes
Brian Paul
2003-11-23
- parse_alias() Was totally borked
Karl Rasche
2003-11-23
- Create a dummy program to keep from segfaulting when parsing
Karl Rasche
2003-11-21
s/byte/GLubyte/ and other minor clean-ups
Brian Paul
2003-11-21
reformat comments for 80-column viewing
Brian Paul
2003-11-21
fix a bunch of warnings
Brian Paul
2003-11-21
Committing in .
Jouk Jansen
2003-11-21
Caught missing parse_color_type() [Jacob Jansen]
Karl Rasche
2003-11-19
Initial checkin of new ARB_frag/vertex program parser
Karl Rasche