twinaphex
|
aa488dda25
|
Create video driver poke load_texture / unload_texture
|
2015-12-20 20:52:23 +01:00 |
|
twinaphex
|
99ea0095a3
|
Create RARCH_MENU_CTL_FRAME
|
2015-12-06 18:28:37 +01:00 |
|
twinaphex
|
736f343d9f
|
Create RARCH_MENU_CTL_IS_ALIVE
|
2015-12-05 13:49:34 +01:00 |
|
twinaphex
|
2f29d9f18c
|
Take out menu/menu_driver.h include from driver.h
|
2015-12-05 13:22:50 +01:00 |
|
twinaphex
|
df1c6344be
|
Merge font_renderer_driver.c and font_driver.c
|
2015-12-05 12:07:22 +01:00 |
|
Higor Eurípedes
|
0dfccf2785
|
(sdl2_video) Fix floating point exception
|
2015-11-30 21:32:32 -03:00 |
|
twinaphex
|
0044d853f8
|
Move display_type / display_window etc all to gfx/video_driver.c -
no more dependencies on driver_t
|
2015-11-29 01:12:49 +01:00 |
|
twinaphex
|
4cccd6d596
|
(sdl2_gfx.c) Buildfix
|
2015-11-23 14:55:20 +01:00 |
|
twinaphex
|
074f14b132
|
Add verbosity.c/verbosity.h
|
2015-11-23 12:03:38 +01:00 |
|
twinaphex
|
85dbeeb8f9
|
No more video_monitor.h
|
2015-11-22 13:32:46 +01:00 |
|
twinaphex
|
892d99b3a6
|
Add SET_VIEWPORT_CONFIG
|
2015-11-21 13:13:55 +01:00 |
|
twinaphex
|
806c124eae
|
Merge video_viewport.c and video_driver.c
|
2015-11-21 13:01:23 +01:00 |
|
twinaphex
|
5b44bd0e6b
|
Create RARCH_DISPLAY_CTL_SET_VIEWPORT_SQUARE_PIXEL
|
2015-11-21 12:54:38 +01:00 |
|
twinaphex
|
4db97a5300
|
Refactor away video_viewport_set_core
|
2015-11-21 12:45:36 +01:00 |
|
twinaphex
|
6286e4b74c
|
Add RARCH_DISPLAY_CTL_CACHED_FRAME_RENDER
|
2015-11-20 15:34:10 +01:00 |
|
twinaphex
|
df01279cf3
|
Add non-HAVE_MENU ifdefs
|
2015-10-28 00:55:11 +01:00 |
|
twinaphex
|
e986b9e42a
|
Static code analysis cleanups
|
2015-09-29 17:35:28 +02:00 |
|
twinaphex
|
2b840c0384
|
Refactor perf counters
|
2015-09-20 10:02:59 +02:00 |
|
twinaphex
|
2d8ef11944
|
(sdl2_gfx.c) Check if pointer is not NULL first
|
2015-08-12 19:24:56 +02:00 |
|
twinaphex
|
0c023dcb68
|
Reimplement frame count
|
2015-08-03 23:01:07 +02:00 |
|
twinaphex
|
25aac8282e
|
(SDL2) Cleanups
|
2015-06-30 15:35:32 +02:00 |
|
twinaphex
|
4d538a95f2
|
(SDL2) Cleanups
|
2015-06-30 14:53:05 +02:00 |
|
twinaphex
|
97f10e4a64
|
Some more C89 compatibility fixes
|
2015-06-26 19:34:19 +02:00 |
|
Alcaro
|
febcbc5ce4
|
C89 cleanups part 2
|
2015-06-26 17:48:43 +02:00 |
|
Alcaro
|
1bbd54f597
|
Some C89 strict fixes
|
2015-06-26 17:03:12 +02:00 |
|
twinaphex
|
7197b58ed6
|
(gfx/drivers) Cleanups
|
2015-06-13 02:49:29 +02:00 |
|
twinaphex
|
6e327a3b8d
|
Get rid of more unused global local pointers
|
2015-05-20 22:48:33 +02:00 |
|
twinaphex
|
cf2c0f6930
|
Rename rarch_render_cached_frame to video_driver_cached_frame
|
2015-05-20 21:06:44 +02:00 |
|
twinaphex
|
679feefae3
|
Start using const for non-mutating variables
|
2015-05-20 19:28:05 +02:00 |
|
twinaphex
|
2f62cd65e2
|
Start using video_viewport_get_custom everywhere
|
2015-05-20 19:12:39 +02:00 |
|
twinaphex
|
a053b41223
|
Create video_viewport_get_system_av_info and video_viewport_get_custom -
move custom viewport and system av info outside of global state
|
2015-05-20 18:57:17 +02:00 |
|
twinaphex
|
b255b5a325
|
Create video_driver_set_aspect_ratio_value and video_driver_get_aspect_ratio
|
2015-05-20 18:24:45 +02:00 |
|
twinaphex
|
969bbdd85d
|
Get rid of some unused runloop variables
|
2015-05-20 03:13:42 +02:00 |
|
twinaphex
|
375c49b6c8
|
Move is_menu out of runloop struct and create get/set functions in menu_driver.c
and make the underlying variable static to make it thread-safe
|
2015-05-19 20:11:57 +02:00 |
|
twinaphex
|
ae408a1d41
|
Create video_poke get_frame_count function
|
2015-05-09 15:52:06 +02:00 |
|
twinaphex
|
4ecfe639b3
|
Create local frame_count variables again in video_drivers
|
2015-05-09 15:41:10 +02:00 |
|
twinaphex
|
a9dee4877e
|
Create set_viewport wrapper function - threaded video mode's
set_viewport function does not work yet
|
2015-04-26 19:46:59 +02:00 |
|
twinaphex
|
c22535b7e1
|
Reduce HAVE_FBO ifdefs
|
2015-04-25 02:35:06 +02:00 |
|
twinaphex
|
c0d58ce467
|
Take out win32_dwm_common.h header includes
|
2015-04-09 23:00:08 +02:00 |
|
twinaphex
|
18801c8449
|
Move gfx_set_dwm call to platform_win32.c
|
2015-04-09 22:58:57 +02:00 |
|
twinaphex
|
5e8a78bb25
|
Move x11_common.c to gfx/common
|
2015-04-09 05:02:57 +02:00 |
|
radius
|
5e6cf7d74d
|
windows build fixes
|
2015-04-04 13:56:26 -05:00 |
|
twinaphex
|
36b054506d
|
Move window manager code to gfx/drivers_wm
|
2015-04-04 20:30:44 +02:00 |
|
twinaphex
|
b89f97065a
|
(sdl_gfx) Cleanups
|
2015-04-03 04:20:50 +02:00 |
|
twinaphex
|
a760d25384
|
Create menu_driver_frame
|
2015-03-22 05:27:19 +01:00 |
|
twinaphex
|
5a443d229a
|
global_get_ptr update pt. 2
|
2015-03-21 05:42:49 +01:00 |
|
twinaphex
|
f130b00596
|
Updates pt. 3
|
2015-03-20 22:08:36 +01:00 |
|
twinaphex
|
3670ef2ac5
|
Go through driver_get_ptr to grab pointer to driver struct
|
2015-03-18 19:40:00 +01:00 |
|
twinaphex
|
7378299282
|
Create rarch_main_get_ptr
|
2015-03-18 06:47:22 +01:00 |
|
Higor Eurípedes
|
b979e81b61
|
(sdl2_gfx.c) Fix CXX build
|
2015-03-16 14:01:23 -03:00 |
|