log src/video/SDL_renderer_gles.c @ 5143:e743b9c3f6d6

age author description
Mon, 31 Jan 2011 23:23:57 -0800 Sam Lantinga Making the API simpler, the blend modes are "none, blend, add" and are supported by all renderers.
Mon, 31 Jan 2011 22:44:43 -0800 Sam Lantinga Making the API simpler, scaling is always defined as linear interpolation and should be supported as much as possible on all renderers.
Wed, 19 Jan 2011 23:56:16 -0800 Sam Lantinga Fixed bug #1026
Wed, 19 Jan 2011 23:47:50 -0800 Sam Lantinga Fixed bug #1028
Wed, 12 Jan 2011 19:33:04 -0800 Sam Lantinga Improved error message for unsupported texture format
Wed, 12 Jan 2011 15:42:26 -0800 Sam Lantinga Renderer didn't advertise texture format SDL_PIXELFORMAT_ABGR8888
Wed, 12 Jan 2011 15:23:19 -0800 Sam Lantinga Fixed blue-red channel swap in OpenGL ES 16-bit texture formats
Wed, 05 Jan 2011 00:09:19 -0800 Sam Lantinga Fixed screen texture format on Android
Sun, 12 Dec 2010 15:19:05 -0800 Sam Lantinga Use the enumerated type for blend and scale mode instead of int
Wed, 14 Jul 2010 07:31:35 -0700 Sam Lantinga pelya 2010-07-12 03:53:48 PDT
Sun, 24 Jan 2010 21:10:53 +0000 Sam Lantinga Fixed bug #926
Thu, 21 Jan 2010 07:28:01 +0000 Sam Lantinga Fixed Cocoa and OpenGL builds