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
|
c4f818599c
|
Add some fbdev refresh rate polls. Also Xv.
|
2018-04-16 16:23:59 -05:00 |
|
Brandon Wright
|
7a00534378
|
Add poke interface for get_refresh_rate.
|
2018-04-15 17:56:11 -05:00 |
|
twinaphex
|
08e61230e9
|
Update video_poke_interface
|
2018-01-30 22:29:57 +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 |
|
ensrha
|
93ea78772d
|
Add missing verbosity include
|
2017-06-19 14:38:26 +01:00 |
|
twinaphex
|
d4756f83e5
|
Stop calling video_driver_context_has_windowed from within video
drivers
|
2017-05-13 19:11:32 +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
|
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
|
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
|
d010a852e4
|
Call menu_driver_frame once per video_frame call
|
2017-01-18 22:20:47 +01:00 |
|
twinaphex
|
a6a4808e94
|
Refactor frame monitor code
|
2017-01-18 17:41:27 +01:00 |
|
twinaphex
|
0354ced675
|
Style nits
|
2017-01-17 19:02:49 +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
|
202e3e796e
|
Get rid of more general.h includes
|
2016-09-11 14:46:53 +02:00 |
|
twinaphex
|
2c77616ec3
|
(gfx/drivers) Cleanups
|
2016-05-05 01:59:05 +02:00 |
|
twinaphex
|
157eb71606
|
Use string_is_equal more
|
2016-01-20 06:16:55 +01:00 |
|
twinaphex
|
aa488dda25
|
Create video driver poke load_texture / unload_texture
|
2015-12-20 20:52:23 +01:00 |
|
twinaphex
|
df1c6344be
|
Merge font_renderer_driver.c and font_driver.c
|
2015-12-05 12:07:22 +01:00 |
|
twinaphex
|
85dbeeb8f9
|
No more video_monitor.h
|
2015-11-22 13:32:46 +01:00 |
|
twinaphex
|
806c124eae
|
Merge video_viewport.c and video_driver.c
|
2015-11-21 13:01:23 +01:00 |
|
twinaphex
|
2078331495
|
Move gfx/pixman to gfx/include
|
2015-11-17 08:35:00 +01:00 |
|
twinaphex
|
e986b9e42a
|
Static code analysis cleanups
|
2015-09-29 17:35:28 +02:00 |
|
twinaphex
|
4ca5d31f9b
|
Some more static code analysis nits when ran with enable=all
|
2015-09-28 18:12:02 +02:00 |
|
twinaphex
|
0c023dcb68
|
Reimplement frame count
|
2015-08-03 23:01:07 +02:00 |
|
vanfanel
|
eb7bf55d90
|
VIDEO/SUNXI: Reworked where aspect ratio is changed in order to avoid variable.
|
2015-07-21 14:33:02 +02:00 |
|
vanfanel
|
0776932b3a
|
VIDEO/SUNXI: Make setting aspect ratio in menu work and fixed segfault on new content loading.
|
2015-07-21 14:22:39 +02:00 |
|
vanfanel
|
824c647377
|
VIDEO/SUNXI: fixed compilation because of a couple of small errors coming from cleanups.
|
2015-07-18 20:33:07 +02:00 |
|
twinaphex
|
40f8fabda6
|
Consistency in how we treat positive strcmp matches
|
2015-06-14 19:56:01 +02:00 |
|
twinaphex
|
7197b58ed6
|
(gfx/drivers) Cleanups
|
2015-06-13 02:49:29 +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
|
54b10d8eca
|
(gfx/drivers) Style nits
|
2015-04-11 08:39:37 +02:00 |
|
twinaphex
|
6ce142305d
|
(sunxi_gfx.c) Cleanups
|
2015-04-03 04:17:44 +02:00 |
|
vanfanel
|
b39867f5db
|
SUNXI driver: removed unused variables.
|
2015-03-25 15:30:29 +00:00 |
|
vanfanel
|
f4dd04c828
|
More optimizations. RGUI Menu working.
|
2015-03-24 20:13:09 +00:00 |
|
vanfanel
|
429948cae3
|
Sunxi driver simplifying, round 1: rewrote buffering code for stability and simplicity.
|
2015-03-22 23:44:25 +00:00 |
|
twinaphex
|
f130b00596
|
Updates pt. 3
|
2015-03-20 22:08:36 +01:00 |
|
aliaspider
|
7a72d46f9a
|
add a read_frame_raw callback to the video_driver_t structure.
|
2015-03-16 09:33:16 +01:00 |
|
twinaphex
|
7a9d2c6358
|
(sunxi_gfx.c) Style nits
|
2015-03-15 05:38:31 +01:00 |
|
twinaphex
|
31c5e2fea5
|
(sunxi gfx) Change signature of thread callback function
|
2015-03-15 05:30:57 +01:00 |
|
twinaphex
|
bbb61f0d3d
|
(SunXI gfx) Use rthreads
|
2015-03-15 05:19:04 +01:00 |
|
twinaphex
|
a74cb0574b
|
Create g_runloop and start moving variables there
|
2015-03-07 12:36:50 +01:00 |
|