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

Joseph Eagar joeedh at gmail.com
Thu Jan 25 23:47:48 CET 2007


joeedh (Joseph Eagar) 2007/01/25 23:47:47 CET

  Modified files:
    blender/source/blender/src drawview.c 
  
  Log:
  =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
  
  Revision  Changes    Path
  1.269     +26 -3     blender/source/blender/src/drawview.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/src/drawview.c.diff?r1=1.268&r2=1.269&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list