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

Daniel Dunbar daniel at zuster.org
Tue Mar 8 20:27:59 CET 2005


zuster (Daniel Dunbar) 2005/03/08 20:27:59 CET

  Modified files:
    blender/source/blender/src glutil.c 
  
  Log:
  Bug fix #2296
   - Background image would jitter around on ATI card when zoomed in too
     far. It appears that the driver is was multiplying the image width
     by the zoom factor at some point and clamping this number, before
     clipping the visible image. Somehow this then fed back in to clipping
     the zoom factor.
  
     Fix is to only tell GL to draw the smallest number of pixels (width
     and height) that would be visible on the screen. Since this is not
     a generally bad thing to do applied fix for all users of
     glaDrawPixelsSafe.
  
  Revision  Changes    Path
  1.16      +50 -45    blender/source/blender/src/glutil.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/src/glutil.c.diff?r1=1.15&r2=1.16&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list