libretroadmin
be65a13102
Cut down on update_title code duplication
2023-07-16 08:00:49 +02:00
libretroadmin
4aa2ac3945
Cleanups - turn some functions static, some variable removals
2023-07-15 22:28:45 +02:00
libretroadmin
3c1e64129e
Cutdown on some strlens
2023-07-15 19:35:19 +02:00
libretroadmin
bdc398d79f
- Safer code - use strlcpy where possible instead of manual character
...
assignments for strings longer than 2 chars
- Use strlcpy concatenation instead of strlcat
- Make sure that what remains of iteration of the '_len' variable
for manual char assignment
is done in a safer way so mistakes are less possible
2023-06-20 16:33:55 +02:00
libretroadmin
1c4dc615e1
Remove extra function prototype
2023-06-20 12:00:17 +02:00
libretroadmin
c0d3b8f14b
Buildfix for X11 - rename win32_suppress_screensaver to
...
win32_suspend_screensaver
2023-06-20 11:56:25 +02:00
libretroadmin
5e2bfcbe09
x11_show_mouse and win32_get_video_output_size - get rid of duplicate
...
code
2023-06-20 11:46:00 +02:00
libretroadmin
08ba0b53c6
Standardize x11_suspend_screensaver
2023-06-20 11:37:29 +02:00
libretroadmin
5971f24237
Remove some code duplication
2023-06-20 09:37:07 +02:00
libretroadmin
16fcd1d62c
(Vulkan/Wayland) Cleanups
2023-06-20 08:20:13 +02:00
libretroadmin
6a147370d0
(Wayland) Cleanups
2023-06-20 07:08:14 +02:00
libretroadmin
edecf0cb2d
Replace more strlcat calls with strlcpy
2023-06-18 19:25:24 +02:00
libretroadmin
afd3df7523
(win32_common.c) Silence warning by casting to DWORD
2023-06-15 13:12:41 +02:00
Grisly Glee
de0c6d5cd1
Trivial warnings fixes ( #15383 )
...
* Trivial graphics context drivers fix
* Assorted minor warnings fixes
2023-06-14 23:46:27 +02:00
libretroadmin
246cceeb27
Silence more signedness warnings
2023-06-14 19:51:31 +02:00
Grisly Glee
4202f8650d
Fix trivial signedness warnings ( #15377 )
...
* Fix trivial signedness warnings
* Followup on trivial signedness warnings
2023-06-14 04:43:11 +02:00
libretroadmin
f29fbda584
(Wayland) Fix build
2023-06-01 23:03:26 +02:00
libretroadmin
31751a3945
Cleanups
2023-06-01 22:52:05 +02:00
libretroadmin
f3fe46393c
Cleanups
2023-06-01 20:29:05 +02:00
libretroadmin
27aeb314a1
merge d3d8_common.c into d3d8.c
2023-06-01 20:14:19 +02:00
libretroadmin
36cf7f00a8
Cleanups
2023-06-01 19:59:11 +02:00
libretroadmin
0ee2f93ca4
Combine gfx_display files into video drivers
2023-05-31 23:58:06 +02:00
libretroadmin
d1b9badf41
Rename common files to _defines.h
2023-05-31 22:46:34 +02:00
libretroadmin
f08958dbc1
Move inline functions to files that actually need them,
...
move enums at the top of the header files
2023-05-31 21:50:07 +02:00
libretroadmin
77466d6f85
Rename d3d_w32_font.c to d3d9x_w32_font.c
2023-05-31 21:32:52 +02:00
libretroadmin
020e5fd7af
(Vulkan) vulkan_debug_mark_object - C89 buildfix
2023-05-31 21:11:09 +02:00
libretroadmin
29584b9960
Move d3d8_texture_new to d3d8.c and make it static
2023-05-31 19:43:20 +02:00
libretroadmin
923b756926
Turn inline function into macro and move it to vulkan.c
2023-05-31 19:38:49 +02:00
libretroadmin
40fb10fd4e
- Move Vulkan common functions over to vulkan.c
...
- Fix some platforms
2023-05-31 19:32:33 +02:00
libretroadmin
4f6010bea7
COmbine font raster files and video driver files
2023-05-31 19:03:45 +02:00
libretroadmin
696dae6e70
Refactor away some video driver functions
2023-05-31 01:09:38 +02:00
libretroadmin
c07e6a6da2
Cleanups
2023-05-30 20:30:37 +02:00
libretroadmin
c09fb6d95d
Cleanups
2023-05-30 12:19:53 +02:00
Colin Kinloch
402b381c9b
Revert "(Wayland) Remove splash screen ( #15178 )"
...
This reverts commit f19def349f79a20355a2466006486222fb2ea2a1.
2023-05-29 19:16:21 +02:00
libretroadmin
c24744eae5
Remove video_driver_show_mouse/hide_mouse
2023-05-29 18:58:23 +02:00
zoltanvb
e0a8d403f1
Support screen refresh rate with Vulkan KHR_Display context
2023-05-28 14:18:51 +02:00
libretroadmin
ced83c41e6
(Font) Less casting
2023-05-07 21:13:44 +02:00
libretroadmin
dcefb6e028
(D3D12) Get rid of the small inline wrapper functions
2023-04-24 18:11:26 +02:00
libretroadmin
2a5c419d38
Cleanup d3d12_heap_descriptor_alloc
2023-04-24 10:54:46 +02:00
libretroadmin
238f887931
Get rid of initial for loop C89 noncompliance
...
* uwp_main.c - code style cleanups
2023-04-23 10:47:09 +02:00
Colin Kinloch
f19def349f
(Wayland) Remove splash screen ( #15178 )
2023-04-10 16:37:48 +02:00
Colin Kinloch
e8ec3031a8
(Wayland) wp_viewporter + scaling fix ( #15176 )
...
* Use wp_viewporter
* Set buffer scale to highest of displays the window is touching
* Fixes fullscreen issue mentioned in #15168
* Simplify process of adding new wayland protocols
2023-04-10 06:29:41 +01:00
aliaspider
0adbd6905f
add D3D12 HW_render support. ( #15177 )
2023-04-10 01:08:44 +01:00
Colin Kinloch
d625ca3762
(Wayland) Only display splash when necessary ( #15168 )
2023-04-08 02:41:07 +01:00
OsirizX
6cc05ab5ce
(PSL1GHT) Add overlay support ( #15149 )
2023-04-04 15:05:59 +01:00
libretroadmin
f46beade21
(Android) Buildfix
2023-04-03 22:47:50 +02:00
libretroadmin
96a4417e38
(Vulkan) vulkan_surface_create - we already set all members of this
...
struct - memset unnecessary
2023-04-03 20:51:41 +02:00
libretroadmin
223f063894
Simplify win32_common.c
2023-04-03 20:26:04 +02:00
barbudreadmon
1fb9853a93
(Shaders) pass rotation index to shaders ( #15136 )
2023-03-26 21:20:27 +01:00
Colin Kinloch
a6e6ddf425
(Wayland) Update destruction ( #15129 )
2023-03-24 15:14:56 +01:00