From: <ba...@us...> - 2008-12-14 17:14:50
|
Revision: 37 http://scrupp.svn.sourceforge.net/scrupp/?rev=37&view=rev Author: basique Date: 2008-12-14 17:14:42 +0000 (Sun, 14 Dec 2008) Log Message: ----------- - support for larger images than OpenGL can handle Scrupp checks whether an image is too big for OpenGL and breaks it into smaller tiles. Normally, graphic cards for desktop systems support textures bigger than 2048x2048 pixels. Nevertheless, chipsets of embedded systems may be limited to 512x512 pixels. So this feature is crucial on these systems. Many thanks to Michal Kolodziejczyk for pointing this out. Modified Paths: -------------- trunk/src/Graphics.c trunk/src/Graphics.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |