log src/dmimage.c @ 2298:b5abfff07ca9

age author description
Sun, 13 May 2018 06:39:13 +0300 Matti Hamalainen Cleanup some remnants of SDL1 code.
Sun, 13 May 2018 06:00:50 +0300 Matti Hamalainen Initial port to SDL2. Many things will not work now.
Thu, 05 Mar 2015 16:57:27 +0200 Matti Hamalainen Use dmfreset() instead of dmfseek() to seek to stream start.
Thu, 05 Mar 2015 07:27:54 +0200 Matti Hamalainen Use dmMemset, dmMalloc, dmRealloc and dmFree directly.
Thu, 05 Mar 2015 05:25:45 +0200 Matti Hamalainen Add note about the 24-bit RGBA masks being different.
Thu, 05 Mar 2015 05:23:19 +0200 Matti Hamalainen Move RGBA mask definitions to static global variables that are
Wed, 04 Mar 2015 09:28:42 +0200 Matti Hamalainen Define STBI_ASSERT(x) as dummy if DM_DEBUG is not enabled.
Wed, 04 Mar 2015 08:50:08 +0200 Matti Hamalainen Disable formats other than PNG and JPEG from stb_image.
Tue, 03 Mar 2015 23:22:36 +0200 Matti Hamalainen Cosmetics pass: Remove excess whitespace.
Mon, 02 Mar 2015 05:00:50 +0200 Matti Hamalainen Change message to debug.
Sun, 01 Mar 2015 18:13:01 +0200 Matti Hamalainen Finishing touches to the DM_DEBUG stuff.
Sun, 01 Mar 2015 18:03:08 +0200 Matti Hamalainen Add special debug error message function/macro that can be
Sun, 01 Mar 2015 17:31:48 +0200 Matti Hamalainen Image resources may get decoded multiple times, so seek to node start.
Fri, 27 Feb 2015 04:59:38 +0200 Matti Hamalainen Initialize variables so that we don't get garbage in error situations.
Fri, 27 Feb 2015 03:58:25 +0200 Matti Hamalainen Add error code parameter to dmError() and dmErrorVA().
Thu, 26 Feb 2015 18:35:29 +0200 Matti Hamalainen Use dmzlib module in stb_image.
Mon, 23 Feb 2015 19:57:28 +0200 Matti Hamalainen Cleanup.
Mon, 23 Feb 2015 19:49:58 +0200 Matti Hamalainen Mangle new stb_image to our purposes.
Tue, 03 Feb 2015 20:07:38 +0200 Matti Hamalainen Modify stb_image so that we can eventually lift out the zlib functionality.
Fri, 16 May 2014 03:22:39 +0300 Matti Hamalainen Move library source under src/ subdirectory. base dmimage.c@6687f19dce5a