Mon, 16 Nov 2009 07:13:07 +0000 |
Sam Lantinga |
You can specify the format for pixel data in SDL_RenderReadPixels() and SDL_RenderWritePixels()
|
Sun, 15 Nov 2009 09:21:46 +0000 |
Sam Lantinga |
Added a utility function to convert blocks of pixels
|
Sun, 15 Nov 2009 08:01:34 +0000 |
Sam Lantinga |
Hmm, this isn't going to work, is it?
|
Sun, 15 Nov 2009 08:01:07 +0000 |
Sam Lantinga |
Work in progress: SDL_RenderReadPixels() should be implemented soon.
|
Sun, 15 Nov 2009 04:58:03 +0000 |
Sam Lantinga |
Work in progress on OpenGL ReadPixels/WritePixels interface
|
Wed, 11 Nov 2009 06:34:33 +0000 |
Sam Lantinga |
Updated for the new pixel format structure
|
Wed, 11 Nov 2009 06:23:19 +0000 |
Sam Lantinga |
The docs directory doesn't exist anymore
|
Mon, 09 Nov 2009 15:12:31 +0000 |
Sam Lantinga |
Fixed gcc warning
|
Mon, 09 Nov 2009 05:20:11 +0000 |
Sam Lantinga |
Work in progress on implementation of SDL_RenderReadPixels() and SDL_RenderWritePixels(), code untested.
|
Mon, 09 Nov 2009 04:13:51 +0000 |
Sam Lantinga |
Fixed bug #878
|
Sun, 08 Nov 2009 04:21:59 +0000 |
Sam Lantinga |
Fixed compile warning
|
Sun, 08 Nov 2009 04:16:42 +0000 |
Sam Lantinga |
Skip renderers that fail to initialize
|
Mon, 02 Nov 2009 07:57:51 +0000 |
Sam Lantinga |
Removed the separate static simulator target, all targets create libSDLiPhoneOS.a
|
Mon, 02 Nov 2009 07:55:42 +0000 |
Sam Lantinga |
Fixed bug #847
|
Fri, 30 Oct 2009 05:02:47 +0000 |
Sam Lantinga |
cpuid doesn't actually change the flags register
|
Fri, 30 Oct 2009 04:45:01 +0000 |
Sam Lantinga |
Fixed bug #734
|
Thu, 29 Oct 2009 09:20:50 +0000 |
Mike Gorchak |
Cursor hotspot fixes.
|
Wed, 28 Oct 2009 06:08:48 +0000 |
Sam Lantinga |
Fixed compile error
|
Wed, 28 Oct 2009 06:04:07 +0000 |
Sam Lantinga |
Automatically initialize the video system and create a renderer to simplify use.
|
Wed, 28 Oct 2009 04:33:24 +0000 |
Sam Lantinga |
Adam Strzelecki to SDL
|
Wed, 28 Oct 2009 04:27:50 +0000 |
Sam Lantinga |
Adam Strzelecki to SDL
|
Fri, 23 Oct 2009 04:08:32 +0000 |
Sam Lantinga |
Adam Strzelecki to SDL
|
Fri, 23 Oct 2009 03:58:23 +0000 |
Sam Lantinga |
Adam Strzelecki to SDL
|
Thu, 22 Oct 2009 06:09:03 +0000 |
Mike Gorchak |
Fixes in GLES configuration selection.
|
Thu, 22 Oct 2009 06:08:36 +0000 |
Mike Gorchak |
Fixes in GLES configuration selection. Support for an old QNX 6.3.2.
|
Thu, 22 Oct 2009 06:07:05 +0000 |
Mike Gorchak |
Optimizations.
|
Thu, 22 Oct 2009 04:46:11 +0000 |
Sam Lantinga |
Adam Strzelecki to SDL
|
Wed, 21 Oct 2009 14:51:42 +0000 |
Mike Gorchak |
Support for GL initialization parameters has been added.
|
Mon, 19 Oct 2009 13:31:58 +0000 |
Sam Lantinga |
Partial fix for bug #859
|
Sun, 18 Oct 2009 23:21:15 +0000 |
Sam Lantinga |
There's a bug with gcc 4.4.1 and -O2 where srcp doesn't get the correct value after the first scanline. Ugh.
|
Sun, 18 Oct 2009 17:49:40 +0000 |
Sam Lantinga |
Merged improvements to SDL_SoftStretch() from SDL 1.2
|
Sun, 18 Oct 2009 16:14:35 +0000 |
Sam Lantinga |
Fixed bug #853
|
Sat, 17 Oct 2009 23:29:52 +0000 |
Sam Lantinga |
Whoops, need " inside quotes
|
Sat, 17 Oct 2009 21:46:08 +0000 |
Sam Lantinga |
Fixed bug #852
|
Sat, 17 Oct 2009 07:38:14 +0000 |
Sam Lantinga |
iPhone/Xcode for 1.3
|
Sat, 17 Oct 2009 07:36:45 +0000 |
Sam Lantinga |
iPhone interruption patch / SDL 1.3
|
Tue, 13 Oct 2009 20:17:11 +0000 |
Mike Gorchak |
Working on fullscreen video modes support
|
Tue, 13 Oct 2009 20:16:23 +0000 |
Mike Gorchak |
Fixed memory allocation size.
|
Tue, 13 Oct 2009 18:14:22 +0000 |
Mike Gorchak |
Fixed handling of the initial window size.
|
Tue, 13 Oct 2009 11:26:40 +0000 |
Mike Gorchak |
All 2D operations in Photon driver have been finished. The driver is ready to use. There fullscreen modes and YUV textures are rest only.
|
Tue, 13 Oct 2009 11:24:36 +0000 |
Mike Gorchak |
Options --double --triple have been added to test double and triple buffering.
|
Tue, 13 Oct 2009 07:02:19 +0000 |
Sam Lantinga |
We don't need dlvsym() for ALSA anymore, yay!
|
Tue, 13 Oct 2009 06:51:20 +0000 |
Mike Gorchak |
Fixed SDL_BLENDMODE_MASK for GL and GLES renderers, now blending works like in software renderer.
|
Tue, 13 Oct 2009 06:49:29 +0000 |
Sam Lantinga |
Only show the dynamic audio libraries if we'll be dynamically loading them
|
Tue, 13 Oct 2009 06:40:08 +0000 |
Sam Lantinga |
Simplify and improve dynamic library detection, taken from SDL_image
|
Tue, 13 Oct 2009 06:33:46 +0000 |
Sam Lantinga |
Debian patch: 050_altivec_detection.diff
|
Tue, 13 Oct 2009 06:28:31 +0000 |
Mike Gorchak |
Fixed OpenGL ES primitive alpha blending.
|
Tue, 13 Oct 2009 05:30:29 +0000 |
Sam Lantinga |
Missed converting PULSE to PULSEAUDIO
|
Mon, 12 Oct 2009 19:47:01 +0000 |
Mike Gorchak |
Initial support for fullscreen application modes.
|
Mon, 12 Oct 2009 11:45:01 +0000 |
Mike Gorchak |
Photon SDL renderer almost finished, the double/tripple buffering is left only.
|
Mon, 12 Oct 2009 09:42:50 +0000 |
Sam Lantinga |
Joystick patch from FreeBSD ports system
|
Mon, 12 Oct 2009 08:21:43 +0000 |
Mike Gorchak |
Continue working on 2D support in Photon.
|
Sun, 11 Oct 2009 18:45:39 +0000 |
Mike Gorchak |
Continue working on 2D support in Photon
|
Sun, 11 Oct 2009 10:38:38 +0000 |
Sam Lantinga |
A better solution to making the default build optimization -O3
|
Sun, 11 Oct 2009 10:30:47 +0000 |
Sam Lantinga |
Whoops, the ProjectDir is one level lower than the SolutionDir
|
Sun, 11 Oct 2009 10:22:22 +0000 |
Sam Lantinga |
stefanullinger to me
|