summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/arbparse.c
Commit message (Expand)AuthorAgeFilesLines
* Moved to src/mesa/shader and renamed to arbprogparse.[ch]Michal Krol2004-03-291-6063/+0
* fix some warningsBrian Paul2004-03-261-4/+6
* make null-terminated copy of program string so that parse works correctlyBrian Paul2004-03-201-16/+42
* Minor re-org of state for fog and precision options.Brian Paul2004-02-121-29/+27
* Minor tweaks to help out at a driver level.Keith Whitwell2004-01-221-4/+4
* Cosmetic changes.Brian Paul2004-01-151-1/+1
* add casts to silence compiler warningsKarl Schultz2004-01-131-6/+6
* fix vertex program debugger issues (Bug 874382)Brian Paul2004-01-111-0/+8
* set StringPos field in parse_vp_instruction (Mesa bug 873011)Brian Paul2004-01-081-2/+5
* - Test instruction countKarl Rasche2003-12-121-5/+54
* Arg. I can't code.. Test that we don't recongnize '0' as having a leading zero..Karl Rasche2003-12-091-1/+1
* - New grammar (0.5) from Michal Krol, merges many opcodes and adds range tes...Karl Rasche2003-12-091-272/+366
* kill a warningAlan Hourihane2003-12-081-1/+1
* Remove things having to do with ARB_matrix_palette/ARB_vertex_blendKarl Rasche2003-12-021-16/+32
* Fixed compiler warningsKarl Rasche2003-11-301-6/+6
* fix a lot of warnings found with g++Brian Paul2003-11-251-66/+66
* - New version of the syntax rules from Michal KrolKarl Rasche2003-11-251-77/+52
* added support for generic vertex attributes (ARB_vp) and their error checkingKarl Rasche2003-11-251-7/+135
* whitespace and comment changesBrian Paul2003-11-241-5/+5
* - parse_alias() Was totally borkedKarl Rasche2003-11-231-31/+28
* - Create a dummy program to keep from segfaulting when parsingKarl Rasche2003-11-231-13/+36
* s/byte/GLubyte/ and other minor clean-upsBrian Paul2003-11-211-200/+198
* reformat comments for 80-column viewingBrian Paul2003-11-211-213/+248
* fix a bunch of warningsBrian Paul2003-11-211-14/+7
* Committing in .Jouk Jansen2003-11-211-1/+1
* Caught missing parse_color_type() [Jacob Jansen]Karl Rasche2003-11-211-3/+4
* Initial checkin of new ARB_frag/vertex program parserKarl Rasche2003-11-191-0/+5717