JeGX HackLAB


ATI and Depth Map Filtering

without comments




I’ve just found in the super paper of ATI, called “ATI OpenGL Programming and Optimization Guide” that all ATI GPUs from the R300 (Radeon 9700) to the latest R580 (Radeon X1900) only support NEAREST (and the mipmap version) filtering for depth map. That explains the previous results. So if you want a nVidia-like depth map filtering, you have to code the filtering yourself in the pixel shader. Okay, this answer suits me!










197 views

Written by JeGX

August 6th, 2006 at 8:07 pm

Posted in OpenGL

Tagged with , , , ,

Leave a Reply