Age | Commit message (Expand) | Author |
---|---|---|
2011-09-16 | Move CUDA source inside chroma package, rename tests directory to test | Stan Seibert |
2011-09-10 | store geometry struct in shared memory. this increases photon propagation spe... | Anthony LaTorre |
2011-09-10 | geometry -> g, triangle -> t. dot(-a,b) <-> -dot(a,b). | Anthony LaTorre |
2011-09-10 | new alpha rendering scheme. | Anthony LaTorre |
2011-09-06 | make min_distance argument to intersect_node() optional. | Anthony LaTorre |
2011-09-06 | geometry on the GPU is now a struct created in the GPUGeometry class. coding ... | Anthony LaTorre |