usrlocalben / pixeltoaster

Automatically exported from code.google.com/p/pixeltoaster
0 stars 0 forks source link

fullscreen in directx: round up to nearest available resolution. #65

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Only a few selected resolutions are available for full screen back buffers
in DirectX.  If a resolution is chosen that is not available, PixelToaster
should round up to the nearest available resolution and interpolate the
frame buffer.  Interpolation can be done by rendering the frame buffer as a
quad on the back buffer, rather than directly updating the back buffer.

Original issue reported on code.google.com by bram.deg...@gmail.com on 1 Aug 2007 at 12:57

GoogleCodeExporter commented 8 years ago
fix committed to the trunk, revision 134

Original comment by bram.deg...@gmail.com on 3 Aug 2007 at 8:16