Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Minor re-org of state for fog and precision options. | Brian Paul | 2004-02-12 | 1 | -29/+27 |
| | |||||
* | Minor tweaks to help out at a driver level. | Keith Whitwell | 2004-01-22 | 1 | -4/+4 |
| | |||||
* | Cosmetic changes. | Brian Paul | 2004-01-15 | 1 | -1/+1 |
| | | | | | Added a bunch of const qualifiers. Use _mesa_memcpy() instead of memcpy(), etc. | ||||
* | add casts to silence compiler warnings | Karl Schultz | 2004-01-13 | 1 | -6/+6 |
| | |||||
* | fix vertex program debugger issues (Bug 874382) | Brian Paul | 2004-01-11 | 1 | -0/+8 |
| | |||||
* | set StringPos field in parse_vp_instruction (Mesa bug 873011) | Brian Paul | 2004-01-08 | 1 | -2/+5 |
| | |||||
* | - Test instruction count | Karl Rasche | 2003-12-12 | 1 | -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 Rasche | 2003-12-09 | 1 | -1/+1 |
| | |||||
* | - New grammar (0.5) from Michal Krol, merges many opcodes and adds range ↵ | Karl Rasche | 2003-12-09 | 1 | -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 warning | Alan Hourihane | 2003-12-08 | 1 | -1/+1 |
| | |||||
* | Remove things having to do with ARB_matrix_palette/ARB_vertex_blend | Karl Rasche | 2003-12-02 | 1 | -16/+32 |
| | |||||
* | Fixed compiler warnings | Karl Rasche | 2003-11-30 | 1 | -6/+6 |
| | | | | Assign the correct thing to TexturesUsed[] | ||||
* | fix a lot of warnings found with g++ | Brian Paul | 2003-11-25 | 1 | -66/+66 |
| | |||||
* | - New version of the syntax rules from Michal Krol | Karl Rasche | 2003-11-25 | 1 | -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 checking | Karl Rasche | 2003-11-25 | 1 | -7/+135 |
| | |||||
* | whitespace and comment changes | Brian Paul | 2003-11-24 | 1 | -5/+5 |
| | |||||
* | - parse_alias() Was totally borked | Karl Rasche | 2003-11-23 | 1 | -31/+28 |
| | | | | | - forgot a ++ in texSrcBit switch - copy/paste error in arbfragparse.c | ||||
* | - Create a dummy program to keep from segfaulting when parsing | Karl Rasche | 2003-11-23 | 1 | -13/+36 |
| | | | | | fails - Change to grammar .emit to fix single LOCAL/ENV param usage | ||||
* | s/byte/GLubyte/ and other minor clean-ups | Brian Paul | 2003-11-21 | 1 | -200/+198 |
| | |||||
* | reformat comments for 80-column viewing | Brian Paul | 2003-11-21 | 1 | -213/+248 |
| | |||||
* | fix a bunch of warnings | Brian Paul | 2003-11-21 | 1 | -14/+7 |
| | |||||
* | Committing in . | Jouk Jansen | 2003-11-21 | 1 | -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 Rasche | 2003-11-21 | 1 | -3/+4 |
| | |||||
* | Initial checkin of new ARB_frag/vertex program parser | Karl Rasche | 2003-11-19 | 1 | -0/+5717 |