summaryrefslogtreecommitdiff
path: root/graphics/ffff (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Mark as broken with gcc4.2.Mark Linimon2007-10-041-1/+7
| | | | Notes: svn path=/head/; revision=200808
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Add ffff, a fast mandelbrot fractal generator with features such as:Emanuel Haupt2006-10-046-0/+1290
* 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 Notes: svn path=/head/; revision=174445