I'm on Irrlicht V1.8 with Visual Studio 2010 Express.
When i tried to use anti aliasing with opengl on Windows 7, it didn't work on ATI Radeon 7770 but it work on GeForce GTX 560.
After comparison with a NeheGL antialiasing sample which work very well on ATI , i have found the problem:
In file COpenGLDriver.cpp if you remove line 313: WGL_FRAMEBUFFER_SRGB_CAPABLE_ARB, Params.HandleSRGB ? 1:0,
and line 322 to 328 (all about framebuffer_srgb_supported which isn't use?)
suddently wglChoosePixelFormat_ARB return numFormats>0 and a valid PixelFormat for anti aliasing... it's work but I don't know why.
but It's can be helpful ...
![Very Happy :D](./images/smilies/icon_biggrin.gif)