GNOME Bugzilla – Bug 445711
Enable antialiasing
Last modified: 2008-11-27 10:46:57 UTC
Could we enable antialiasing in glChess in OpenGl mode? For improved visual appearance.
I had a look at this a while ago - it appears that GtkGLExt needs to full-scene antialiasing for us to use it. (And I can't seem to find any information that it does). The other option is to render the scene multiple times using an accumulation buffer - this requires a reasonable amount of work to implement. I haven't been able to find any good (Linux) FSAA examples. I agree, just don't know how to do it currently.
Take a look here: http://mail.gnome.org/archives/gtkglext-list/2007-June/msg00003.html There is hope.. :-)
Fixed in 2.25.2: http://svn.gnome.org/viewvc/gnome-games?view=revision&revision=8335