Blender Git Commit Log

Git Commits -> Revision 61c8471

Revision 61c8471 by Joseph Eagar (master)
January 25, 2007, 22:47 (GMT)
=FSAA fix=

This commit fixes problems with FSAA (full-screen video card antialiasing) with selection.
It turns off FSAA for the backbuffered select drawing function.

Since opengl's extension system is incomphrehensible to me (at least not without committing glew), I've
basically done a little hack that detects if the value we need for glDisable (MULTISAMPLE_ARB) is defined,
and if not defines it. Also, this commit only works on windows, because glx sadly seems to not support
arb_multisample at all, and in all likelihood neither does osx.

Joe

Commit Details:

Full Hash: 61c8471ebdcaa531cb5d2262c02c1574e0081635
Parent Commit: 497b028
Lines Changed: +25, -2

1 Modified Path:

/source/blender/src/drawview.c (+25, -2) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021