Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | Use finishes. | Tavian Barnes | 2009-11-09 | 1 | -0/+3 |
| | |||||
* | Calculate surface normals in intersection callbacks. | Tavian Barnes | 2009-11-09 | 1 | -2/+2 |
| | |||||
* | Store inverse object transformation in a separate field. | Tavian Barnes | 2009-11-09 | 1 | -6/+2 |
| | |||||
* | Rudimentary light/shadow handling. | Tavian Barnes | 2009-11-09 | 1 | -1/+1 |
| | |||||
* | Add a light to the default test scene. | Tavian Barnes | 2009-11-09 | 1 | -13/+18 |
| | |||||
* | Make dmnsn_delete_scene() delete the scene's elements too. | Tavian Barnes | 2009-11-09 | 4 | -41/+22 |
| | |||||
* | rm -f *.png in clean target. | tavianator | 2009-11-05 | 1 | -1/+1 |
| | |||||
* | Don't use GNU make %-style target extension. | Tavian Barnes | 2009-11-04 | 1 | -1/+1 |
| | |||||
* | Parse arithmetic expressions. | Tavian Barnes | 2009-11-04 | 2 | -4/+4 |
| | |||||
* | Handle spheres. | Tavian Barnes | 2009-11-04 | 3 | -13/+14 |
| | |||||
* | Implement dmnsn_print_astree_sexpr(). | Tavian Barnes | 2009-10-31 | 1 | -0/+10 |
| | |||||
* | Remove progress bars from tests, as parallel-tests hides output anyway. | Tavian Barnes | 2009-10-30 | 4 | -212/+75 |
| | |||||
* | Refactor parsing and realization a bit. | Tavian Barnes | 2009-10-30 | 1 | -1/+4 |
| | |||||
* | (Sort of) realize boxes. | Tavian Barnes | 2009-10-30 | 1 | -1/+1 |
| | | | | We now have a working rendering from an SDL input, kinda! | ||||
* | (Sort of) parse boxes. | Tavian Barnes | 2009-10-30 | 4 | -17/+55 |
| | |||||
* | Correctly tokenize <=, >= and !=. | Tavian Barnes | 2009-10-29 | 2 | -10/+2 |
| | |||||
* | Support all POV-Ray keywords. | Tavian Barnes | 2009-10-29 | 2 | -2/+2 |
| | |||||
* | Even more tokenizer work. | Tavian Barnes | 2009-10-29 | 1 | -1/+1 |
| | | | | | | The tokenizer is now able to tokenize all of POV-Ray 3.6's include files. It turns out that some #includes may be dynamic (ex. with #writes beforehand), so the tokenizer can't directly perform includes - the executor must do this. | ||||
* | Complete string parsing. | Tavian Barnes | 2009-10-29 | 2 | -3/+2 |
| | |||||
* | Split tokenizer.sh into multiple tests. | Tavian Barnes | 2009-10-28 | 6 | -47/+137 |
| |