Age | Commit message (Collapse) | 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 ↵ | Anthony LaTorre | |
speed from 3.3M -> 3.45!. | |||
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 | |
style for cuda code is now compliant with python PEP 7 -- Style Guide for C Code. |