Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Make '#include' work. | Tavian Barnes | 2009-10-28 | 1 | -1/+1 |
| | |||||
* | Tokenize strings and language directives. | Tavian Barnes | 2009-10-28 | 3 | -0/+64 |
| | |||||
* | Add a vector to numeric tokenizer test. | tavianator | 2009-10-28 | 2 | -1/+4 |
| | |||||
* | Tokenize keywords. | Tavian Barnes | 2009-10-28 | 3 | -2/+45 |
| | |||||
* | Ignore comments in tokenizer. | Tavian Barnes | 2009-10-27 | 3 | -2/+52 |
| | |||||
* | Tokenize numeric values. | Tavian Barnes | 2009-10-27 | 3 | -2/+13 |
| | |||||
* | Support more symbols in tokenizer. | Tavian Barnes | 2009-10-27 | 4 | -14/+34 |
| | |||||
* | Use the parallel-tests automake option. | Tavian Barnes | 2009-10-27 | 1 | -2/+5 |
| | |||||
* | Fix tokenizer test in VPATH build. | Tavian Barnes | 2009-10-27 | 2 | -3/+3 |
| | |||||
* | New tokenizer test. | Tavian Barnes | 2009-10-27 | 4 | -1/+44 |
| | |||||
* | Fix make distcheck. | Tavian Barnes | 2009-10-25 | 1 | -1/+6 |
| | | | | | Tests and benchmarks were using $(top_srcdir) instead of $(top_builddir) to refer to libraries, and PNG files were not being cleaned. | ||||
* | Fix NULL assignment to integer value in test library. | Tavian Barnes | 2009-10-22 | 1 | -1/+1 |
| | |||||
* | More memory handling improvements. | Tavian Barnes | 2009-10-20 | 2 | -59/+54 |
| | |||||
* | Improve garbage handling of dmnsn_delete_object(). | Tavian Barnes | 2009-10-19 | 1 | -14/+0 |
| | |||||
* | Give the cube a black pigment in the default test scene. | Tavian Barnes | 2009-10-19 | 1 | -1/+26 |
| | |||||
* | Some GL test fixes. | Tavian Barnes | 2009-10-13 | 1 | -1/+4 |
| | |||||
* | Re-add GL test case. | Tavian Barnes | 2009-10-13 | 2 | -1/+131 |
| | |||||
* | Use convenience library for tests. | Tavian Barnes | 2009-10-13 | 1 | -5/+9 |
| |