summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/arbparse.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | Added a bunch of const qualifiers. Use _mesa_memcpy() instead of memcpy(), etc.
* 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
| | | | - Throw an error for VPs if we set position invariance and then write to the output position
* 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 ↵Karl Rasche2003-12-091-272/+366
| | | | | | | | | testing - Proper header on arbparse_syn.h - Handling of relative offsets for ARB_vp - s/MaxFragment/MaxVertex - Check for leading 0's in the fraction portions of floats in parse_float()
* 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
| | | | Assign the correct thing to TexturesUsed[]
* 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
| | | | | | + Handles '1' as a float, just like '1.' + Remove switch collision between vp and fp #defines + result.color.xyz no longer requires result.color.primary.xyz
* 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
| | | | | - forgot a ++ in texSrcBit switch - copy/paste error in arbfragparse.c
* - Create a dummy program to keep from segfaulting when parsingKarl Rasche2003-11-231-13/+36
| | | | | fails - Change to grammar .emit to fix single LOCAL/ENV param usage
* 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
| | | | | | | | | | - Added arbparse.c to OpenVMS makefile - Added 2 type casts in a strcmp call to make my compiler happy. Modified Files: Mesa-newtree/src/mesa/main/arbparse.c Mesa-newtree/src/mesa/main/descrip.mms ----------------------------------------------------------------------
* 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