Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
Assign the correct thing to TexturesUsed[] | |||
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 | |
+ 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 | |||
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 | |
- forgot a ++ in texSrcBit switch - copy/paste error in arbfragparse.c | |||
2003-11-23 | - Create a dummy program to keep from segfaulting when parsing | Karl Rasche | |
fails - Change to grammar .emit to fix single LOCAL/ENV param usage | |||
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 | |
- 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 ---------------------------------------------------------------------- | |||
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 | |