RetroArch/gfx/common
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
..
metal feat(metal): Add native rotation support for Metal driver 2018-11-29 22:04:43 -07:00
wayland Wayland: try /usr/local for wayland-scanner/protocols 2019-01-01 03:07:20 +03:00
caca_common.h Header update #1 2017-01-22 13:40:32 +01:00
ctr_common.h Squeeze extra blank lines with cat(1). 2019-01-08 11:04:58 -08:00
d3d8_common.c Squeeze extra blank lines with cat(1). 2019-01-08 11:04:58 -08:00
d3d8_common.h Remove set_font_rect callback 2018-05-14 16:57:34 +02:00
d3d9_common.c Squeeze extra blank lines with cat(1). 2019-01-08 11:04:58 -08:00
d3d9_common.h Update d3d9_set_pixel_shader 2018-05-18 20:43:12 +02:00
d3d10_common.c First iteration of UWP support 2018-12-28 22:09:22 +01:00
d3d10_common.h Squeeze extra blank lines with cat(1). 2019-01-08 11:04:58 -08:00
d3d11_common.c Bugfix - creating swap chain twice in d3d11 2018-12-29 11:38:09 +01:00
d3d11_common.h First iteration of UWP support 2018-12-28 22:09:22 +01:00
d3d12_common.c Silence some warnings 2018-12-29 02:12:50 +01:00
d3d12_common.h Silence some warnings 2018-12-29 02:12:50 +01:00
d3d_common.c Squeeze extra blank lines with cat(1). 2019-01-08 11:04:58 -08:00
d3d_common.h Squeeze extra blank lines with cat(1). 2019-01-08 11:04:58 -08:00
d3dcompiler_common.c First iteration of UWP support 2018-12-28 22:09:22 +01:00
d3dcompiler_common.h Cleanups 2018-05-12 19:24:04 +02:00
dbus_common.c Clean up trailing whitespace 2017-12-12 00:24:18 -08:00
dbus_common.h Clean up trailing whitespace 2017-12-12 00:24:18 -08:00
drm_common.c Add DRM interface for refresh rate. 2018-04-16 15:36:46 -05:00
drm_common.h Add DRM interface for refresh rate. 2018-04-16 15:36:46 -05:00
dxgi_common.c First iteration of UWP support 2018-12-28 22:09:22 +01:00
dxgi_common.h Port d3d12 driver for UWP 2018-12-28 22:10:26 +01:00
egl_common.c EGL: Add callback to select EGLConfig. 2018-12-11 20:12:25 +01:00
egl_common.h EGL: Add callback to select EGLConfig. 2018-12-11 20:12:25 +01:00
gdi_common.h Set ctx_driver 2018-10-14 08:22:26 +02:00
gl_common.c [ORBIS] Several EGL and GL fixes 2018-12-30 00:11:53 +01:00
gl_common.h Set ctx_driver 2018-10-14 08:22:26 +02:00
gx2_common.h Buildfix 2018-04-18 07:53:25 +02:00
metal_common.h Squeeze extra blank lines with cat(1). 2019-01-08 11:04:58 -08:00
metal_common.m feat(metal): Add native rotation support for Metal driver 2018-11-29 22:04:43 -07:00
orbis_common.h [ORBIS] Use SceWindow 2018-12-28 11:19:28 +01:00
sixel_common.h Set ctx_driver 2018-10-14 08:22:26 +02:00
switch_common.h [LIBNX] Implement OpenGL 2018-09-27 01:23:24 +02:00
vga_common.h DOS: add vga_common header 2017-01-22 10:47:11 -05:00
vita2d_common.h Clean up trailing whitespace 2017-12-12 00:24:18 -08:00
vksym.h Update Vulkan 2018-05-13 21:35:18 +02:00
vulkan_common.c (Android/Vulkan) Enable 'emulate mailbox' for Android 2018-12-03 00:40:50 +01:00
vulkan_common.h Squeeze extra blank lines with cat(1). 2019-01-08 11:04:58 -08:00
wayland_common.h Squeeze extra blank lines with cat(1). 2019-01-08 11:04:58 -08:00
win32_common.c Squeeze extra blank lines with cat(1). 2019-01-08 11:04:58 -08:00
win32_common.h Only one function calls EnumDisplaySettings now 2018-11-24 02:06:28 +01:00
x11_common.c Squeeze extra blank lines with cat(1). 2019-01-08 11:04:58 -08:00
x11_common.h Add get refresh rate context function. Implement for X11 and Wayland. 2018-04-15 17:56:12 -05:00
xinerama_common.c Clean up trailing whitespace 2017-12-12 00:24:18 -08:00
xinerama_common.h Clean up trailing whitespace 2017-12-12 00:24:18 -08:00