Finished my post processing anti-aliasing evaluation and settled with a combination of FXAA and 2xFSAA. As before I used the Mandelbrot and Displaylist routines as basis for the experiments. Source on Github: GL3_FXAA_Mandelbrot.java and GL3_FXAA_DisplayLists.java. JOGL “friendly” fragment shader (eliminated the need for a dedicated vertex shader): .fs

Finished my post processing anti-aliasing evaluation and settled with a combination of FXAA and 2xFSAA. As before I used the Mandelbrot and Displaylist routines as basis for the experiments. Source on Github: GL3_FXAA_Mandelbrot.java and GL3_FXAA_DisplayLists.java. JOGL “friendly” fragment shader (eliminated the need for a dedicated vertex shader): .fs

Continuing with my experiments regarding anti aliasing, I took a look at the idea of combining post-processing anti-aliasing (FXAA) with super sampling as explained by Timothy Lottes. As the above picture clearly shows the results of 2xFSAA+FXAA line up somewhat between 2xFSAA and 4xFSAA at the cost of 2xFSAA (as FXAA is neglectable performance wise). JOGL2 port/implementation coming up shortly …

Continuing with my experiments regarding anti aliasing, I took a look at the idea of combining post-processing anti-aliasing (FXAA) with super sampling as explained by Timothy Lottes. As the above picture clearly shows the results of 2xFSAA+FXAA line up somewhat between 2xFSAA and 4xFSAA at the cost of 2xFSAA (as FXAA is neglectable performance wise). JOGL2 port/implementation coming up shortly …

With the current rate post-processing antialiasing techniques are invented my projection is that we will run out of four letter acronyms by the end of the year: MLAA, FXAA, SRAA, GPAA, NFAA (to name only a few). So I felt it was time to revisit the whole anti-aliasing problem and started with porting/evaluating FXAA. Looks promising, more to come …

With the current rate post-processing antialiasing techniques are invented my projection is that we will run out of four letter acronyms by the end of the year: MLAA, FXAA, SRAA, GPAA, NFAA (to name only a few). So I felt it was time to revisit the whole anti-aliasing problem and started with porting/evaluating FXAA. Looks promising, more to come …

NIGHTNIGHT by DEDDY