X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fconfig%2Fglblur.xml;h=c655a16f76459744017954efab7805c8bd039b70;hp=7a885098709d1e188b562556d005893dcf1be1e5;hb=c1b9b55ad8d59dc05ef55e316aebf5863e7dfa56;hpb=de460e831dc8578acfa8b72251ab9346c99c1f96 diff --git a/hacks/config/glblur.xml b/hacks/config/glblur.xml index 7a885098..c655a16f 100644 --- a/hacks/config/glblur.xml +++ b/hacks/config/glblur.xml @@ -5,18 +5,18 @@ - + <_description> -This program draws a box and a few line segments, and generates a +This draws a box and a few line segments, and generates a radial blur outward from it. This creates flowing field effects. This is done by rendering the scene into a small texture, then repeatedly rendering increasingly-enlarged and increasingly-transparent versions of that texture onto the frame buffer. As such, it's quite -graphics intensive: don't bother trying to run this if you don't have -hardware-accelerated OpenGL texture support. It will hurt your -machine bad. +GPU-intensive: if you don't have a very good graphics card, it +will hurt your machine bad. Written by Jamie Zawinski; 2002.