-
I've run into a case where I am using FTGL on a platform where the max texture size is 512x512. When rendering a font glyph at size = 200 (which I then down-sample to 100 post-rendering), I encountered a crash near line #185 in src/FTFont/FTTextureFont.cpp. It appears that the glyphWidth parameter went higher (731) than the textureWidth parameter (512, due to HW restrictions). This causes the...
2009-03-18 16:23:06 UTC in FTGL
-
cokane committed revision 215 to the SDLmm SVN repository, changing 2 files.
2009-02-16 14:29:09 UTC in SDLmm
-
cokane committed revision 214 to the SDLmm SVN repository, changing 7 files.
2009-02-16 14:23:25 UTC in SDLmm
-
cokane committed revision 213 to the SDLmm SVN repository, changing 1 files.
2008-12-16 18:55:19 UTC in SDLmm
-
cokane committed revision 212 to the SDLmm SVN repository, changing 1 files.
2008-12-16 18:29:14 UTC in SDLmm
-
cokane committed revision 211 to the SDLmm SVN repository, changing 1 files.
2008-12-16 17:50:39 UTC in SDLmm
-
Thanks, I've actually just contributed the code we've been using to cross-compile and native-compile SDLmm as a Win32 DLL using Cygwin and MinGW32. It utilizes the GCC type modifiers for explicitly exporting desired symbols in the source code.
2008-12-15 23:31:37 UTC in SDLmm
-
Hi, I'd just like to comment really quick on the APNG support. It seems to me that it is a reimplementation of functionality already solved by the MNG format. Why didn't the mozilla team actually just use/update libmng instead of patching libpng and pushing this new "APNG Standard", drafted by a few other developers?
That said, I tried building Thunderbird 3 against my system's libpng and found...
2008-12-15 00:23:09 UTC in PNG reference library: libpng
-
cokane committed revision 208 to the SDLmm SVN repository, changing 17 files.
2008-12-08 18:50:46 UTC in SDLmm
-
cokane committed revision 207 to the SDLmm SVN repository, changing 1 files.
2008-12-08 18:17:54 UTC in SDLmm