Commit graph

29 commits

Author SHA1 Message Date
kub
fbbf5e3fc0 better support for resizable windows 2024-09-10 22:31:15 +02:00
kub
9fba90ac32 fix some warnings 2024-09-05 22:00:30 +02:00
kub
7b58e15633 Merge remote-tracking branch 'notaz/master' 2023-01-29 19:37:03 +00:00
kub
09fcfbaa18 fix sdl overlay not locked for clearing 2022-09-28 18:55:29 +00:00
kub
bededcb4be add some support for handling redraw events 2022-09-16 22:13:05 +00:00
kub
c722861112 make gl layer reinitializable 2022-09-16 22:09:21 +00:00
notaz
7167e5f337 Merge branch 'irixxxx' 2022-09-10 16:57:39 +03:00
kub
e3ea3015f0 fix regression selecting SDL window size (for hw scaling) 2022-03-06 18:25:56 +00:00
kub
d07718a03b fix a buffer overflow 2022-03-04 19:39:44 +00:00
kub
533726df95 reduce SDL_Setvideo calls to avoid flickering with TRIPLEBUF 2022-03-04 19:38:41 +00:00
kub
74cb846a3a add basic fullscreen support to SDL window mode 2022-03-04 19:37:27 +00:00
jSTE0
66ef1764f0 sdl: lock YUV overlay before clearing
The pixels pointer is not valid otherwise and leads to a segfault.
2022-02-28 23:00:22 +00:00
kub
81b1aa54a4 add aspect ratio for sdl fullscreen 2022-02-22 22:28:56 +00:00
kub
2de059cace add SDL SWSURFACE support 2022-01-26 19:39:47 +00:00
notaz
c668921a45 sdl: don't try gl on remote displays 2021-10-31 17:16:48 +02:00
notaz
39639dd1da sdl: set initial pitch 2021-10-31 16:36:36 +02:00
kub
39b2c61e1d fix loading screen if loading rom from command line 2020-10-10 20:57:22 +02:00
kub
34e55f235e add triplebuffering support 2020-10-10 20:56:36 +02:00
kub
9ba0831411 add 2x overlay for SDL to improve color resolution 2020-07-02 09:34:11 +02:00
Paul Cercueil
17def48f1f SDL video: Use a hardware surface and double buffering 2013-10-07 17:11:03 +02:00
Grazvydas Ignotas
b57ed12e39 dodge a warning 2013-06-25 01:32:48 +03:00
notaz
da0cc55643 sdl: use overlay on native bpp window 2013-03-14 01:02:54 +02:00
notaz
e288d77607 sdl: add resize callback 2013-02-06 03:45:53 +02:00
notaz
63f173a250 sdl: restore video modeo n exit
resolves black screen issue on R-Pi
2013-01-31 00:20:04 +02:00
notaz
1f84ba9f30 sdl: be more careful with x11, handle quit msg 2013-01-30 03:50:08 +02:00
notaz
215e7ed251 only take wminfo from appropriate sdl driver 2013-01-28 03:25:42 +02:00
notaz
0d645bc539 add some VideCore/R-pi support code 2012-12-23 02:14:35 +02:00
notaz
e54719efea sdl: handle activate events 2012-12-23 02:14:35 +02:00
notaz
e81b987fc1 add some sdl code from rearmed 2012-12-23 02:14:35 +02:00