Commit Graph

3333 Commits

Author SHA1 Message Date
twinaphex
6bf30bb714 (PS3) Buildfixes 2015-04-14 21:58:39 +02:00
twinaphex
0818b178f9 Rename rarch_main_command to event_command 2015-04-13 11:26:02 +02:00
Twinaphex
de2eb5f972 Rename RARCH_CMD_* to EVENT_CMD_* 2015-04-13 10:29:15 +02:00
Twinaphex
56a348e9bd Merge pull request #1624 from aliaspider/master
(3DS) video driver: performance improvements.
2015-04-13 02:52:32 +02:00
aliaspider
e754c328b0 (3DS) video driver: performance improvements. 2015-04-13 01:50:00 +01:00
twinaphex
59e7ab3048 (XDK1) Build fixes 2015-04-13 00:44:10 +02:00
twinaphex
099d95eb6f (XDK1) Buildfix 2015-04-12 22:32:01 +02:00
twinaphex
f4bd33b92f (XDK1) Build fixes 2015-04-12 22:29:55 +02:00
twinaphex
9a3ba16a36 (GL) Cleanup 2015-04-12 22:01:48 +02:00
twinaphex
4479bf5d55 (XDK1) Buildfixes 2015-04-12 20:00:49 +02:00
twinaphex
7fbbac544e Some C89 build fixes 2015-04-12 19:29:38 +02:00
twinaphex
81cd5df961 Update MSVC solutions - 360 buildfix 2015-04-12 19:03:44 +02:00
Twinaphex
0e2ed7c746 (Apple) Cleanups 2015-04-12 16:55:50 +02:00
Twinaphex
68902c9d94 (Cocoa/Apple) Split up Apple GL context driver code to separate file 2015-04-12 16:51:07 +02:00
twinaphex
2e0ea00404 (video filters) Change all existing video filters to single threaded mode -
the code is not thread-safe
2015-04-12 07:45:28 +02:00
Alcaro
c953b78f07 Fix missing HAVE_MENU ifdef. 2015-04-11 22:05:54 +02:00
twinaphex
0d8bcb518b Add dynamic.h header include 2015-04-11 21:57:03 +02:00
twinaphex
5dfdeba58f Make d3d_make_d3dpp public 2015-04-11 21:56:38 +02:00
twinaphex
f50b208ec8 Move d3d_make_d3dpp to d3d.cpp 2015-04-11 21:54:52 +02:00
twinaphex
ba0ea3da1d Create dylib.h header 2015-04-11 10:36:13 +02:00
twinaphex
be96b95dda Style nits 2015-04-11 08:45:55 +02:00
twinaphex
54b10d8eca (gfx/drivers) Style nits 2015-04-11 08:39:37 +02:00
twinaphex
e76f8b9a71 init_video_pixel_converter - return false if calloc failed 2015-04-11 08:23:02 +02:00
twinaphex
b31fd31793 Fix win32_show_cursor 2015-04-11 07:10:35 +02:00
twinaphex
c00b1ac7e1 init_video - cleanup 2015-04-11 06:23:40 +02:00
twinaphex
b77a3c49ee Cleanup video_driver_set_shader 2015-04-11 06:17:59 +02:00
twinaphex
c5cdd729db Create video_driver_suppress_screensaver 2015-04-11 06:12:27 +02:00
twinaphex
5112a6883e Create video_driver_ctx_get_ptr 2015-04-11 06:09:24 +02:00
twinaphex
128fbce403 video_driver.c - Refactor 2015-04-11 05:57:53 +02:00
twinaphex
ef825e0c6a (Menu/video) Cleanups 2015-04-11 05:44:35 +02:00
twinaphex
dd10134e39 (XDK1 Fonts) Rename pFrontBuffer 2015-04-10 10:11:43 +02:00
twinaphex
a3e14acaa3 Create win32_check_window 2015-04-10 09:36:03 +02:00
twinaphex
b46c9cea87 Create win32_show_cursor 2015-04-10 09:30:18 +02:00
twinaphex
4f43e4b363 Go through gfx_ctx_get_proc_address 2015-04-10 09:24:10 +02:00
twinaphex
ffc5ba0980 Make gfx_ctx_get_ptr static 2015-04-10 09:15:25 +02:00
Twinaphex
ced227c214 (gl.c) Cleanups 2015-04-10 09:12:32 +02:00
twinaphex
f65f56fdf4 Go through gfx_ctx_get_video_output wrapper functions 2015-04-10 09:11:17 +02:00
twinaphex
234baf09bd Go through gfx_ctx_bind_hw_render 2015-04-10 09:07:53 +02:00
twinaphex
0ef148f460 Go through gfx_ctx_set_video_mode 2015-04-10 09:05:07 +02:00
twinaphex
8082f17e2e Rename egl image buffer functions 2015-04-10 09:02:24 +02:00
twinaphex
0fc92790b3 Go through gfx_ctx_input_driver 2015-04-10 08:53:45 +02:00
twinaphex
fe69dc2768 Use gfx_ctx_show_mouse 2015-04-10 08:49:01 +02:00
twinaphex
7e6787147e (D3D) Use gfx_ctx_swap_interval 2015-04-10 08:34:28 +02:00
twinaphex
4cb8074bf5 Create more gfx_ctx wrapper functions and use them 2015-04-10 08:33:07 +02:00
twinaphex
187ab80f71 Go through more gfx_ctx wrapper functions 2015-04-10 08:26:43 +02:00
Twinaphex
1a6adcc6f6 (video_context_driver.h) Cleanup 2015-04-10 08:05:31 +02:00
twinaphex
e282951163 (360) Change #ifndef LSB_FIRST to #ifdef MSB_FIRST 2015-04-10 08:03:34 +02:00
twinaphex
8012b88bcb (PS3) Buildfix 2015-04-10 07:46:54 +02:00
twinaphex
a8a5808b78 (D3D) Cleanup 2015-04-10 07:44:07 +02:00
twinaphex
d9f828e047 (D3D) Don't use std::string for title 2015-04-10 07:41:37 +02:00