summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
notaz [Mon, 10 Jun 2013 23:36:32 +0000 (02:36 +0300)]
handle src buffer underflow corner cases
Sam Lantinga [Thu, 17 Dec 2009 14:33:00 +0000 (14:33 +0000)]
Merged SDL 1.3 revision 5424, fixing a crash in the joystick code on recent kernels.
Ryan C. Gordon [Thu, 1 Sep 2011 08:31:01 +0000 (04:31 -0400)]
Backport from 1.3 branch: clean up opened joysticks in SDL_JoystickQuit().
Sam Lantinga [Fri, 2 Dec 2011 23:35:04 +0000 (18:35 -0500)]
Hi Sam
In X11_CreateYUVOverlay hwdata->image will be accessed after it has been
freed, causing undefined behavior. Exchanging two lines as shown in this
patch will fix that problem:
Regards, Bodo
Ryan C. Gordon [Wed, 18 Jan 2012 08:03:23 +0000 (03:03 -0500)]
Add dynamic symbol for _XGetRequest, which libX11 1.4.99.1 added.
Fixes Bugzilla #1376.
Andreas Müller [Sun, 10 Mar 2013 21:43:48 +0000 (22:43 +0100)]
SDL_x11sym.h: add symbols for _XGetRequest
While intoducing to yocto few libraries complain:
| /home/tmp/oe-core-eglibc/sysroots/overo/usr/lib/libSDL.so: undefined reference to `_XGetRequest'
This is a backport from libsdl-1.2.15.
Signed-off-by: Andreas M?ller <schnitzeltony@googlemail.com>
notaz [Thu, 14 Feb 2013 23:06:03 +0000 (01:06 +0200)]
fix incorrect assumption, minor refactoring
notaz [Sat, 9 Feb 2013 21:01:18 +0000 (23:01 +0200)]
NEONize a few more blit types
notaz [Sat, 9 Feb 2013 20:55:07 +0000 (22:55 +0200)]
use offscreen blitting when SDL_DOUBLEBUF is not set
otherwise many games suffer flicker.
Provide an option to support old behavior.
notaz [Sat, 2 Feb 2013 21:32:19 +0000 (23:32 +0200)]
support .unicode of returned events
notaz [Sat, 2 Feb 2013 21:37:43 +0000 (23:37 +0200)]
delay omapfb layer enable
fixes issues with tvout (I think)
notaz [Tue, 28 Aug 2012 22:52:30 +0000 (01:52 +0300)]
fix vram realloc
we don't need to continue trying if we get in already
available range
notaz [Wed, 22 Aug 2012 22:38:37 +0000 (01:38 +0300)]
refactor NEON blit checks
notaz [Wed, 22 Aug 2012 22:28:50 +0000 (01:28 +0300)]
unify NEON code, use preload
notaz [Wed, 22 Aug 2012 22:09:06 +0000 (01:09 +0300)]
add some more NEON blitters from _wb_
(notaz: adjusted slightly to not trash callee-saved regs.)
Darren Alton [Wed, 4 Jul 2012 19:01:43 +0000 (15:01 -0400)]
Add "scaled" and "pixelperfect" layer sizes.
(notaz: adjusted coding style to keet it consistent)
notaz [Mon, 9 Apr 2012 22:27:55 +0000 (01:27 +0300)]
limited minimize support
might not work with multiple SDL apps at once
notaz [Thu, 15 Mar 2012 21:07:02 +0000 (23:07 +0200)]
add scancode support
probably not everything matches default SDL, but should be good enough
notaz [Mon, 12 Mar 2012 22:40:44 +0000 (00:40 +0200)]
support external mouse through X events
notaz [Sun, 11 Mar 2012 23:33:22 +0000 (01:33 +0200)]
rename omapsdl.h, for consistency
notaz [Sun, 11 Mar 2012 22:37:43 +0000 (00:37 +0200)]
handle multibuffering better
First try to alloc mem for 3 buffers, if that fails, try less.
notaz [Sat, 10 Mar 2012 22:59:35 +0000 (00:59 +0200)]
flip before vsync
should be better, in theory at least, as registers are latched
on VFP, before VSYNC irq.
notaz [Sat, 10 Mar 2012 21:59:40 +0000 (23:59 +0200)]
try harder with screen res detection
notaz [Sat, 10 Mar 2012 21:43:53 +0000 (23:43 +0200)]
setup_omap_layer: handle bad arguments better
notaz [Sun, 18 Dec 2011 21:52:11 +0000 (23:52 +0200)]
add some NEON 32bpp blitters
notaz [Sat, 17 Dec 2011 21:33:15 +0000 (23:33 +0200)]
fix alpha for 32bpp screen
those bits are ignored by hw, tell SDL there is no alpha.
notaz [Sun, 27 Nov 2011 20:48:09 +0000 (22:48 +0200)]
don't have fn as modifier
this causes incompatibility with default and PC SDL.
notaz [Fri, 25 Nov 2011 22:20:38 +0000 (00:20 +0200)]
stop force-doublebuf hack from interfering
..with apps that do buffer flipping themselves, like mplayer
notaz [Thu, 24 Nov 2011 11:38:22 +0000 (13:38 +0200)]
update readme
notaz [Wed, 23 Nov 2011 23:29:54 +0000 (01:29 +0200)]
Add support for border removal
notaz [Wed, 23 Nov 2011 00:16:23 +0000 (02:16 +0200)]
Add touchscreen coordinate translation
also refactor config stuff a bit
notaz [Tue, 22 Nov 2011 23:07:50 +0000 (01:07 +0200)]
adjust default layer size to fit screen
notaz [Tue, 22 Nov 2011 23:00:03 +0000 (01:00 +0200)]
don't force double buffering
honour SDL_DOUBLEBUF insead. Also add an option to force
this flag for old behavior.
notaz [Wed, 16 Nov 2011 23:33:50 +0000 (01:33 +0200)]
don't depend on system SDL headers
notaz [Tue, 15 Nov 2011 23:34:43 +0000 (01:34 +0200)]
blit: improve BlitNtoNSurfaceAlphaKey for 16bpp
notaz [Tue, 15 Nov 2011 22:07:55 +0000 (00:07 +0200)]
really support 24 and 32 bpp
notaz [Tue, 15 Nov 2011 15:29:55 +0000 (17:29 +0200)]
update common code to latest from PCSX rearmed
may give us 24/32 bpp, maybe.
notaz [Tue, 15 Nov 2011 10:52:22 +0000 (12:52 +0200)]
map remaining fn keys to something
notaz [Fri, 16 Sep 2011 21:04:15 +0000 (00:04 +0300)]
don't needlessly realloc memory
it can potentially fail, mostly if we have multiple overlays
(TV-out and stuff)
notaz [Fri, 9 Sep 2011 21:54:53 +0000 (00:54 +0300)]
fix fn keys, make them closer to default SDL
notaz [Wed, 17 Nov 2010 20:20:05 +0000 (22:20 +0200)]
allow variable resolutions
notaz [Tue, 16 Nov 2010 16:29:20 +0000 (18:29 +0200)]
detect default resolution properly, fix res list
notaz [Tue, 16 Nov 2010 13:12:54 +0000 (15:12 +0200)]
allow empty lines in config
notaz [Tue, 16 Nov 2010 12:58:47 +0000 (14:58 +0200)]
fail on offscreen hardware surfaces
also add more fake modes, somebody could use that to scale down
notaz [Sun, 14 Nov 2010 23:46:01 +0000 (01:46 +0200)]
unify messages, small readme update
notaz [Sun, 14 Nov 2010 22:20:12 +0000 (00:20 +0200)]
some basic readme
notaz [Sun, 14 Nov 2010 21:21:59 +0000 (23:21 +0200)]
add OMAP layer handling
notaz [Sun, 14 Nov 2010 20:46:46 +0000 (22:46 +0200)]
fix deadlock if ts_cb is not set
notaz [Sat, 13 Nov 2010 22:21:14 +0000 (00:21 +0200)]
add touchscreen support
notaz [Sat, 13 Nov 2010 21:00:37 +0000 (23:00 +0200)]
hook into SDL
notaz [Sat, 13 Nov 2010 18:34:23 +0000 (20:34 +0200)]
implement input to avoid PD common dependency
Also commit fbdev/oshide.
notaz [Fri, 12 Nov 2010 22:08:39 +0000 (00:08 +0200)]
rename input.c to avoid conflicts, some small refactoring
notaz [Wed, 10 Nov 2010 16:19:15 +0000 (18:19 +0200)]
standalone: refactor for becoming also a SDL driver
notaz [Mon, 8 Nov 2010 23:23:14 +0000 (01:23 +0200)]
add input, basic config
notaz [Sun, 7 Nov 2010 18:24:53 +0000 (20:24 +0200)]
Initial standalone code, some stuff runs
notaz [Tue, 9 Nov 2010 21:28:33 +0000 (23:28 +0200)]
SDL-1.2.14