twinaphex
|
c4c8699ee3
|
Only show max swapchain images if supported by video driver and/or
context driver
|
2018-04-23 13:34:30 +02:00 |
|
Brandon Wright
|
7a00534378
|
Add poke interface for get_refresh_rate.
|
2018-04-15 17:56:11 -05:00 |
|
twinaphex
|
9b8713aebd
|
Fix Coverity defects
|
2018-03-24 11:59:01 +01:00 |
|
twinaphex
|
4d1b4f905f
|
Start adding OSD statistics - doesn't work yet for SDL2/SDL
|
2018-03-23 17:43:49 +01:00 |
|
twinaphex
|
08e61230e9
|
Update video_poke_interface
|
2018-01-30 22:29:57 +01:00 |
|
twinaphex
|
82d44e9ad3
|
Cut down on more HAVE_MENU ifdefs
|
2017-12-31 18:02:14 +01:00 |
|
twinaphex
|
cf3a010ead
|
Remove some HAVE_MENU ifdefs
|
2017-12-31 17:42:07 +01: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 |
|
twinaphex
|
683c437941
|
Updates
|
2017-11-14 21:34:03 +01:00 |
|
twinaphex
|
d4756f83e5
|
Stop calling video_driver_context_has_windowed from within video
drivers
|
2017-05-13 19:11:32 +02:00 |
|
twinaphex
|
f928e57064
|
Combine video_context_driver.c and video_driver.c
|
2017-05-09 01:25:59 +02:00 |
|
twinaphex
|
dd83b4a043
|
(Vita) Buildfix
|
2017-04-29 17:52:16 +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
|
91abbdd4f1
|
video_viewport_get_custom will never be NULL
|
2017-04-29 16:22:07 +02:00 |
|
twinaphex
|
c8bf28842f
|
Get rid of some calls to video_driver_viewport_get_custom
|
2017-04-29 16:11:31 +02:00 |
|
Francisco José García García
|
afe173c883
|
[VITA] Really fix build
|
2017-04-29 12:02:26 +02:00 |
|
twinaphex
|
552845a94d
|
Buildfixes
|
2017-04-29 02:39:32 +02:00 |
|
twinaphex
|
05e4ec733e
|
Move uint variables
|
2017-04-28 21:03:04 +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
|
34852e159a
|
Cut down on amount of times video_driver_build_info is called
|
2017-04-23 22:20:11 +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
|
0d3703bc13
|
(Vita) Buildfix
|
2017-01-25 18:39:55 +01:00 |
|
twinaphex
|
3a4963b474
|
(vita2d_gfx.c) Cleanups
|
2017-01-24 14:08:28 +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 |
|
twinaphex
|
96c8ca5a09
|
Header update #1
|
2017-01-22 13:40:32 +01:00 |
|
twinaphex
|
fe84312340
|
Add some header includes
|
2017-01-19 17:20:42 +01:00 |
|
twinaphex
|
e0ff0541a2
|
Pass video_info pointer to font drivers
|
2017-01-19 16:30:40 +01:00 |
|
twinaphex
|
d010a852e4
|
Call menu_driver_frame once per video_frame call
|
2017-01-18 22:20:47 +01:00 |
|
twinaphex
|
bf511b72e6
|
Create menu_driver_frame
|
2017-01-18 21:23:18 +01:00 |
|
twinaphex
|
a6a4808e94
|
Refactor frame monitor code
|
2017-01-18 17:41:27 +01:00 |
|
twinaphex
|
4743230b09
|
Some header includes shouldn't be system includes
|
2017-01-17 18:15:11 +01:00 |
|
twinaphex
|
7931436f5b
|
Apply xerpi diff
|
2017-01-17 18:12:23 +01:00 |
|
twinaphex
|
c1c35c5120
|
More platform build fixes
|
2017-01-10 21:15:52 +01:00 |
|
twinaphex
|
36fb6776b2
|
Don't grab settings pointer in video_monitor_get_fps function
|
2017-01-09 15:42:14 +01:00 |
|
twinaphex
|
be2f921ee2
|
Don't use settings pointer inside video_frame function
|
2017-01-09 14:25:59 +01:00 |
|
twinaphex
|
77e5cdbfde
|
Revert "Rename runloop_msg_queue_push to video_driver_msg_queue_push"
This reverts commit ad7386913cf2876d2bffd4bedf0284b23f1ed593.
|
2016-12-22 23:36:11 +01:00 |
|
twinaphex
|
ad7386913c
|
Rename runloop_msg_queue_push to video_driver_msg_queue_push
and move code to video_driver.c
|
2016-12-22 13:15:02 +01:00 |
|
twinaphex
|
feae0823ce
|
Prevent some implicit memsets
|
2016-12-17 14:40:06 +01:00 |
|
twinaphex
|
d57d672d15
|
Remove unused variable
|
2016-11-28 02:25:38 +01:00 |
|
twinaphex
|
275814e291
|
Replace font_driver_free(NULL) calls with font_driver_free_osd()
inside video drivers
|
2016-10-20 00:39:33 +02:00 |
|
Higor Eurípedes
|
6f2cb9742d
|
(font) Create font_data_t and update font_driver_init_first()
|
2016-10-18 20:07:00 -03:00 |
|
Francisco José García García
|
81e7a60759
|
(VITA) Try to use NEON
|
2016-10-17 18:39:53 +02:00 |
|
Francisco José García García
|
8e631df6c4
|
(VITA) Temporal fix for clear screen
|
2016-10-16 17:45:06 +02:00 |
|
Francisco José García García
|
bcfa865569
|
(VITA) Wait for rendering before free overlays
|
2016-10-10 19:35:14 +02:00 |
|