Blender Git Commit Log

Git Commits -> Revision 5936870

Revision 5936870 by Daniel Dunbar (master)
March 8, 2005, 19:27 (GMT)
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.

Commit Details:

Full Hash: 593687000663c3a2cf533f42537e0ecc4e87614a
SVN Revision: 3914
Parent Commit: af09221
Lines Changed: +49, -44

1 Modified Path:

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