summaryrefslogtreecommitdiff
path: root/src/render.cu
AgeCommit message (Expand)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 spe...Anthony LaTorre
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