Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Support #include. | Tavian Barnes | 2010-02-09 | 3 | -2/+31 | |
| | ||||||
* | "Support" the #version directive. | Tavian Barnes | 2010-02-05 | 2 | -1/+4 | |
| | ||||||
* | Implement #while. | Tavian Barnes | 2010-02-03 | 2 | -16/+32 | |
| | ||||||
* | Support #ifdef and #ifndef. | Tavian Barnes | 2010-02-02 | 2 | -0/+7 | |
| | ||||||
* | Skip over invalid tokens in non-taken conditionals. | Tavian Barnes | 2010-02-02 | 2 | -2/+2 | |
| | ||||||
* | Implement #if. | Tavian Barnes | 2010-02-02 | 2 | -10/+18 | |
| | ||||||
* | Fix up license blurbs and copyright year. | Tavian Barnes | 2010-01-27 | 25 | -31/+31 | |
| | ||||||
* | Add a C++ test. | Tavian Barnes | 2010-01-17 | 2 | -1/+37 | |
| | ||||||
* | Rename kD splay trees to Bounding Volume Splay Trees. | Tavian Barnes | 2010-01-15 | 2 | -13/+13 | |
| | ||||||
* | Support reflective finishes. | Tavian Barnes | 2010-01-14 | 2 | -3/+16 | |
| | ||||||
* | Begin parsing finishes. | Tavian Barnes | 2010-01-14 | 2 | -6/+16 | |
| | ||||||
* | Add reflection to test scene. | Tavian Barnes | 2010-01-13 | 1 | -0/+2 | |
| | ||||||
* | Implement reflection. | Tavian Barnes | 2010-01-09 | 1 | -7/+9 | |
| | ||||||
* | Make build system more bourne-compatible. | Tavian Barnes | 2010-01-07 | 1 | -1/+1 | |
| | ||||||
* | Clean up finish combination allocation semantics. | tavianator | 2009-12-27 | 1 | -27/+7 | |
| | ||||||
* | Separate finishes into single-purpose finishes. | Tavian Barnes | 2009-12-23 | 1 | -6/+30 | |
| | ||||||
* | Clean up parser, and make it GLR. | Tavian Barnes | 2009-12-21 | 2 | -3/+3 | |
| | ||||||
* | Differentiate between colors and vectors in the AST. | Tavian Barnes | 2009-12-21 | 2 | -8/+8 | |
| | ||||||
* | Support #declare, #local, and #undef. | Tavian Barnes | 2009-12-21 | 2 | -6/+37 | |
| | ||||||
* | Accept width and height command-line arguments. | Tavian Barnes | 2009-12-16 | 1 | -1/+1 | |
| | ||||||
* | Work in sRGB to be more like POV-Ray. | Tavian Barnes | 2009-12-07 | 2 | -2/+2 | |
| | ||||||
* | Finish camera placement routine. | Tavian Barnes | 2009-11-27 | 2 | -4/+5 | |
| | ||||||
* | Fake camera semantics until I figure out the real ones. | Tavian Barnes | 2009-11-27 | 2 | -3/+3 | |
| | ||||||
* | Add cameras to grammar. | Tavian Barnes | 2009-11-26 | 2 | -1/+18 | |
| | ||||||
* | Implement background colors. | Tavian Barnes | 2009-11-26 | 2 | -28/+13 | |
| | ||||||
* | Add vector promotion. | Tavian Barnes | 2009-11-25 | 2 | -3/+4 | |
| | ||||||
* | Fix binary vector arithmetic expressions. | Tavian Barnes | 2009-11-25 | 2 | -2/+3 | |
| | ||||||
* | Implement point lights. | Tavian Barnes | 2009-11-25 | 2 | -7/+18 | |
| | ||||||
* | Support solid-color pigments. | Tavian Barnes | 2009-11-25 | 2 | -3/+22 | |
| | ||||||
* | Format S-expressions a bit nicer in test scripts. | Tavian Barnes | 2009-11-25 | 3 | -5/+53 | |
| | ||||||
* | Implement object modifiers and rotation. | Tavian Barnes | 2009-11-25 | 3 | -3/+4 | |
| | ||||||
* | Support vector component extraction. | Tavian Barnes | 2009-11-24 | 2 | -2/+2 | |
| | ||||||
* | New arithmetic expression test. | Tavian Barnes | 2009-11-24 | 5 | -5/+60 | |
| | ||||||
* | Support vector arithmetic. | Tavian Barnes | 2009-11-24 | 2 | -3/+3 | |
| | ||||||
* | More parser work. | Tavian Barnes | 2009-11-23 | 3 | -3/+3 | |
| | ||||||
* | Begin bison implementation of parser. | Tavian Barnes | 2009-11-23 | 3 | -3/+3 | |
| | ||||||
* | Support nested /* */ comments. | Tavian Barnes | 2009-11-23 | 1 | -1/+3 | |
| | ||||||
* | Use flex for the tokenizer. | Tavian Barnes | 2009-11-23 | 1 | -1/+1 | |
| | ||||||
* | Evaluate arithmetic expressions during parsing when possible. | Tavian Barnes | 2009-11-20 | 2 | -3/+3 | |
| | | | | | This is needed for conditionals to work, and for declared identifiers to be evaluated only once. | |||||
* | Use dmnsn_new_*() rather than dmnsn_*_construct(). | Tavian Barnes | 2009-11-19 | 2 | -12/+12 | |
| | ||||||
* | Translucency support. | Tavian Barnes | 2009-11-18 | 1 | -1/+4 | |
| | ||||||
* | Use CIE 1931 RGB for dmnsn_color_illuminate(). | Tavian Barnes | 2009-11-17 | 1 | -7/+5 | |
| | ||||||
* | Tweak test scene a bit. | Tavian Barnes | 2009-11-17 | 1 | -2/+2 | |
| | ||||||
* | Implement phong shading. | Tavian Barnes | 2009-11-17 | 1 | -2/+8 | |
| | ||||||
* | Make finish callback a propper BRDF. | Tavian Barnes | 2009-11-17 | 1 | -0/+1 | |
| | ||||||
* | Use "diffuse" instead of "specular" for diffuse finish. | Tavian Barnes | 2009-11-17 | 1 | -1/+1 | |
| | ||||||
* | PGO build improvements. | Tavian Barnes | 2009-11-13 | 1 | -5/+2 | |
| | ||||||
* | Implement profile-guided optimization builds. | Tavian Barnes | 2009-11-12 | 1 | -3/+11 | |
| | ||||||
* | Correct dmnsn_color_illuminate(). | Tavian Barnes | 2009-11-09 | 1 | -1/+1 | |
| | ||||||
* | Don't fail GL test if we can't get a GL context. | Tavian Barnes | 2009-11-09 | 1 | -2/+2 | |
| | | | | Instead output a warning. Useful for running tests from a CLI. |