Toad King
|
c8f03b4640
|
fix fullscreen sometimes losing state
|
2018-01-14 15:19:37 -06:00 |
|
Toad King
|
5ef595be1a
|
fix fullscreen
|
2018-01-14 02:33:22 -06:00 |
|
Toad King
|
77b158e6a2
|
fix compiler warning
|
2018-01-13 20:47:30 -06:00 |
|
Toad King
|
a77f9c37c6
|
start on bringing the emscripten video code up to speed with latest emscripten
fix rwebinput
|
2018-01-13 00:05:07 -06:00 |
|
twinaphex
|
a8445c3ec4
|
D3D8 buildfix
|
2018-01-03 20:23:34 +01:00 |
|
twinaphex
|
df9cf9df21
|
(Xbox OG) Buildfix
|
2018-01-03 14:43:41 +01:00 |
|
Alcaro
|
9ab6957dc4
|
Fix #6009 v2.0
|
2017-12-31 14:32:14 +01:00 |
|
twinaphex
|
df3bb2e7e8
|
gfx_ctx_wgl_update_title - small cleanup
|
2017-12-31 13:54:34 +01:00 |
|
Brad Parker
|
81cd5435a1
|
x11: enable window transparency
|
2017-12-16 10:29:30 -05:00 |
|
gblues
|
6904101c44
|
Clean up trailing whitespace
== DETAILS
Really simple code cleanup, because my editor flags trailing whitespaces
and it's pretty annoying.
|
2017-12-12 00:24:18 -08:00 |
|
Themaister
|
75b84b4f94
|
Support pending swapchain creation.
|
2017-12-09 17:28:20 +01:00 |
|
clienthax
|
d6daf2f573
|
[PS3] Possible fix for 0x0 resolution on
|
2017-12-07 19:49:11 +00:00 |
|
Brad Parker
|
bc4bbe79aa
|
don't define UNICODE at all, we don't need it and it causes dinput problems (names are wchar_t)
|
2017-12-05 14:26:59 -05:00 |
|
Brad Parker
|
20b73cd676
|
x11: add RetroArch logo to window title bar
|
2017-11-22 00:01:42 -05:00 |
|
twinaphex
|
97095404bd
|
Buildfixes
|
2017-11-13 11:04:09 +01:00 |
|
Twinaphex
|
fcae5deb2d
|
Merge pull request #5670 from libretro/Alcaro-patch-2
mali_fbdev_ctx: Remove filestream dependency
|
2017-11-13 10:52:01 +01:00 |
|
Alcaro
|
58bae8456a
|
Remove filestream dependency
This causes issues in #5664
|
2017-11-13 09:45:48 +00:00 |
|
Alcaro
|
d005adbd42
|
Remove filestream dependency
This causes issues in #5664
|
2017-11-13 09:42:39 +00:00 |
|
Brad Parker
|
1771b11a39
|
wayland: fix heap buffer overflows
|
2017-11-05 19:31:34 -05:00 |
|
vanfanel
|
91c9da529f
|
VC EGL context: Fixed hard freeze when toggling the bilinear filter option
|
2017-11-01 12:19:08 +01:00 |
|
vanfanel
|
b40d50bba4
|
Moved commented old implementation to proper location.
|
2017-10-19 14:21:47 +00:00 |
|
vanfanel
|
d9ec2267f7
|
Change max_swapchain=2 implementation to actually working code.
|
2017-10-18 12:06:58 +00:00 |
|
vanfanel
|
65ef37706c
|
Add experimental way to make max_swapchain=2 work on EGL/GLES VideoCore (Raspberry Pi)
|
2017-10-18 03:06:30 +00:00 |
|
twinaphex
|
d10de20bff
|
Start compiling Griffin as C for 360 - C89 fixes
|
2017-10-03 04:11:41 +02:00 |
|
twinaphex
|
bd66937112
|
Convert d3d_ctx.cpp to C
|
2017-10-02 07:57:49 +02:00 |
|
Twinaphex
|
59f7a59b3f
|
(Cocoa) Fix small leak
|
2017-10-01 09:33:53 +02:00 |
|
twinaphex
|
3ab07fc43f
|
Fix some Xbox unresolved symbol errors
|
2017-09-14 22:17:05 +02:00 |
|
twinaphex
|
07148293a5
|
(Xbox) Some buildfixes
|
2017-09-13 03:18:31 +02:00 |
|
twinaphex
|
33a77bd3a3
|
Cleanups
|
2017-09-06 00:40:14 +02:00 |
|
twinaphex
|
5ad8f2aa90
|
Update
|
2017-09-06 00:38:49 +02:00 |
|
twinaphex
|
511d563a1c
|
(d3d_ctx) Log memory too - get rid of another _XBOX ifdef
|
2017-09-06 00:37:49 +02:00 |
|
Brad Parker
|
47f3a801ba
|
gdi: allow compilation without DirectInput8 for NT
|
2017-09-04 14:18:50 -04:00 |
|
Twinaphex
|
b2d9bad3a2
|
Update wgl_ctx.c
|
2017-08-22 17:44:40 +02:00 |
|
twinaphex
|
e065d70426
|
(WGL) Try to use wglSwapLayerBuffers first before resorting to SwapBuffers
|
2017-08-19 14:17:30 +02:00 |
|
twinaphex
|
ae2435cf16
|
Silence some more C89_BUILD warnings
|
2017-08-12 18:15:26 +02:00 |
|
twinaphex
|
f546020429
|
Silence more warnings with C89_BUILD
|
2017-08-12 18:06:48 +02:00 |
|
Brad Parker
|
ff98730906
|
don't define UNICODE for msvc2005
|
2017-08-09 23:33:57 -04:00 |
|
twinaphex
|
795ae524e9
|
Convert gdi_ctx.cpp to C
|
2017-08-09 13:56:47 +02:00 |
|
twinaphex
|
a4a027be67
|
Convert wgl_ctx into C - also take care of serious warning
|
2017-08-09 13:51:33 +02:00 |
|
twinaphex
|
3bac7cc7ef
|
Revert "Start hooking up more resolution functions - not working properly yet"
This reverts commit dccc9711d9 .
|
2017-08-09 11:19:27 +02:00 |
|
twinaphex
|
dccc9711d9
|
Start hooking up more resolution functions - not working properly yet
|
2017-08-09 10:58:43 +02:00 |
|
twinaphex
|
9272d26269
|
Start filling in more resolution functionality for Windows
|
2017-08-09 04:17:32 +02:00 |
|
twinaphex
|
c9b88fa1ab
|
Buildfix
|
2017-07-03 08:57:26 +02:00 |
|
twinaphex
|
708596ba84
|
Call dylib_free at end of WGL context destroy function
|
2017-07-03 08:56:17 +02:00 |
|
Twinaphex
|
c16bb5ff5e
|
(Cocoa) Buildfix
|
2017-06-27 06:14:13 +02:00 |
|
twinaphex
|
c1c5ebf5f6
|
(Cocoa) Start implementing core context hooks
|
2017-06-27 06:11:08 +02:00 |
|
twinaphex
|
94af3addd0
|
Update cocoa_gl_ctx.m
|
2017-06-26 07:23:04 +02:00 |
|
twinaphex
|
f5a12d63cc
|
(Cocoa) Try to support Core GL 3.1/3.2/3.3 and 4.1 on OSX 10.7 and
10.10 respectively
|
2017-06-26 07:16:41 +02:00 |
|
twinaphex
|
f087419165
|
Rename platform_linux.c to platform_unix.c
|
2017-06-19 17:38:49 +02:00 |
|
twinaphex
|
097d9bc13b
|
(iOS) Buildfix
|
2017-06-18 19:43:55 +02:00 |
|