This is a good question... Can we disable AA from the application for all vendors ?
I made a new test.
this time with Catalyst Control Center (the last one 8.1 that has just been updated today)
here are the setting I found under the control center
under 3D
Anti-aliasing, smoothvision HD:Anti-Aliasing : "use application setting" is set
Adaptive Anti-Aliasing : Enable Adaptive Anti-Aliasing is unset
Smoothvision HD : Anisotropic Filtering : : "use application setting" is set
So, every setting related to antialisaing are either unset or left to the application.
I still have the same problem with Direct3D
[edit] I made a new test, this time by setting anti aliasing to any value in contol center (x2 or x4 or x6), then the problem does not occur ! but when i set it to "application managed" the problem occurs again[/edit]
I had a look at direct3d.c in module/video_output, I made some search about the direct3d function used, I found nothing "obvious" that could explain the problem, but my knowledge of DirectX programming is close to zero, someone more experimented should take a look a it. the only thing I've noticed (and I don't think it has something to do with the problem, is that the vertex processing used is software and not hardware, there is no test to check the graphic card capabilities)
Touco