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