FFFF is the fastest Win32/OSX/Linux/IRIX Mandelbrot generator. Features OpenGL, realtime zoom, SSE/AltiVec QuadPixel, SSE2/3DNow! DualPixel calc, FPU per pixel calc, GPU asm (Fragment/Vertex) calc, multiprocessor support, and benchmarking. Opt asm code! This port does the standard Mandelbrot at near-Xaos speed, yet every pixel is computed. There is also an interesting parameter ray algorithm using your 3D card. It detects my Nvidia fine. Requires X11 and a 3D card strongly suggested for speed and additional coprocessing power. WWW: http://sourceforge.net/projects/ffff/
Responsible Changed From-To: freebsd-ports-bugs->ehaupt I will take care of it.
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) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Port added with modifications, thanks. Changes: * patch did not apply, CRLF's had to be removed first by using USE_DOS2UNIX * split patch into individual patches * requires gcc 3.2 and higher * does not build on amd64 * use CXX instead of CC * repsect CXX * respect CXXFLAGS * install binary in ${PREFIX}/bin * moved to category 'graphics' * Makefile cosmetic