summaryrefslogtreecommitdiffstats
path: root/src/CompositeGeometryManager.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add multi-GPU support to CompositeGeometryManagerWillem Jan Palenstijn2016-01-191-114/+320
|
* Fix whitespaceWillem Jan Palenstijn2016-01-191-21/+21
|
* Fix projections parallel to XZ or YZ planesWillem Jan Palenstijn2016-01-141-0/+12
| | | | | The early-cutoff optimization in CompositeGeometryManager was failing to properly handle +/-Inf.
* Add utility functions for creating FP/BP JobListsWillem Jan Palenstijn2015-12-041-2/+111
|
* Add CompositeGeometryManagerWillem Jan Palenstijn2015-12-041-0/+884
This handles FP and BP operations on multiple data objects at once, splitting them to fit in GPU memory where necessary.