Age | Commit message (Expand) | Author | Files | Lines |
2008-12-08 | Updated copyright date | Sam Lantinga | 527 | -529/+529 |
2008-12-08 | A little cleanup for SDL snapshot release | Sam Lantinga | 1 | -7/+2 |
2008-12-07 | Fixed updating the video surface when the palette changes | Sam Lantinga | 1 | -1/+3 |
2008-12-07 | Fixed picking blit function when RLE fails | Sam Lantinga | 6 | -5/+6 |
2008-12-07 | Better default format for Mac OS X | Sam Lantinga | 1 | -1/+1 |
2008-12-07 | Fixed crash in testpalette and potential crash in SDL_LoadBMP_RW() | Sam Lantinga | 1 | -0/+14 |
2008-12-07 | Whoops, fixed pitch bug after resizing a surface | Sam Lantinga | 1 | -0/+2 |
2008-12-07 | There's no reason to add extra code to notify the mice of window size changes. | Sam Lantinga | 4 | -32/+24 |
2008-12-07 | Comment cleanup. | Ryan C. Gordon | 1 | -24/+28 |
2008-12-07 | Don't hardcode RECT for fragment program texture targets. | Ryan C. Gordon | 1 | -7/+29 |
2008-12-07 | Slight optimization of the shader, no need to scale into 0..255 | Sam Lantinga | 1 | -8/+6 |
2008-12-07 | Added official support for GL_APPLE_ycbcr_422 and GL_MESA_ycbcr_texture | Sam Lantinga | 1 | -22/+47 |
2008-12-06 | The YCbCr texture extension works now that bytes_per_pixel() returns the | Sam Lantinga | 1 | -1/+22 |
2008-12-06 | Fixed the shader fragment problems using 2 byte YUV data in a 4 byte RGB | Sam Lantinga | 1 | -3/+7 |
2008-12-06 | Date: Sat, 06 Dec 2008 15:27:00 +0100 | Sam Lantinga | 1 | -3/+9 |
2008-12-06 | Date: Sat, 06 Dec 2008 14:54:10 +0100 | Sam Lantinga | 2 | -5/+8 |
2008-12-06 | The previous checkin fixes the crash, so at least we're not overrunning | Sam Lantinga | 1 | -2/+2 |
2008-12-06 | Progress, maybe. :) | Sam Lantinga | 1 | -3/+15 |
2008-12-06 | Fixed SDL_SetAlpha compatibility function to match the documentation | Sam Lantinga | 1 | -4/+7 |
2008-12-06 | Fixed bug picking blitters | Sam Lantinga | 1 | -1/+1 |
2008-12-06 | Rebind the context to the window area and update matrices when the window siz... | Sam Lantinga | 1 | -10/+10 |
2008-12-06 | Initial pixel shader support for YUV textures in the GL renderer. | Ryan C. Gordon | 2 | -9/+199 |
2008-12-05 | Whoops, can't call glOrtho() repeatedly | Sam Lantinga | 1 | -7/+11 |
2008-12-05 | The matrices have already been set, so you don't have to re-set them. | Sam Lantinga | 1 | -14/+11 |
2008-12-05 | Fixed crashes when resizing video modes | Sam Lantinga | 1 | -2/+3 |
2008-12-05 | fixed formatting | Sam Lantinga | 1 | -8/+8 |
2008-12-04 | Allow resizing of SDL 1.2 compatibility video mode | Sam Lantinga | 1 | -8/+95 |
2008-12-03 | Added very slow software scaling to the X11 renderer | Sam Lantinga | 4 | -49/+127 |
2008-12-03 | If scaling isn't supported, do an unscaled copy instead of not showing anything. | Sam Lantinga | 1 | -19/+12 |
2008-12-03 | Fixed crash on 64-bit systems | Sam Lantinga | 1 | -2/+6 |
2008-12-03 | Date: Tue, 02 Dec 2008 23:38:26 +0100 | Sam Lantinga | 2 | -0/+153 |
2008-12-02 | Added slow but complete blit fallback | Sam Lantinga | 6 | -34/+227 |
2008-12-02 | Added missing header | Sam Lantinga | 1 | -0/+1 |
2008-12-01 | Save opaque alpha in the destination, fixes white spotlight in testalpha on M... | Sam Lantinga | 1 | -1/+1 |
2008-12-01 | Date: Mon, 01 Dec 2008 00:57:15 +0100 | Sam Lantinga | 1 | -4/+15 |
2008-12-01 | indent | Sam Lantinga | 2 | -45/+82 |
2008-12-01 | Removed the hacky stuff for YUV OpenGL textures, since Ryan's pixel shader code | Sam Lantinga | 1 | -21/+2 |
2008-12-01 | Finally got the right mojo for Apple's YUV texture format. | Sam Lantinga | 1 | -1/+5 |
2008-11-30 | Fixed the list of supported YUV formats | Sam Lantinga | 4 | -5/+10 |
2008-11-30 | Implemented the X11 (non-OpenGL) renderer, no alpha or scaling available. | Sam Lantinga | 9 | -39/+796 |
2008-11-29 | Temporary fix for Mac OS X crash in textoverlay | Sam Lantinga | 1 | -0/+3 |
2008-11-29 | Whoops, we need this for subrect updates (testsprite) | Sam Lantinga | 1 | -0/+2 |
2008-11-29 | The SDL_RLEACCEL flag is respected in SDL_ConvertSurface(), per the docs. | Sam Lantinga | 3 | -22/+20 |
2008-11-29 | Preserve the desire for RLE acceleration | Sam Lantinga | 1 | -2/+1 |
2008-11-29 | Fixed crash in glTexSubImage2D() with testoverlay on Mac OS X. | Sam Lantinga | 1 | -2/+0 |
2008-11-29 | Fixed the texture format for the software fallback | Sam Lantinga | 1 | -3/+6 |
2008-11-29 | Fixed SW_SetTextureScaleMode() | Sam Lantinga | 1 | -1/+4 |
2008-11-29 | Fixed copy blit detection | Sam Lantinga | 1 | -1/+1 |
2008-11-29 | Added ARGB8888 destination format (used on Mac OS X) | Sam Lantinga | 2 | -2/+2665 |
2008-11-28 | Fixed crash in testalpha. I think this was supposed to clear those bits. :) | Sam Lantinga | 1 | -2/+1 |