distance-field texture magnification algorithm

Hello,

We are implementing a fragment shader used to render a high-resolution version of a low resolution texture onto a single quad covering the entire viewport of an OpenGL rendering view. The algorithm we are attempting to implement is a variation based on the one referred to in Valve’s SIGGRAPH 07 paper written by Chris Green, see link below.

https://dl.dropbox.com/u/14929593/SIGGRAPH2007_AlphaTestedMagnification.pdf

Is there any open source implementation of a similar algorithm anywhere or would anybody be knowledgeable and willing to help on implementing such algorithm? (either on a free/credit attribution or paid remuneration basis)

Thank you,
-ekscrypto

[ATTACH=CONFIG]217[/ATTACH] (click to see larger version)

screenshot of our current algorithm at work.