twinaphex
|
d6465a1348
|
Refactor 'focus' function callback
|
2020-07-27 13:46:55 +02:00 |
|
twinaphex
|
74345f08d6
|
Refactor video_driver_has_windowed
|
2020-07-27 13:39:02 +02:00 |
|
twinaphex
|
60f3265017
|
Cleanups
|
2020-07-27 13:16:14 +02:00 |
|
twinaphex
|
61b798b789
|
Get rid of video_context_driver_set_video_mode
|
2020-07-27 11:08:34 +02:00 |
|
twinaphex
|
3d893b7602
|
Add extra parameter to unload_texture
|
2020-07-27 10:15:28 +02:00 |
|
twinaphex
|
dc94356505
|
Cleanup context driver video output functions
|
2020-07-27 09:38:20 +02:00 |
|
twinaphex
|
8dc7524e43
|
Get rid of video_context_driver_translate_aspect wrapper function
|
2020-07-27 08:15:35 +02:00 |
|
twinaphex
|
4e5037d7e1
|
Revert "Get rid of these context driver higher level functions"
This reverts commit 27b09229b3478ee4df4ff6e9d88f3a7fd61b2854.
|
2020-07-26 23:11:24 +02:00 |
|
twinaphex
|
27b09229b3
|
Get rid of these context driver higher level functions
|
2020-07-26 11:58:38 +02:00 |
|
twinaphex
|
cb138183ad
|
(Vulkan) Implement video resolution callback functions
|
2020-07-25 11:35:42 +02:00 |
|
twinaphex
|
6b466c6013
|
Cleanups
|
2020-07-09 07:46:40 +02:00 |
|
twinaphex
|
f6c4890063
|
Get rid of cb_set_resize
|
2020-07-09 05:36:29 +02:00 |
|
twinaphex
|
276e86a403
|
(Vulkan) Turn some of these functions into macros
|
2020-07-03 17:48:46 +02:00 |
|
twinaphex
|
25f682249f
|
(Vulkan) Turn vulkan_image_layout_transition into macro
|
2020-07-03 08:45:53 +02:00 |
|
twinaphex
|
87b9c2a367
|
Add HAVE_REWIND switch
|
2020-07-01 21:04:05 +02:00 |
|
twinaphex
|
120afe5d21
|
(Vulkan) return early/error out if no context driver is found
|
2020-06-30 01:33:19 +02:00 |
|
twinaphex
|
1b3826b348
|
(Vulkan) Avoid some unnecessary memsets
|
2020-06-29 00:02:45 +02:00 |
|
twinaphex
|
bc73a815b7
|
Prevent memsets for vk->tracker
|
2020-06-28 19:18:48 +02:00 |
|
twinaphex
|
c1f90e4c9a
|
(Vulkan) Cleanups
|
2020-06-28 01:09:33 +02:00 |
|
Themaister
|
cd4f22c275
|
Vulkan: Add path which uses WSI acquire semaphores.
Fence wait path has some issues on certain platforms. For now, gate this
on whether the GPU is integrated or not.
|
2020-06-09 00:24:29 +02:00 |
|
Themaister
|
15df55d011
|
Vulkan: Refactor swapchain index and frame index.
Do not tie these concepts together, it will not work for upcoming
refactor of swapchain logic.
|
2020-06-09 00:24:29 +02:00 |
|
twinaphex
|
2660182d52
|
Get rid of gfx_widgets_ready call inside
gfx_widgets_frame
|
2020-06-08 05:45:15 +02:00 |
|
twinaphex
|
9ace693ec0
|
Refactor menu_driver_frame
|
2020-05-19 16:20:43 +02:00 |
|
twinaphex
|
c88ffa56ff
|
(Vulkan) Fix crash
|
2020-04-25 17:44:13 +02:00 |
|
jdgleaver
|
0e3026d41f
|
(Vulkan) Fix display of statistics text
|
2020-04-23 17:48:15 +01:00 |
|
twinaphex
|
19c68fad43
|
Take out cb_update_window_title and cb_get_metrics
|
2020-03-28 05:36:31 +01:00 |
|
jdgleaver
|
086c68bca7
|
Enable widget persistence across drivers_init()/driver_uninit() events
|
2020-03-11 11:47:13 +00:00 |
|
twinaphex
|
f4c5036c3c
|
Get rid of video_frame_info dep for fonts
|
2020-03-10 03:24:59 +01:00 |
|
twinaphex
|
68678987c4
|
(Vulkan) Cleanups
|
2020-03-09 15:48:15 +01:00 |
|
twinaphex
|
e20151a048
|
Get rid of video_info struct for swap_buffers too
|
2020-03-06 22:29:51 +01:00 |
|
twinaphex
|
68664fdf1d
|
update_title - we don't need video_info
|
2020-03-06 22:11:44 +01:00 |
|
twinaphex
|
4aae293e3d
|
Remove is_shutdown from check_window
|
2020-03-06 20:29:31 +01:00 |
|
twinaphex
|
da60c1bb96
|
Header cleanups
|
2020-03-05 14:06:04 +01:00 |
|
twinaphex
|
3a94c52426
|
(gfx drivers) Start reducing settings pointer usage
|
2020-02-18 14:51:40 +01:00 |
|
twinaphex
|
7c7d0f596a
|
HAVE_MENU_WIDGETS now decoupled from HAVE_MENU
|
2020-02-17 21:28:42 +01:00 |
|
twinaphex
|
b00bf17153
|
Move menu_widgets to gfx/ and call it gfx_widgets
|
2020-02-17 01:54:07 +01:00 |
|
twinaphex
|
b229f267e4
|
Rename menu_widgets to gfx_widgets
|
2020-02-17 01:43:40 +01:00 |
|
twinaphex
|
ec302bc4fc
|
video_set_nonblock_state - remove settings dependency
|
2020-02-16 22:26:07 +01:00 |
|
twinaphex
|
47af95469a
|
(font_driver.c) Remove configuration.h dependency
|
2020-02-16 21:59:03 +01:00 |
|
twinaphex
|
e47b7526bc
|
(gfx) Cleanups
|
2020-02-13 23:24:51 +01:00 |
|
twinaphex
|
f0e889b552
|
Change prototype of video_driver_set_size
|
2020-01-31 15:06:50 +01:00 |
|
twinaphex
|
ef27a660a7
|
(shader vulkan) Cleanups - moving C code out of the C++ file
|
2020-01-22 10:11:42 +01:00 |
|
twinaphex
|
f92a507a9b
|
Change function signature of font_driver_render_msg
|
2020-01-04 16:24:14 +01:00 |
|
twinaphex
|
6c97a7514c
|
(Vulkan) turn superfluous functions in vulkan_common.c into macros
to avoid unnecessary function overhead
|
2020-01-03 20:20:59 +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 |
|
Rinnegatamante
|
26b0bc771d
|
Add vulkan context logging.
|
2019-10-13 17:47:08 +02:00 |
|
twinaphex
|
d406fee72e
|
Remove video_context_driver_suppress_screensaver
|
2019-08-28 22:52:41 +02:00 |
|
twinaphex
|
c50cc7b010
|
Remove video_context_driver_show_mouse
|
2019-08-28 21:36:58 +02:00 |
|
twinaphex
|
88720b540e
|
Get rid of video_context_driver_swap_interval
|
2019-08-28 21:12:51 +02:00 |
|