twinaphex
|
674dbfed19
|
Cleanups
|
2017-09-05 04:57:34 +02:00 |
|
Brad Parker
|
c7d7c5c909
|
gl: don't try to render a blank OSD message on every frame
|
2017-08-31 11:59:23 -04:00 |
|
twinaphex
|
c7615fdf00
|
Add RETRO_ENVIRONMENT_SET_HW_SHARED_CONTEXT
|
2017-08-07 18:06:03 +02:00 |
|
twinaphex
|
efce4d0abf
|
Revert "Add cb_set_shader_coords"
This reverts commit 06df02872210e585e68473beb0dacfd038faba35.
|
2017-05-19 21:21:40 +02:00 |
|
twinaphex
|
06df028722
|
Add cb_set_shader_coords
|
2017-05-19 21:13:44 +02:00 |
|
twinaphex
|
d8f5065d64
|
Add cb_set_shader_mvp
|
2017-05-19 19:52:33 +02:00 |
|
twinaphex
|
64fdadf60f
|
Use cb_shader_use
|
2017-05-19 19:42:34 +02:00 |
|
twinaphex
|
452c02653e
|
Turn gl_set_shader_viewport into gl_set_shader_viewports
|
2017-05-19 19:39:46 +02:00 |
|
twinaphex
|
2a54544eb3
|
Add cb_shader_use to video_frame_info
|
2017-05-19 14:24:19 +02:00 |
|
twinaphex
|
59b3344e72
|
Combine video_driver.c and video_shader_driver.c
|
2017-05-18 14:47:24 +02:00 |
|
twinaphex
|
3f7a30a4b3
|
Start hooking up dummy callback functions to video_context_data
so that conditionals aren't necessary
|
2017-05-18 03:37:02 +02:00 |
|
twinaphex
|
941a5d4f94
|
Go through function callback for swap_buffers as well
|
2017-05-18 03:05:07 +02:00 |
|
twinaphex
|
86ee08b7a7
|
Add video context driver update window title callback
to video_frame_info_t
|
2017-05-18 02:53:12 +02:00 |
|
twinaphex
|
17a15273ba
|
Create function out of video_driver_is_focused - no longer
call video_driver_context_focus from video driver
|
2017-05-13 19:19:49 +02:00 |
|
twinaphex
|
d4756f83e5
|
Stop calling video_driver_context_has_windowed from within video
drivers
|
2017-05-13 19:11:32 +02:00 |
|
twinaphex
|
f6c8aba119
|
Move video_context_driver_update_window_title to video_driver_frame
|
2017-05-13 18:58:13 +02:00 |
|
twinaphex
|
f928e57064
|
Combine video_context_driver.c and video_driver.c
|
2017-05-09 01:25:59 +02:00 |
|
twinaphex
|
bac9973354
|
Cleanups
|
2017-05-09 00:58:01 +02:00 |
|
twinaphex
|
e84adb504f
|
Don't try to call video_driver_is_threaded from outside
gfx/video_driver.c - only exception right now - menu_display.c
|
2017-04-29 16:52:52 +02:00 |
|
twinaphex
|
2322e77795
|
Add to video_frame_info
|
2017-04-29 16:07:02 +02:00 |
|
twinaphex
|
e6ab06a701
|
Move path variables
|
2017-04-29 00:39:29 +02:00 |
|
twinaphex
|
f0c2d786ae
|
Update arrays struct
|
2017-04-28 22:59:13 +02:00 |
|
twinaphex
|
05e4ec733e
|
Move uint variables
|
2017-04-28 21:03:04 +02:00 |
|
twinaphex
|
ed53be7c81
|
Move all bool settings
|
2017-04-28 14:11:34 +02:00 |
|
twinaphex
|
cc095e56fc
|
Start refactoring bool variables
|
2017-04-28 00:53:20 +02:00 |
|
twinaphex
|
2a13af52fc
|
Revert "video_init function - video_info_t should not be const -"
This reverts commit c8bcbad4a7e06a9425a6984fd09d066c17ec682d.
|
2017-04-24 12:25:14 +02:00 |
|
twinaphex
|
e5b38315fe
|
Revert "Add real_width and real_height to video_info struct - let"
This reverts commit 831ea1a5076365b2ef31484061a1ea2142f28d2f.
|
2017-04-24 12:25:07 +02:00 |
|
twinaphex
|
831ea1a507
|
Add real_width and real_height to video_info struct - let
the drivers set this depending on the video width/height they
get back from the video context driver
|
2017-04-24 12:18:28 +02:00 |
|
twinaphex
|
c8bcbad4a7
|
video_init function - video_info_t should not be const -
try to set video_driver_width/video_driver_height outside
of video driver init function
|
2017-04-24 12:03:21 +02:00 |
|
twinaphex
|
d06c963a19
|
Get rid of PERF_ENABLE blocks
|
2017-04-24 11:20:30 +02:00 |
|
twinaphex
|
365c7f9c8b
|
(Video drivers) Cleanups
|
2017-04-24 10:08:32 +02:00 |
|
twinaphex
|
34852e159a
|
Cut down on amount of times video_driver_build_info is called
|
2017-04-23 22:20:11 +02:00 |
|
twinaphex
|
0f2a6f3dd2
|
Don't use performance counters in GL/Vulkan/video thread wrapper
unless PERF_ENABLE is defined
|
2017-04-23 11:31:11 +02:00 |
|
twinaphex
|
7790fc3647
|
MOve renderchain files to dir
|
2017-04-19 01:51:05 +02:00 |
|
twinaphex
|
32c91baca6
|
Move read_viewport and viewport_info to render_chain_gl_legacy.c
|
2017-04-19 01:25:34 +02:00 |
|
twinaphex
|
0c5a87b1d7
|
Create scaler_ctx_scale_direct
|
2017-04-16 11:03:29 +02:00 |
|
twinaphex
|
257410d058
|
Turn matrix_4x4_multiply into macro
|
2017-04-16 07:55:02 +02:00 |
|
twinaphex
|
32cebbbcba
|
Turn more matrix_4x4 functions into macros
|
2017-04-16 04:00:20 +02:00 |
|
twinaphex
|
fbd6d0ebc6
|
Turn more matrix 4x4 functions into macros
|
2017-04-16 03:53:07 +02:00 |
|
twinaphex
|
55a0b7d1a9
|
Create default_ortho static variable
|
2017-03-25 10:22:57 +01:00 |
|
twinaphex
|
d77c209c85
|
Cleanups
|
2017-03-25 10:13:18 +01:00 |
|
twinaphex
|
396857db9a
|
Update logs
|
2017-03-24 01:28:58 +01:00 |
|
twinaphex
|
1b27c3dec1
|
Make some log messages more consistent
|
2017-03-24 00:28:21 +01:00 |
|
Twinaphex
|
b7b3b2cb5f
|
Try to prevent truckload of warnings on iOS
|
2017-02-26 10:33:03 +01:00 |
|
twinaphex
|
374fd57270
|
Remove the few performance counters that depend on runloop_ctl
|
2017-01-25 18:15:58 +01:00 |
|
twinaphex
|
a9164b7124
|
Try to use performance counter plus functions in most cases
|
2017-01-25 17:12:43 +01:00 |
|
twinaphex
|
6661c0fb94
|
Rewrite performance counter stop/start/init into macros
|
2017-01-25 16:53:06 +01:00 |
|
twinaphex
|
a104c73738
|
Go back to this
|
2017-01-22 23:19:35 +01:00 |
|
twinaphex
|
8698525f86
|
Only show the frame when libretro_running is true
|
2017-01-22 21:42:42 +01:00 |
|
twinaphex
|
2f504b4057
|
(gfx/drivers) Get rid of remaining runloop.h / runloop_ctl
references inside gfx/drivers
|
2017-01-22 18:17:48 +01:00 |
|