summaryrefslogtreecommitdiff
path: root/chroma/cuda/mesh.h
AgeCommit message (Expand)Author
2021-05-09Remove unneeded Node.kind member from struct. Speeds up benchmark further, b...Stan Seibert
2021-05-09BVH optimization to sort child nodes by area. Only has a small effect.Stan Seibert
2021-05-09Redo node format to include number of children, rather than just leaf bit.Stan Seibert
2021-05-09Speed up node intersection by 2.5x using tips from "Optimizing rayStan Seibert
2021-05-09Replace the use of pointers in the intersect_mesh with array indices.Stan Seibert
2021-05-09First steps toward an alternative BVH implementation.Stan Seibert
2011-09-16Move CUDA source inside chroma package, rename tests directory to testStan Seibert