diff options
author | wg <wg@FreeBSD.org> | 2013-08-08 06:22:17 +0800 |
---|---|---|
committer | wg <wg@FreeBSD.org> | 2013-08-08 06:22:17 +0800 |
commit | 0e957e21070473fb4e7e1f2ab4e217d50d3b4a9d (patch) | |
tree | 83e3c73e953c1fd4dfabf89dc9adf339763fe7b1 /graphics/Makefile | |
parent | c016ed208001f2cd4181aaa8da54ec2d58fd7721 (diff) | |
download | freebsd-ports-gnome-0e957e21070473fb4e7e1f2ab4e217d50d3b4a9d.tar.gz freebsd-ports-gnome-0e957e21070473fb4e7e1f2ab4e217d50d3b4a9d.tar.zst freebsd-ports-gnome-0e957e21070473fb4e7e1f2ab4e217d50d3b4a9d.zip |
graphics/luxrays: Accelerate the ray intersection process by using GPUs
LuxRays is library dedicated to accelerate the ray intersection process by
using GPUs.
Uses a Data Parallel Model: it doesn't reduce the time spent to trace a single
ray but it is able to trace many thousands of rays in parallel.
Supports Hybrid CPU/GPU mode where only the ray intersection task is off load
to the GPUs while everything else run on the CPU and can be written with usual
tools and languages.
WWW: http://www.luxrender.net/wiki/LuxRays
PR: ports/181019
Submitted by: Natacha Porté <natbsd instinctive.eu>
Diffstat (limited to 'graphics/Makefile')
-rw-r--r-- | graphics/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 270c2e0f1feb..fdd9d5664495 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -574,6 +574,7 @@ SUBDIR += lprof-devel SUBDIR += lua-gd SUBDIR += luminance + SUBDIR += luxrays SUBDIR += luxrender SUBDIR += mahotas SUBDIR += makehuman |