twinaphex
|
3e41cbc381
|
Revert "Add get_metrics to poke interface"
This reverts commit 119689c9405b5e4a321fafc340f6f0294b0338c3.
|
2020-08-02 23:44:28 +02:00 |
|
twinaphex
|
119689c940
|
Add get_metrics to poke interface
|
2020-08-02 19:25:45 +02:00 |
|
twinaphex
|
ad1aa59ce1
|
Cleanup != NULL comparisons
|
2020-05-19 21:15:06 +02:00 |
|
twinaphex
|
9ace693ec0
|
Refactor menu_driver_frame
|
2020-05-19 16:20:43 +02:00 |
|
twinaphex
|
19c68fad43
|
Take out cb_update_window_title and cb_get_metrics
|
2020-03-28 05:36:31 +01:00 |
|
twinaphex
|
68664fdf1d
|
update_title - we don't need video_info
|
2020-03-06 22:11:44 +01:00 |
|
twinaphex
|
ec302bc4fc
|
video_set_nonblock_state - remove settings dependency
|
2020-02-16 22:26:07 +01:00 |
|
twinaphex
|
ed8e440b0d
|
Revert "Move update_window_title to main thread - this should resolve some"
This reverts commit 442608981d2ca529ce89a6df921520e9e9d534c8.
|
2019-11-19 22:48:35 +01:00 |
|
twinaphex
|
442608981d
|
Move update_window_title to main thread - this should resolve some
concurrency issues on OSX as well
|
2019-11-19 22:13:51 +01:00 |
|
twinaphex
|
65b4c2595e
|
Update set keyboard mapping code for input driver
|
2019-07-27 02:21:24 +02:00 |
|
twinaphex
|
6aed230930
|
Reimplement 'Take Screenshot' - if GPU-accelerated viewport screenshots
are not available, resort to raw screenshots instead
|
2019-05-22 07:08:11 +02:00 |
|
Huw Pascoe
|
2c56011f84
|
video_layout interface
|
2019-05-11 09:58:48 +01:00 |
|
twinaphex
|
f67bfa24ef
|
Get rid of video_poke_interface set_mvp
|
2019-03-18 15:19:11 +01:00 |
|
twinaphex
|
fe1255094f
|
Get rid of now unused set_coords in video_driver_poke_interface
|
2019-03-18 05:04:23 +01:00 |
|
Brad Parker
|
5e177c75a5
|
add memory stats to more context drivers, use correct default variables for fps/stats/framecount/memory_show
|
2019-02-15 15:59:00 -05:00 |
|
orbea
|
28ff4b391a
|
Clean up white space.
|
2019-02-03 16:00:50 -08:00 |
|
orbea
|
bfc366decc
|
Squeeze extra blank lines with cat(1).
Example:
find . -type f -iname '*.c' | while read -r i; do
cat -s "$i" > "$i.new"
mv "$i.new" "$i"
done
|
2019-01-08 11:04:58 -08:00 |
|
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
|
95f8205fd1
|
Add DRM interface for refresh rate.
|
2018-04-16 15:36:46 -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
|
61ff51be2f
|
Start using string_is_equal predominantly
|
2018-01-16 22:53:38 +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 |
|
Zoran Vuckovic
|
08b6fdb697
|
Add missing include directive
|
2017-06-12 14:13:08 +02:00 |
|
twinaphex
|
126a5bf121
|
Use string_is_equal_fast/string_is_not_equal_fast
|
2017-05-16 04:00:37 +02: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
|
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
|
aea00f1e00
|
Use memcmp instead of string_is_equal for more instances
|
2017-04-23 12:17:51 +02:00 |
|
twinaphex
|
a72cdb77ad
|
Update logs
|
2017-03-24 01:33:22 +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
|
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
|
76ae7ac4a0
|
Cleanup some of the video drivers - add some members to
video_info_t to reduce the need for accessing the settings
struct
|
2017-01-10 18:16:22 +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
|
cd0bf8f31a
|
Prefer to use strlcpy instead of strcpy
|
2016-11-26 17:11:30 +01:00 |
|
Lioncash
|
918710cb2e
|
drm_gfx: Fix typo in log message
|
2016-11-25 12:19:09 -05:00 |
|
Lioncash
|
bc28d46bbb
|
drm_gfx: Fix memory leak in fail case
|
2016-11-25 12:17:53 -05:00 |
|
twinaphex
|
51b0e61712
|
Cleanups
|
2016-09-11 16:24:02 +02:00 |
|
twinaphex
|
202e3e796e
|
Get rid of more general.h includes
|
2016-09-11 14:46:53 +02:00 |
|
twinaphex
|
acd4dd527b
|
Header include cleanups
|
2016-09-05 18:31:32 +02:00 |
|
Brad Parker
|
0eb1777a1f
|
remove extra semicolons
|
2016-09-03 10:30:21 -04:00 |
|
twinaphex
|
ba7d638b99
|
Use string_is_equal
|
2016-08-29 18:46:41 +02:00 |
|
twinaphex
|
54e137d9f7
|
Cleanups
|
2016-07-03 10:47:09 +02:00 |
|
twinaphex
|
a8bba31429
|
Cleanups
|
2016-07-03 10:44:34 +02:00 |
|