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
|
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
|
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 |
|
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
|
05e4ec733e
|
Move uint variables
|
2017-04-28 21:03:04 +02:00 |
|
twinaphex
|
0da40fb3aa
|
Move all float settings
|
2017-04-28 14:57:55 +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
|
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
|
aa2c29ac8b
|
(exynos_gfx.c) Use memcmp
|
2017-04-22 09:34:30 +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
|
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
|
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
|
202e3e796e
|
Get rid of more general.h includes
|
2016-09-11 14:46:53 +02:00 |
|
twinaphex
|
db6171676a
|
Use retro_assert everywhere
|
2016-09-08 11:59:44 +02:00 |
|
Hans-Kristian Arntzen
|
66c4f608e6
|
Clear out rest of video_driver_ctl use.
|
2016-05-08 14:10:28 +02:00 |
|
twinaphex
|
fbd2e9aa84
|
Use string_is_equal more
|
2016-01-21 02:48:00 +01:00 |
|
twinaphex
|
aa488dda25
|
Create video driver poke load_texture / unload_texture
|
2015-12-20 20:52:23 +01:00 |
|
twinaphex
|
2d55dc3bda
|
Complete namespace changes
|
2015-12-07 15:32:14 +01:00 |
|
twinaphex
|
df1c6344be
|
Merge font_renderer_driver.c and font_driver.c
|
2015-12-05 12:07:22 +01:00 |
|
twinaphex
|
b8df5fd584
|
(exynos_gfx.c) Nits
|
2015-11-29 01:43:58 +01:00 |
|
twinaphex
|
8ce6582fa4
|
Create drm_wait_flip
|
2015-11-28 17:16:19 +01:00 |
|
twinaphex
|
dd68465f74
|
(exynos_gfx.c) Cleanups
|
2015-11-26 19:38:17 +01:00 |
|
twinaphex
|
7c52d380bf
|
Move memsetting of fds and evctx to drm_common.c
|
2015-11-26 18:59:36 +01:00 |
|
twinaphex
|
00cf57eac0
|
Header include drm_common.h already includes essential
DRM headers
|
2015-11-26 18:57:29 +01:00 |
|
twinaphex
|
25680ec8a6
|
Create more DRM common functions
|
2015-11-26 18:47:07 +01:00 |
|
twinaphex
|
60ead8f6b1
|
Create drm_get_encoder
|
2015-11-26 18:23:51 +01:00 |
|
twinaphex
|
2693e16f1e
|
(Exynos/DRM EGL context driver) Unify more code
|
2015-11-26 18:05:27 +01:00 |
|
twinaphex
|
7e08f5d908
|
Create drm_free
|
2015-11-26 17:34:35 +01:00 |
|
twinaphex
|
e06121b661
|
Move more common code to drm_common.c
|
2015-11-26 17:30:01 +01:00 |
|
twinaphex
|
8f9c652693
|
Add gfx/common/drm_common.c and gfx_common/drm_common.h
|
2015-11-26 17:12:06 +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 |
|