Sun, 23 Sep 2012 01:50:35 -0700 |
Sam Lantinga |
Fixed bug 1591 - Renderer maximum texture size is incorrect when GL_ARB_texture_rectangle is active
|
file |
diff |
annotate
|
Mon, 03 Sep 2012 11:16:12 -0300 |
Gabriel Jacobo |
Implements SDL_GL_BindTexture and SDL_GL_UnbindTexture (#1576)
|
file |
diff |
annotate
|
Fri, 01 Jun 2012 19:51:08 -0300 |
Gabriel Jacobo |
RenderCopyEx,rotation and flipping for all hardware/software backends (#1308)
|
file |
diff |
annotate
|
Sun, 22 Jan 2012 21:46:06 -0500 |
Sam Lantinga |
Fixed loading textures when the window starts hidden.
|
file |
diff |
annotate
|
Sun, 22 Jan 2012 01:26:28 -0500 |
Sam Lantinga |
Renamed SetTargetTexture() to SetRenderTarget()
|
file |
diff |
annotate
|
Sat, 21 Jan 2012 22:22:30 -0500 |
Sam Lantinga |
Reorganized the render target code, moving the viewport handling to the general code and adding software implementation.
|
file |
diff |
annotate
|
Thu, 19 Jan 2012 21:06:47 -0500 |
Sam Lantinga |
Added a renderer flag to expose whether a renderer supports render to texture.
|
file |
diff |
annotate
|
Wed, 18 Jan 2012 22:45:49 -0500 |
Sam Lantinga |
Implementation of render targets, by Mason Wheeler and Gabriel Jacobo
|
file |
diff |
annotate
|
Tue, 10 Jan 2012 21:00:47 -0500 |
Sam Lantinga |
Fixed bug 1331 - SDL_CreateTextureFromSurface fails for OpenGL + Win XP 64 NVidia 285.58 with GL_INVALID_ENUM
|
file |
diff |
annotate
|
Sat, 07 Jan 2012 21:01:33 -0800 |
Sam Lantinga |
Fixed crash if the rendering system couldn't create an OpenGL window.
|
file |
diff |
annotate
|
Sat, 07 Jan 2012 02:32:08 -0500 |
Sam Lantinga |
Fixed bug 1256 - Invalid window warning in GL_CreateRenderer
|
file |
diff |
annotate
|
Sat, 31 Dec 2011 09:28:07 -0500 |
Sam Lantinga |
Happy New Year!
|
file |
diff |
annotate
|
Fri, 30 Dec 2011 18:18:42 -0500 |
Sam Lantinga |
Fixed bug 1315 - Greenish video when video size smaller than texture
|
file |
diff |
annotate
|
Thu, 13 Oct 2011 01:08:30 -0400 |
Ryan C. Gordon |
Fixed a whole slew of compiler warnings that -Wall exposed.
|
file |
diff |
annotate
|
Sat, 16 Jul 2011 14:59:12 -0700 |
Ryan C. Gordon |
Fixed memory leak in SDL_DestroyRenderer.
|
file |
diff |
annotate
|
Fri, 08 Apr 2011 13:03:26 -0700 |
Sam Lantinga |
SDL 1.3 is now under the zlib license.
|
file |
diff |
annotate
|
Mon, 21 Mar 2011 17:15:49 -0700 |
Sam Lantinga |
The scale mode is per texture, not per texture unit.
|
file |
diff |
annotate
|
Sun, 13 Mar 2011 11:18:35 -0700 |
Sam Lantinga |
Added the SDL_HINT_RENDER_SCALE_QUALITY hint, which defaults to nearest pixel sampling.
|
file |
diff |
annotate
|
Thu, 10 Mar 2011 01:03:43 -0800 |
Sam Lantinga |
Fixed bug 1162 (Error calling SDL_RenderReadPixels() with format=0)
|
file |
diff |
annotate
|
Sat, 26 Feb 2011 21:39:34 -0800 |
Sam Lantinga |
Zero streaming textures at the driver level
|
file |
diff |
annotate
|
Thu, 24 Feb 2011 23:42:58 -0800 |
Sam Lantinga |
Hopefully fixed crashes when creating multiple streaming textures of different sizes.
|
file |
diff |
annotate
|
Mon, 21 Feb 2011 22:26:59 -0800 |
Sam Lantinga |
Fixed compiler warnings
|
file |
diff |
annotate
|
Sat, 19 Feb 2011 21:51:21 -0800 |
Sam Lantinga |
Added OpenGL state caching for decent speed improvement.
|
file |
diff |
annotate
|
Sat, 19 Feb 2011 14:27:16 -0800 |
Sam Lantinga |
Fixed warning on Mac OS X 10.4
|
file |
diff |
annotate
|
Tue, 15 Feb 2011 13:59:59 -0800 |
Sam Lantinga |
Changed the concept of a render clip rect to a render viewport.
|
file |
diff |
annotate
|
Sat, 12 Feb 2011 19:02:14 -0800 |
Sam Lantinga |
Fixed bug #1117
|
file |
diff |
annotate
|
Sat, 12 Feb 2011 00:42:39 -0800 |
Sam Lantinga |
Ah there, that fixed it. :)
|
file |
diff |
annotate
|
Sat, 12 Feb 2011 00:25:02 -0800 |
Sam Lantinga |
Initial pass at shader YV12 support - doesn't quite work yet.
|
file |
diff |
annotate
|
Fri, 11 Feb 2011 22:37:15 -0800 |
Sam Lantinga |
Happy 2011! :)
|
file |
diff |
annotate
|
Tue, 08 Feb 2011 22:40:19 -0800 |
Sam Lantinga |
Added a hint to control whether the OpenGL driver uses shaders.
|
file |
diff |
annotate
|
Tue, 08 Feb 2011 20:23:52 -0800 |
Sam Lantinga |
Fixed the shaders (needed to use texture2DRect) - thanks Ryan!
|
file |
diff |
annotate
|
Tue, 08 Feb 2011 16:50:51 -0800 |
Sam Lantinga |
Fixed setting the texture unit, still doesn't work.
|
file |
diff |
annotate
|
Tue, 08 Feb 2011 16:27:52 -0800 |
Sam Lantinga |
Beginning of a framework for OpenGL shaders
|
file |
diff |
annotate
|
Tue, 08 Feb 2011 10:38:12 -0800 |
Sam Lantinga |
Reduce duplicated code in the texture update code paths
|
file |
diff |
annotate
|
Tue, 08 Feb 2011 10:04:09 -0800 |
Sam Lantinga |
Made it possible to disable the rendering subsystem with configure --disable-render
|
file |
diff |
annotate
|
Mon, 07 Feb 2011 20:06:26 -0800 |
Sam Lantinga |
Added function SDL_RenderSetClipRect()
|
file |
diff |
annotate
|
Sun, 06 Feb 2011 02:35:14 -0800 |
Sam Lantinga |
Fixed building on Android, added SDL_opengles2.h, removed unnecessary SDL_glesfuncs.h
|
file |
diff |
annotate
|
Sun, 06 Feb 2011 00:48:41 -0800 |
Sam Lantinga |
Minor consistency cleanup and documentation link update.
|
file |
diff |
annotate
|
Sat, 05 Feb 2011 12:01:11 -0800 |
Sam Lantinga |
Renamed files for consistency
|
file |
diff |
annotate
| base
|