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

Emanuel Haupt ehaupt at FreeBSD.org
Wed Oct 4 03:54:06 PDT 2006


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 at 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)


More information about the cvs-ports mailing list