RetroArch/gfx/common
LibretroAdmin 61e24132bf (task_save.c) Simplification in control flow
(snprintf) Try to reduce or simplify snprintf calls, only tend to
use it for processing integers/numbers and avoid it for regular
string concatenation (NOTE: we try to be a bit safer about it to
address earlier cited criticism, although we don't consider concatenating
3 or 4 characters at the end to be insecure)
(msg_hash_to_str) Try to avoid duplicate calls to the same localized
string when we can just cache the results once instead locally
2022-08-27 07:55:02 +02:00
..
metal (Metal) Cleanups - turn function static 2021-03-21 18:10:55 +01:00
wayland (Wayland) Dynamically load libdecor at runtime 2022-03-22 06:58:41 +01:00
angle_common.c
angle_common.h
caca_common.h
ctr_common.h (3DS) Add bottom menu options (#14323) 2022-08-17 08:23:07 +02:00
d3d8_common.c (D3D8) Simplifications 2022-05-16 14:19:17 +02:00
d3d8_common.h (D3D8) d3d8_texture_new - path never used, so get rid of it and get 2022-05-16 13:19:40 +02:00
d3d9_common.c Some CXX_BUILD fixes 2022-08-05 17:40:06 +02:00
d3d9_common.h Get rid of d3d9_suppress_screensaver in d3d9_common.c 2022-05-17 14:21:22 +02:00
d3d10_common.c (D3D10/11/12) Miscellaneous corrections/safety checks 2022-06-07 06:37:23 +02:00
d3d10_common.h (D3D10/11/12) Miscellaneous corrections/safety checks 2022-06-07 06:37:23 +02:00
d3d11_common.c (D3D10/11/12) Miscellaneous corrections/safety checks 2022-06-07 06:37:23 +02:00
d3d11_common.h (D3D11/12) Make waitable swapchains optional (#14074) 2022-06-19 21:25:37 +02:00
d3d12_common.c (D3D10/11/12) Miscellaneous corrections/safety checks 2022-06-07 06:37:23 +02:00
d3d12_common.h (D3D11/12) Make waitable swapchains optional (#14074) 2022-06-19 21:25:37 +02:00
d3d_common.c Revert "Move d3d_input_driver to win32_common and rename it win32_input_driver" 2022-05-17 12:34:12 +02:00
d3d_common.h Revert "Move d3d_input_driver to win32_common and rename it win32_input_driver" 2022-05-17 12:34:12 +02:00
d3dcompiler_common.c (D3D) Get rid of unnecesary inline functions 2022-06-04 23:14:15 +02:00
d3dcompiler_common.h (D3D) Get rid of unnecesary inline functions 2022-06-04 23:14:15 +02:00
dbus_common.c
dbus_common.h
drm_common.c [DRM] set the correct video mode 2021-03-31 13:13:27 +02:00
drm_common.h [DRM] set the correct video mode 2021-03-31 13:13:27 +02:00
dxgi_common.c (DXGI/HDR) Move global to only function that requires it 2022-05-31 21:03:38 +02:00
dxgi_common.h Some CXX_BUILD fixes 2022-08-05 17:40:06 +02:00
egl_common.c Create gl_flush 2021-09-26 22:28:28 +02:00
egl_common.h
fpga_common.h
gdi_common.h
gl1_common.h
gl2_common.h Add osx-ppc compilation for frontend (#13532) 2022-01-24 16:22:07 +01:00
gl3_common.h (gl3/glcore) Remove gl3_build_default_matrix 2022-04-02 23:48:34 +02:00
gl_common.c (gl_common.c) Add HAVE_CONFIG_H 2021-09-29 17:48:58 +02:00
gl_common.h Create gl_flush 2021-09-26 22:28:28 +02:00
gx2_common.h
metal_common.h
metal_common.m (Apple/Metal) Combine various Metal files into one 2021-03-21 18:06:00 +01:00
network_common.h
orbis_common.h [ORBIS] Initial changes for PS4 2022-05-21 16:31:10 +02:00
ps2_common.h [PS2] Improve Compilation (#13359) 2021-12-15 19:01:56 +01:00
rsx_common.h [PSL1GHT] Add RSX graphics support for ps3 2022-03-27 18:03:30 +02:00
sdl2_common.c Add OpenDingux Beta support 2021-03-25 16:19:42 +00:00
sdl2_common.h Add OpenDingux Beta support 2021-03-25 16:19:42 +00:00
sixel_common.h
switch_common.h
vga_common.h
vita2d_common.h Move defines files over to libretro-common 2021-05-18 22:15:04 +02:00
vita_common.h [VITA] Add support for Vita GLES2 (PIGLET) 2021-01-06 19:14:30 +01:00
vksym.h
vulkan_common.c Replace some trivial strlcat usage - use return value of preceding 2022-08-04 03:45:09 +02:00
vulkan_common.h (Vulkan) Move functions to proper place where they're used 2022-05-21 01:40:23 +02:00
wayland_common.c Don't include errno.h in files that don't justify its use 2022-08-25 05:19:30 +02:00
wayland_common.h (Wayland) Fixups 2022-05-31 20:04:33 +02:00
win32_common.c (task_save.c) Simplification in control flow 2022-08-27 07:55:02 +02:00
win32_common.h (Win32) Cleanups 2022-05-17 13:21:56 +02:00
x11_common.c (X11) Turn these two functions static 2022-08-05 02:00:09 +02:00
x11_common.h (X11) Turn these two functions static 2022-08-05 02:00:09 +02:00
xinerama_common.c
xinerama_common.h