Commit Graph

227 Commits

Author SHA1 Message Date
Twinaphex
5fc267d24a (OSX/iOS) get_chosen_screen buildfixes 2015-11-14 22:26:07 +01:00
twinaphex
63924971aa (Android) Refactor away system_property_get_density - make regular calls to
system_property_get instead
2015-11-14 19:22:33 +01:00
twinaphex
4b63df35ba (Android) Should cache DPI once and then just return the value
without doing costly popen calls every time
2015-11-14 03:18:00 +01:00
twinaphex
8d0e375de0 (Win32) Buildfixes 2015-11-12 05:17:21 +01:00
twinaphex
105236a543 Create win32_set_video_mode 2015-11-12 05:16:06 +01:00
twinaphex
d3efdf8e5a Move g_restore_desktop to win32_common 2015-11-12 05:14:09 +01:00
twinaphex
9a82d2a956 Create win32_monitor_set_fullscreen 2015-11-12 03:01:50 +01:00
twinaphex
0dce6479c1 Create win32_window_create 2015-11-12 02:51:40 +01:00
twinaphex
cb008b13f8 (D3D) Use the same hwnd variable as WGL 2015-11-12 02:45:16 +01:00
twinaphex
823e2db596 Create d3d_set_render_state 2015-11-12 01:28:14 +01:00
twinaphex
cb5d4b0569 Compile in win32_monitor_ functions for Xbox too but leave them
stub
2015-11-12 01:22:28 +01:00
twinaphex
9deeececf1 Turn win32_common and wgl_ctx into C++ 2015-11-11 20:07:06 +01:00
twinaphex
1413d97ab0 (D3D/GL) Use more common code 2015-11-11 19:48:24 +01:00
twinaphex
938dfa775a (D3D/GL) Try to use common code for both 2015-11-11 19:41:32 +01:00
twinaphex
8e08db3446 more buildfixes 2015-11-11 18:29:06 +01:00
twinaphex
3c5f4bd243 Move WndProc to win32_common.c 2015-11-11 18:26:10 +01:00
twinaphex
8f6deb9dac Pass function pointer to win32_window_init too 2015-11-11 18:22:39 +01:00
twinaphex
b40baa6323 Move win32_window_init 2015-11-11 18:16:28 +01:00
twinaphex
65a9419522 Create win32_window_init 2015-11-11 18:15:21 +01:00
twinaphex
00cbf68e95 (D3) Reuse common multi-monitor code 2015-11-11 17:57:15 +01:00
twinaphex
e0720cd764 Add mon_id argument to win32_get_monitor_info 2015-11-11 17:47:56 +01:00
twinaphex
8f9218ab1b (Win32) Cleanups 2015-11-11 17:41:20 +01:00
twinaphex
0cb507886a Split up win32_monitor code to win32_common 2015-11-11 17:36:52 +01:00
twinaphex
0f9f8c248b (Win32) Refactor monitor code 2015-11-11 05:32:00 +01:00
twinaphex
8da911bc65 (D3D Ctx) Buildfix 2015-11-11 05:01:37 +01:00
twinaphex
a7df537dde (D3D) Implement (rather stub) set_video_mode 2015-11-11 05:00:09 +01:00
twinaphex
fa1b7b19eb Don't call win32_check_window twice 2015-11-11 02:20:32 +01:00
twinaphex
b3662e2f27 (D3D) Buildfix 2015-11-11 02:20:11 +01:00
twinaphex
47496ff0c3 (D3D) reimplement resizing 2015-11-11 02:17:18 +01:00
twinaphex
f76d9f255a (D3D) Start fleshing out WinProc 2015-11-11 02:12:25 +01:00
Stefan
742d6a62b5 vc_egl_ctx.c: Fix missing fps output
Related to: https://github.com/libretro/RetroArch/issues/2034
It does not segfault but there is no fps output with msg_queue_push(). Just do it like other context driver.
2015-11-07 12:30:28 +01:00
twinaphex
ae7d9222e2 Try to not reference UIScreen directly 2015-11-05 22:17:02 +01:00
Twinaphex
51426f64c2 Revert "Add OSX implementation for cocoagl_gfx_ctx_get_native_scale"
This reverts commit a408a5e59a.
2015-11-01 12:45:36 +01:00
twinaphex
a408a5e59a Add OSX implementation for cocoagl_gfx_ctx_get_native_scale 2015-11-01 12:15:21 +01:00
twinaphex
61a67f0938 Cleanups 2015-10-31 21:41:31 +01:00
lugaidster
5c7c53f026 fixed a typo that caused Retroarch to crash on wayland using the gl driver. 2015-10-29 23:59:40 -03:00
twinaphex
02a43c6b2a Change 'rarch' to 'retro' namespace in libretro-common 2015-10-26 03:18:13 +01:00
twinaphex
9893be7849 (WGL) Buildfix 2015-10-23 07:59:53 +02:00
Monroe88
a2e4a39ecf (wgl_ctx) Also account for swap interval when setting fullscreen refresh rate 2015-10-21 18:57:06 -05:00
Monroe88
4afbd0682b (wgl_ctx) Set fullscreen mode refresh rate to video_refresh_rate 2015-10-19 19:44:28 -05:00
twinaphex
ff59f92341 (Win32) Create win32_suppress_screensaver 2015-10-10 08:13:58 +02:00
twinaphex
e986b9e42a Static code analysis cleanups 2015-09-29 17:35:28 +02:00
twinaphex
f189ad271e (mali_fbdev_ctx.c) Use retro_file.h 2015-09-18 03:55:44 +02:00
twinaphex
133e85298f * Add retro_get_fd to retro_file.c
* Use retro_file in gfx/drivers_context/drm_egl_ctx.c
2015-09-18 03:47:44 +02:00
twinaphex
340585defb Header Cleanups 2015-09-16 05:53:34 +02:00
twinaphex
c11b08ed91 (Android) Buildfix 2015-09-16 05:46:03 +02:00
twinaphex
54dbe5e66b (fbdev context drivers) style nits 2015-09-09 19:59:39 +02:00
Alcaro
dbccc4f4f0 Shut up some more warnings. 2015-09-06 16:07:26 +02:00
twinaphex
421e006297 (wgl_ctx.c) Cleanups 2015-09-05 14:38:55 +02:00
twinaphex
3e977034a7 (Win32) More buildfixes 2015-09-05 14:10:16 +02:00