Date: Wed, 4 Oct 2006 10:54:05 +0000 (UTC) From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics Makefile ports/graphics/ffff Makefile distinfo pkg-descr ports/graphics/ffff/files patch-FFFF3.cpp patch-extensions.cpp patch-hole.cpp.save Message-ID: <200610041054.k94As669058892@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
ehaupt 2006-10-04 10:54:05 UTC FreeBSD ports repository Modified files: graphics Makefile Added files: graphics/ffff Makefile distinfo pkg-descr graphics/ffff/files patch-FFFF3.cpp patch-extensions.cpp patch-hole.cpp.save Log: Add ffff, a fast mandelbrot fractal generator with features such as: * OpenGL * realtime zoom * SSE/AltiVec QuadPixel * SSE2/3DNow! DualPixel calc * FPU per pixel calc * GPU asm (Fragment/Vertex) calc * multiprocessor support * benchmarking * optimized assembler code! This port uses the standard mandelbrot fractal at near-Xaos speed. Yet every pixel is computed. There is also an interesting parameter ray algoritymn using your 3D card. A 3D card is strongly recommended for screen speed and additional coprocessing power. WWW: http://sourceforge.net/projects/ffff/ PR: 103441 Submitted by: rossiya@gmail.com Revision Changes Path 1.990 +1 -0 ports/graphics/Makefile 1.1 +49 -0 ports/graphics/ffff/Makefile (new) 1.1 +3 -0 ports/graphics/ffff/distinfo (new) 1.1 +39 -0 ports/graphics/ffff/files/patch-FFFF3.cpp (new) 1.1 +56 -0 ports/graphics/ffff/files/patch-extensions.cpp (new) 1.1 +1125 -0 ports/graphics/ffff/files/patch-hole.cpp.save (new) 1.1 +18 -0 ports/graphics/ffff/pkg-descr (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200610041054.k94As669058892>