Files
test/source
Daniel Dunbar 5936870006 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.
2005-03-08 19:27:58 +00:00
..
2005-03-08 19:27:58 +00:00
2004-11-14 13:44:47 +00:00
2004-01-05 00:06:11 +00:00
2004-11-03 14:45:52 +00:00
2004-09-01 12:09:22 +00:00