[Bf-committers] Re: [Bf-blender-cvs] CVS commit: blender/source/blender/src drawview.c

Brecht Van Lommel brechtvanlommel at pandora.be
Fri Jan 26 01:07:16 CET 2007


Hi,

>   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.

Both GLX and Mac OS X support ARB_multisample, it's part of OpenGL 1.3 
even. I don't think #ifdef WIN32 is needed.

Brecht.


More information about the Bf-committers mailing list