Mercurial > sdl-ios-xcode
log src/video/SDL_pixels.c @ 3595:b7c6828d4039
age | author | description |
---|---|---|
Mon, 14 Dec 2009 06:35:27 +0000 | Sam Lantinga | Added support for SDL_PIXELFORMAT_RGB24 and SDL_PIXELFORMAT_BGR24 to SDL_PixelFormatEnumToMasks() |
Sun, 13 Dec 2009 08:00:25 +0000 | Sam Lantinga | The SDL_PaletteWatch structure is really internal-only. |
Sun, 22 Nov 2009 20:53:53 +0000 | Sam Lantinga | Set the error so someone can get more information |
Sun, 20 Sep 2009 22:47:28 +0000 | Sam Lantinga | Fixed compatibility with SDL 1.2 pixel format (24 bits per pixel of color data with 4 bytes per pixel == 32 bpp) |
Wed, 10 Jun 2009 05:51:44 +0000 | Mike Gorchak | Support for 24 bpp pixel formats has been added. |
Wed, 03 Jun 2009 10:40:44 +0000 | Mike Gorchak | Support for BGR565 pixel format has been added, mainly for OpenGL ES renderer. OpenGL ES renderer now have new texture formats. |
Sun, 04 Jan 2009 17:14:27 +0000 | Sam Lantinga | indent |