summaryrefslogtreecommitdiff
path: root/src/render.cu
AgeCommit message (Collapse)Author
2011-09-16Move CUDA source inside chroma package, rename tests directory to testStan Seibert
2011-09-10store geometry struct in shared memory. this increases photon propagation ↵Anthony LaTorre
speed from 3.3M -> 3.45!.
2011-09-10geometry -> g, triangle -> t. dot(-a,b) <-> -dot(a,b).Anthony LaTorre
2011-09-10new alpha rendering scheme.Anthony LaTorre
2011-09-06make min_distance argument to intersect_node() optional.Anthony LaTorre
2011-09-06geometry 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.