Hi.
Fullscreen antialiasing is enabled by chosing the right PixelFormat at Display creation.
But how may i figure out how many samples the given graphics card supports?
By testing. Start with the highest or lowest to test if it is supported. This can be done with a PBuffer.
Do you have an example of this? I'd like to get this working as well.