Mercurial > sdl-ios-xcode
log include/SDL_video.h @ 2913:ffae53de58f4
age | author | description |
---|---|---|
Mon, 22 Dec 2008 05:29:55 +0000 | Sam Lantinga | typo fix |
Sun, 21 Dec 2008 17:39:41 +0000 | Sam Lantinga | Added RenderPiont() API |
Sat, 20 Dec 2008 12:32:38 +0000 | Sam Lantinga | Minor corrections |
Sat, 20 Dec 2008 12:00:00 +0000 | Sam Lantinga | Date: Fri, 19 Dec 2008 20:17:35 +0100 |
Mon, 08 Dec 2008 00:27:32 +0000 | Sam Lantinga | Updated copyright date |
Tue, 02 Sep 2008 20:27:47 +0000 | Holmes Futrell | Added SDL_GL_RETAINED_BACKING attribute to SDL_GLattr |
Fri, 18 Jul 2008 18:05:54 +0000 | Holmes Futrell | Added SDL_GL_RETAINED_BACKING to SDL_GLattr enum. Retained backing means the memory for color buffers, depth buffers, etc cannot be overwritten by other applications between frames. The default for this setting is 'on'. I wanted to add this because turning retained backing off on iPhone dramatically increases performance. gsoc2008_iphone |