summaryrefslogtreecommitdiffstats
path: root/tests/libdimension
Commit message (Expand)AuthorAgeFilesLines
* New dmnsn_interior* type.Tavian Barnes2010-02-251-1/+13
* Fix up license blurbs and copyright year.Tavian Barnes2010-01-279-15/+15
* Add a C++ test.Tavian Barnes2010-01-172-1/+37
* Rename kD splay trees to Bounding Volume Splay Trees.Tavian Barnes2010-01-152-13/+13
* Add reflection to test scene.Tavian Barnes2010-01-131-0/+2
* Implement reflection.Tavian Barnes2010-01-091-7/+9
* Clean up finish combination allocation semantics.tavianator2009-12-271-27/+7
* Separate finishes into single-purpose finishes.Tavian Barnes2009-12-231-6/+30
* Use dmnsn_new_*() rather than dmnsn_*_construct().Tavian Barnes2009-11-192-12/+12
* Translucency support.Tavian Barnes2009-11-181-1/+4
* Use CIE 1931 RGB for dmnsn_color_illuminate().Tavian Barnes2009-11-171-7/+5
* Tweak test scene a bit.Tavian Barnes2009-11-171-2/+2
* Implement phong shading.Tavian Barnes2009-11-171-2/+8
* Make finish callback a propper BRDF.Tavian Barnes2009-11-171-0/+1
* Use "diffuse" instead of "specular" for diffuse finish.Tavian Barnes2009-11-171-1/+1
* PGO build improvements.Tavian Barnes2009-11-131-5/+2
* Implement profile-guided optimization builds.Tavian Barnes2009-11-121-3/+11
* Correct dmnsn_color_illuminate().Tavian Barnes2009-11-091-1/+1
* Don't fail GL test if we can't get a GL context.Tavian Barnes2009-11-091-2/+2
* Use finishes.Tavian Barnes2009-11-091-0/+3
* Calculate surface normals in intersection callbacks.Tavian Barnes2009-11-091-2/+2
* Store inverse object transformation in a separate field.Tavian Barnes2009-11-091-6/+2
* Rudimentary light/shadow handling.Tavian Barnes2009-11-091-1/+1
* Add a light to the default test scene.Tavian Barnes2009-11-091-13/+18
* Make dmnsn_delete_scene() delete the scene's elements too.Tavian Barnes2009-11-094-41/+22
* Remove progress bars from tests, as parallel-tests hides output anyway.Tavian Barnes2009-10-304-212/+75
* Fix make distcheck.Tavian Barnes2009-10-251-1/+6
* Fix NULL assignment to integer value in test library.Tavian Barnes2009-10-221-1/+1
* More memory handling improvements.Tavian Barnes2009-10-202-59/+54
* Improve garbage handling of dmnsn_delete_object().Tavian Barnes2009-10-191-14/+0
* Give the cube a black pigment in the default test scene.Tavian Barnes2009-10-191-1/+26
* Some GL test fixes.Tavian Barnes2009-10-131-1/+4
* Re-add GL test case.Tavian Barnes2009-10-132-1/+131
* Use convenience library for tests.Tavian Barnes2009-10-131-5/+9
* kD splay tree fixes, and new dmnsn_kD_splay_tree type.Tavian Barnes2009-10-091-9/+9
* Call kD splay children `contains' and `container'.Tavian Barnes2009-10-071-3/+3
* Re-add PNG test.Tavian Barnes2009-10-064-1/+584
* Remove debug routine from kD splay tree test.Tavian Barnes2009-10-061-21/+0
* New kD splay tree test.Tavian Barnes2009-10-062-1/+98
* Fix tests Makefile.am.Tavian Barnes2009-10-051-2/+0
* New benchmarking suite.Tavian Barnes2009-10-041-2/+4
* New test framework.Tavian Barnes2009-10-043-0/+116