summaryrefslogtreecommitdiffstats
path: root/libdimension/bench
Commit message (Collapse)AuthorAgeFilesLines
* Add a non-cached case to the PR-tree benchmark.Tavian Barnes2011-11-171-0/+5
|
* Make API more consistent.Tavian Barnes2011-10-302-3/+3
| | | | Object methods should be dmnsn_<object>_<fn>().
* Rename progress objects to future objects.Tavian Barnes2011-10-191-1/+1
|
* Transform normals as pseudovectors, not vectors.Tavian Barnes2011-09-141-4/+16
| | | | | | | | Also clarify the vector transformation API. Instead of dmnsn_transform_vector(), we have: - dmnsn_transform_point() - dmnsn_transform_direction() - dmnsn_transform_normal()
* Update copyright years.Tavian Barnes2011-08-311-1/+1
|
* Remove .bench files on make clean.Tavian Barnes2011-08-261-0/+3
|
* Use DMNSN_INTERNAL for prtree functions.Tavian Barnes2011-08-252-1/+4
|
* Rename dimension-impl.h to dimension-internal.hTavian Barnes2011-08-251-1/+1
|
* Use propper extensions for tests.Tavian Barnes2011-06-141-12/+12
|
* Vast libdimension API and internals improvements.Tavian Barnes2011-06-131-5/+7
| | | | | Couldn't really do these while I was trying to be POV-Ray compatible, 'cause they would've broken compatibility.
* Rename to dmnsn_vector_normalized().Tavian Barnes2011-05-181-3/+3
|
* Group tests and benchmarks with the corresponding source code.Tavian Barnes2011-05-155-0/+521