diff --git a/gfx/context/androidegl_ctx.c b/gfx/context/androidegl_ctx.c
index 84af26b36e..d97368f641 100644
--- a/gfx/context/androidegl_ctx.c
+++ b/gfx/context/androidegl_ctx.c
@@ -1,6 +1,6 @@
/* RetroArch - A frontend for libretro.
* Copyright (C) 2010-2014 - Hans-Kristian Arntzen
- * Copyright (C) 2011-2014 - Daniel De Matteis
+ * Copyright (C) 2011-2015 - Daniel De Matteis
*
* RetroArch is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
@@ -244,7 +244,7 @@ static void android_gfx_ctx_check_window(void *data, bool *quit,
*resize = true;
}
- // Check if we are exiting.
+ /* Check if we are exiting. */
if (g_extern.system.shutdown)
*quit = true;
}
diff --git a/gfx/context/bbqnx_ctx.c b/gfx/context/bbqnx_ctx.c
index a9f1b6397f..9544400cc0 100644
--- a/gfx/context/bbqnx_ctx.c
+++ b/gfx/context/bbqnx_ctx.c
@@ -1,6 +1,6 @@
/* RetroArch - A frontend for libretro.
* Copyright (C) 2010-2014 - Hans-Kristian Arntzen
- * Copyright (C) 2011-2014 - Daniel De Matteis
+ * Copyright (C) 2011-2015 - Daniel De Matteis
*
* RetroArch is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/gfx/context/d3d_ctx.cpp b/gfx/context/d3d_ctx.cpp
index 5c7d402f2e..e6a81e9081 100644
--- a/gfx/context/d3d_ctx.cpp
+++ b/gfx/context/d3d_ctx.cpp
@@ -1,6 +1,6 @@
/* RetroArch - A frontend for libretro.
* Copyright (C) 2010-2014 - Hans-Kristian Arntzen
- * Copyright (C) 2011-2014 - Daniel De Matteis
+ * Copyright (C) 2011-2015 - Daniel De Matteis
* Copyright (C) 2012-2014 - OV2
*
* RetroArch is free software: you can redistribute it and/or modify it under the terms
diff --git a/gfx/context/drm_egl_ctx.c b/gfx/context/drm_egl_ctx.c
index e0b9be902d..9f2d9ca3e7 100644
--- a/gfx/context/drm_egl_ctx.c
+++ b/gfx/context/drm_egl_ctx.c
@@ -1,6 +1,6 @@
/* RetroArch - A frontend for libretro.
* Copyright (C) 2010-2014 - Hans-Kristian Arntzen
- * Copyright (C) 2011-2014 - Daniel De Matteis
+ * Copyright (C) 2011-2015 - Daniel De Matteis
*
* RetroArch is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/gfx/context/emscriptenegl_ctx.c b/gfx/context/emscriptenegl_ctx.c
index 09057c7783..0500a467c6 100644
--- a/gfx/context/emscriptenegl_ctx.c
+++ b/gfx/context/emscriptenegl_ctx.c
@@ -1,6 +1,6 @@
/* RetroArch - A frontend for libretro.
* Copyright (C) 2010-2014 - Hans-Kristian Arntzen
- * Copyright (C) 2012-2014 - Michael Lelli
+ * Copyright (C) 2012-2015 - Michael Lelli
*
* RetroArch is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/gfx/context/gfx_null_ctx.c b/gfx/context/gfx_null_ctx.c
index 15ac8f955f..630e5427a0 100644
--- a/gfx/context/gfx_null_ctx.c
+++ b/gfx/context/gfx_null_ctx.c
@@ -1,6 +1,6 @@
/* RetroArch - A frontend for libretro.
* Copyright (C) 2010-2014 - Hans-Kristian Arntzen
- * Copyright (C) 2011-2014 - Daniel De Matteis
+ * Copyright (C) 2011-2015 - Daniel De Matteis
*
* RetroArch is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/gfx/context/glx_ctx.c b/gfx/context/glx_ctx.c
index c2aaeb1071..21ede2d0dc 100644
--- a/gfx/context/glx_ctx.c
+++ b/gfx/context/glx_ctx.c
@@ -1,6 +1,6 @@
/* RetroArch - A frontend for libretro.
* Copyright (C) 2010-2014 - Hans-Kristian Arntzen
- * Copyright (C) 2011-2014 - Daniel De Matteis
+ * Copyright (C) 2011-2015 - Daniel De Matteis
*
* RetroArch is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
@@ -14,8 +14,6 @@
* If not, see .
*/
-/* GLX context. */
-
#include "../../driver.h"
#include "../gfx_context.h"
#include "../gl_common.h"
@@ -262,7 +260,7 @@ static void ctx_glx_destroy_resources(gfx_ctx_glx_data_t *glx)
glXDestroyWindow(glx->g_dpy, glx->g_glx_win);
glx->g_glx_win = 0;
- // Save last used monitor for later.
+ /* Save last used monitor for later. */
#ifdef HAVE_XINERAMA
XWindowAttributes target;
Window child;
@@ -342,7 +340,7 @@ static bool gfx_ctx_glx_init(void *data)
glXQueryVersion(glx->g_dpy, &major, &minor);
- // GLX 1.3+ minimum required.
+ /* GLX 1.3+ minimum required. */
if ((major * 1000 + minor) < 1003)
goto error;
@@ -354,7 +352,7 @@ static bool gfx_ctx_glx_init(void *data)
glx->g_debug = g_extern.system.hw_render_callback.debug_context;
#endif
- glx->g_core = (g_major * 1000 + g_minor) >= 3001; // Have to use ContextAttribs
+ glx->g_core = (g_major * 1000 + g_minor) >= 3001; /* Have to use ContextAttribs */
if ((glx->g_core || glx->g_debug) && !glx_create_context_attribs)
goto error;
@@ -475,12 +473,13 @@ static bool gfx_ctx_glx_set_video_mode(void *data,
RARCH_LOG("[GLX]: Using true fullscreen.\n");
XMapRaised(glx->g_dpy, glx->g_win);
}
- else if (fullscreen) // We attempted true fullscreen, but failed. Attempt using windowed fullscreen.
+ else if (fullscreen) /* We attempted true fullscreen, but failed. Attempt using windowed fullscreen. */
{
XMapRaised(glx->g_dpy, glx->g_win);
RARCH_LOG("[GLX]: Using windowed fullscreen.\n");
- // We have to move the window to the screen we want to go fullscreen on first.
- // x_off and y_off usually get ignored in XCreateWindow().
+ /* We have to move the window to the screen we want to go fullscreen on first.
+ * x_off and y_off usually get ignored in XCreateWindow().
+ */
x11_move_window(glx->g_dpy, glx->g_win, x_off, y_off, width, height);
x11_windowed_fullscreen(glx->g_dpy, glx->g_win);
}
@@ -510,8 +509,9 @@ static bool gfx_ctx_glx_set_video_mode(void *data,
*aptr++ = GLX_CONTEXT_MINOR_VERSION_ARB;
*aptr++ = g_minor;
- // Technically, we don't have core/compat until 3.2.
- // Version 3.1 is either compat or not depending on GL_ARB_compatibility.
+ /* Technically, we don't have core/compat until 3.2.
+ * Version 3.1 is either compat or not depending on GL_ARB_compatibility.
+ */
if ((g_major * 1000 + g_minor) >= 3002)
{
*aptr++ = GLX_CONTEXT_PROFILE_MASK_ARB;
@@ -590,7 +590,7 @@ static bool gfx_ctx_glx_set_video_mode(void *data,
gfx_ctx_glx_swap_interval(data, glx->g_interval);
- // This can blow up on some drivers. It's not fatal, so override errors for this call.
+ /* This can blow up on some drivers. It's not fatal, so override errors for this call. */
old_handler = XSetErrorHandler(nul_handler);
XSetInputFocus(glx->g_dpy, glx->g_win, RevertToNone, CurrentTime);
XSync(glx->g_dpy, False);
@@ -670,7 +670,8 @@ static gfx_ctx_proc_t gfx_ctx_glx_get_proc_address(const char *symbol)
return glXGetProcAddress((const GLubyte*)symbol);
}
-static bool gfx_ctx_glx_bind_api(void *data, enum gfx_ctx_api api, unsigned major, unsigned minor)
+static bool gfx_ctx_glx_bind_api(void *data, enum gfx_ctx_api api,
+ unsigned major, unsigned minor)
{
(void)data;
g_major = major;
diff --git a/gfx/context/mali_fbdev_ctx.c b/gfx/context/mali_fbdev_ctx.c
index c02f15c9d0..b777ecfd55 100644
--- a/gfx/context/mali_fbdev_ctx.c
+++ b/gfx/context/mali_fbdev_ctx.c
@@ -21,7 +21,7 @@
#include
#include
-//Includes and defines for framebuffer size retrieval
+/* Includes and defines for framebuffer size retrieval */
#include
#include
#include
@@ -78,7 +78,7 @@ static void gfx_ctx_mali_fbdev_destroy(void *data)
g_quit = 0;
g_resize = false;
- //Clear framebuffer and set cursor on again
+ /* Clear framebuffer and set cursor on again */
int fd = open("/dev/tty", O_RDWR);
ioctl(fd,VT_ACTIVATE,5);
ioctl(fd,VT_ACTIVATE,1);
diff --git a/gfx/context/null_ctx.c b/gfx/context/null_ctx.c
index 63e0034e70..66fbb637c7 100644
--- a/gfx/context/null_ctx.c
+++ b/gfx/context/null_ctx.c
@@ -1,6 +1,6 @@
/* RetroArch - A frontend for libretro.
* Copyright (C) 2010-2014 - Hans-Kristian Arntzen
- * Copyright (C) 2011-2014 - Daniel De Matteis
+ * Copyright (C) 2011-2015 - Daniel De Matteis
*
* RetroArch is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
@@ -38,9 +38,11 @@ static bool gfx_ctx_init(void)
}
static void gfx_ctx_swap_buffers(void *data)
- // video_data can have changed here ...
+{
+
+ /* video_data can have changed here... */
video_data = driver.video_data;
-{}
+}
static void gfx_ctx_check_window(void *data, bool *quit,
bool *resize, unsigned *width, unsigned *height, unsigned frame_count)
diff --git a/gfx/context/ps3_ctx.c b/gfx/context/ps3_ctx.c
index 84be2c98e7..2578d40c67 100644
--- a/gfx/context/ps3_ctx.c
+++ b/gfx/context/ps3_ctx.c
@@ -1,6 +1,6 @@
/* RetroArch - A frontend for libretro.
* Copyright (C) 2010-2014 - Hans-Kristian Arntzen
- * Copyright (C) 2011-2014 - Daniel De Matteis
+ * Copyright (C) 2011-2015 - Daniel De Matteis
*
* RetroArch is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
@@ -238,7 +238,7 @@ static bool gfx_ctx_ps3_init(void *data)
.initializeSPUs = GL_FALSE,
};
- // Initialize 6 SPUs but reserve 1 SPU as a raw SPU for PSGL
+ /* Initialize 6 SPUs but reserve 1 SPU as a raw SPU for PSGL. */
sys_spu_initialize(6, 1);
psglInit(&options);
diff --git a/gfx/context/sdl_gl_ctx.c b/gfx/context/sdl_gl_ctx.c
index 901ed5d573..e037ab7143 100644
--- a/gfx/context/sdl_gl_ctx.c
+++ b/gfx/context/sdl_gl_ctx.c
@@ -1,6 +1,6 @@
/* RetroArch - A frontend for libretro.
* Copyright (C) 2010-2014 - Hans-Kristian Arntzen
- * Copyright (C) 2011-2014 - Daniel De Matteis
+ * Copyright (C) 2011-2015 - Daniel De Matteis
*
* RetroArch is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/gfx/context/vc_egl_ctx.c b/gfx/context/vc_egl_ctx.c
index 52d2b094c1..a58cb27dfd 100644
--- a/gfx/context/vc_egl_ctx.c
+++ b/gfx/context/vc_egl_ctx.c
@@ -1,6 +1,6 @@
/* RetroArch - A frontend for libretro.
* Copyright (C) 2010-2014 - Hans-Kristian Arntzen
- * Copyright (C) 2012-2014 - Michael Lelli
+ * Copyright (C) 2012-2015 - Michael Lelli
*
* RetroArch is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
@@ -14,8 +14,6 @@
* If not, see .
*/
-/* VideoCore context, for Rasperry Pi. */
-
#include "../../driver.h"
#include "../gfx_context.h"
#include "../gl_common.h"
diff --git a/gfx/context/vivante_fbdev_ctx.c b/gfx/context/vivante_fbdev_ctx.c
index 2470bf400f..7fb841deda 100644
--- a/gfx/context/vivante_fbdev_ctx.c
+++ b/gfx/context/vivante_fbdev_ctx.c
@@ -1,6 +1,6 @@
/* RetroArch - A frontend for libretro.
* Copyright (C) 2010-2014 - Hans-Kristian Arntzen
- * Copyright (C) 2014 - Jean-Andre Santoni
+ * Copyright (C) 2014 2015 - Jean-Andre Santoni
*
* RetroArch is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
@@ -299,4 +299,3 @@ const gfx_ctx_driver_t gfx_ctx_vivante_fbdev = {
NULL,
"vivante-fbdev",
};
-
diff --git a/gfx/context/wayland_ctx.c b/gfx/context/wayland_ctx.c
index a310443fd8..6e5bb2c8d9 100644
--- a/gfx/context/wayland_ctx.c
+++ b/gfx/context/wayland_ctx.c
@@ -1,5 +1,6 @@
/* RetroArch - A frontend for libretro.
* Copyright (C) 2010-2014 - Hans-Kristian Arntzen
+ * Copyright (C) 2011-2015 - Daniel De Matteis
*
* RetroArch is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
@@ -848,7 +849,7 @@ struct wl_seat *seat, unsigned caps)
}
}
-// Seat callbacks
+/* Seat callbacks - TODO/FIXME */
static const struct wl_seat_listener seat_listener = {
seat_handle_capabilities,
};
diff --git a/gfx/context/wgl_ctx.c b/gfx/context/wgl_ctx.c
index 6bae0178a9..895ef2df09 100644
--- a/gfx/context/wgl_ctx.c
+++ b/gfx/context/wgl_ctx.c
@@ -1,6 +1,6 @@
/* RetroArch - A frontend for libretro.
* Copyright (C) 2010-2014 - Hans-Kristian Arntzen
- * Copyright (C) 2011-2014 - Daniel De Matteis
+ * Copyright (C) 2011-2015 - Daniel De Matteis
*
* RetroArch is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
@@ -14,9 +14,9 @@
* If not, see .
*/
-// Win32/WGL context.
+/* Win32/WGL context. */
-// necessary for mingw32 multimon defines:
+/* necessary for mingw32 multimon defines: */
#ifndef _WIN32_WINNT
#define _WIN32_WINNT 0x0500 //_WIN32_WINNT_WIN2K
#endif
diff --git a/gfx/context/win32_common.h b/gfx/context/win32_common.h
index 44ca785b6f..62fe20d654 100644
--- a/gfx/context/win32_common.h
+++ b/gfx/context/win32_common.h
@@ -1,5 +1,6 @@
/* RetroArch - A frontend for libretro.
* Copyright (C) 2010-2014 - Hans-Kristian Arntzen
+ * Copyright (C) 2011-2015 - Daniel De Matteis
*
* RetroArch is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/gfx/context/x11_common.c b/gfx/context/x11_common.c
index d97a5f0bcd..3b9b30838c 100644
--- a/gfx/context/x11_common.c
+++ b/gfx/context/x11_common.c
@@ -1,6 +1,6 @@
/* RetroArch - A frontend for libretro.
* Copyright (C) 2010-2014 - Hans-Kristian Arntzen
- * Copyright (C) 2011-2014 - Daniel De Matteis
+ * Copyright (C) 2011-2015 - Daniel De Matteis
*
* RetroArch is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/gfx/context/x11_common.h b/gfx/context/x11_common.h
index c7b27a5555..0c6332cbed 100644
--- a/gfx/context/x11_common.h
+++ b/gfx/context/x11_common.h
@@ -1,6 +1,6 @@
/* RetroArch - A frontend for libretro.
* Copyright (C) 2010-2014 - Hans-Kristian Arntzen
- * Copyright (C) 2011-2014 - Daniel De Matteis
+ * Copyright (C) 2011-2015 - Daniel De Matteis
*
* RetroArch is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
@@ -38,7 +38,7 @@ bool x11_enter_fullscreen(Display *dpy, unsigned width, unsigned height, XF86Vid
void x11_exit_fullscreen(Display *dpy, XF86VidModeModeInfo *desktop_mode);
void x11_move_window(Display *dpy, Window win, int x, int y, unsigned width, unsigned height);
-// Set icon, class, default stuff.
+/* Set icon, class, default stuff. */
void x11_set_window_attr(Display *dpy, Window win);
#ifdef HAVE_XINERAMA
diff --git a/gfx/context/xegl_ctx.c b/gfx/context/xegl_ctx.c
index 0fcb48c82c..5a1b99a52a 100644
--- a/gfx/context/xegl_ctx.c
+++ b/gfx/context/xegl_ctx.c
@@ -1,6 +1,6 @@
/* RetroArch - A frontend for libretro.
* Copyright (C) 2010-2014 - Hans-Kristian Arntzen
- * Copyright (C) 2011-2014 - Daniel De Matteis
+ * Copyright (C) 2011-2015 - Daniel De Matteis
*
* RetroArch is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/gfx/d3d/d3d.cpp b/gfx/d3d/d3d.cpp
index c92ecf10c2..8e1621bc6f 100644
--- a/gfx/d3d/d3d.cpp
+++ b/gfx/d3d/d3d.cpp
@@ -1,6 +1,6 @@
/* RetroArch - A frontend for libretro.
* Copyright (C) 2010-2014 - Hans-Kristian Arntzen
- * Copyright (C) 2011-2014 - Daniel De Matteis
+ * Copyright (C) 2011-2015 - Daniel De Matteis
* Copyright (C) 2012-2014 - OV2
*
* RetroArch is free software: you can redistribute it and/or modify it under the terms
diff --git a/gfx/d3d/d3d.hpp b/gfx/d3d/d3d.hpp
index 2f236510d2..33d198e398 100644
--- a/gfx/d3d/d3d.hpp
+++ b/gfx/d3d/d3d.hpp
@@ -1,6 +1,6 @@
/* RetroArch - A frontend for libretro.
* Copyright (C) 2010-2014 - Hans-Kristian Arntzen
- * Copyright (C) 2011-2014 - Daniel De Matteis
+ * Copyright (C) 2011-2015 - Daniel De Matteis
*
* RetroArch is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/gfx/d3d/d3d_defines.h b/gfx/d3d/d3d_defines.h
index 83016fa1bf..df2930d885 100644
--- a/gfx/d3d/d3d_defines.h
+++ b/gfx/d3d/d3d_defines.h
@@ -1,6 +1,6 @@
/* RetroArch - A frontend for libretro.
* Copyright (C) 2010-2014 - Hans-Kristian Arntzen
- * Copyright (C) 2011-2014 - Daniel De Matteis
+ * Copyright (C) 2011-2015 - Daniel De Matteis
*
* RetroArch is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/gfx/d3d/d3d_wrapper.h b/gfx/d3d/d3d_wrapper.h
index ac0de87be1..e9b8ea451a 100644
--- a/gfx/d3d/d3d_wrapper.h
+++ b/gfx/d3d/d3d_wrapper.h
@@ -1,6 +1,6 @@
/* RetroArch - A frontend for libretro.
* Copyright (C) 2010-2014 - Hans-Kristian Arntzen
- * Copyright (C) 2011-2014 - Daniel De Matteis
+ * Copyright (C) 2011-2015 - Daniel De Matteis
*
* RetroArch is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/gfx/d3d/render_chain.cpp b/gfx/d3d/render_chain.cpp
index 75e1a9bb96..527aadf0ed 100644
--- a/gfx/d3d/render_chain.cpp
+++ b/gfx/d3d/render_chain.cpp
@@ -1,5 +1,6 @@
/* RetroArch - A frontend for libretro.
* Copyright (C) 2010-2014 - Hans-Kristian Arntzen
+ * Copyright (C) 2011-2015 - Daniel De Matteis
*
* RetroArch is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/gfx/d3d/render_chain.hpp b/gfx/d3d/render_chain.hpp
index b2f5e6b643..5b63860009 100644
--- a/gfx/d3d/render_chain.hpp
+++ b/gfx/d3d/render_chain.hpp
@@ -1,5 +1,6 @@
/* RetroArch - A frontend for libretro.
* Copyright (C) 2010-2014 - Hans-Kristian Arntzen
+ * Copyright (C) 2011-2015 - Daniel De Matteis
*
* RetroArch is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/gfx/d3d/render_chain_xdk.h b/gfx/d3d/render_chain_xdk.h
index 95e4766ce0..1ebf66ad37 100644
--- a/gfx/d3d/render_chain_xdk.h
+++ b/gfx/d3d/render_chain_xdk.h
@@ -1,4 +1,4 @@
-//forward decls
+/* forward decls */
static void renderchain_set_mvp(void *data, unsigned vp_width, unsigned vp_height, unsigned rotation);
static void renderchain_blit_to_texture(void *data, const void *frame,
unsigned width, unsigned height, unsigned pitch);
@@ -202,7 +202,7 @@ static void renderchain_set_vertices(void *data, unsigned pass, unsigned width,
vert[3].v = 0.0f;
#endif
- // Align texels and vertices.
+ /* Align texels and vertices. */
for (unsigned i = 0; i < 4; i++)
{
vert[i].x -= 0.5f / ((float)d3d->tex_w);
diff --git a/gfx/fonts/bitmap.h b/gfx/fonts/bitmap.h
index 81a386487e..3002d3a1bd 100644
--- a/gfx/fonts/bitmap.h
+++ b/gfx/fonts/bitmap.h
@@ -1,5 +1,6 @@
/* RetroArch - A frontend for libretro.
* Copyright (C) 2010-2014 - Hans-Kristian Arntzen
+ * Copyright (C) 2011-2015 - Daniel De Matteis
*
* RetroArch is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/gfx/fonts/bitmapfont.c b/gfx/fonts/bitmapfont.c
index 2e2bd6fb64..de1a3b8fc6 100644
--- a/gfx/fonts/bitmapfont.c
+++ b/gfx/fonts/bitmapfont.c
@@ -1,5 +1,6 @@
/* RetroArch - A frontend for libretro.
* Copyright (C) 2010-2014 - Hans-Kristian Arntzen
+ * Copyright (C) 2011-2015 - Daniel De Matteis
*
* RetroArch is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/gfx/fonts/coretext.c b/gfx/fonts/coretext.c
index 75bc7834a1..a52521abfa 100644
--- a/gfx/fonts/coretext.c
+++ b/gfx/fonts/coretext.c
@@ -1,5 +1,5 @@
/* RetroArch - A frontend for libretro.
- * Copyright (C) 2014 - Jay McCarthy
+ * Copyright (C) 2014-2015 - Jay McCarthy
*
* RetroArch is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/gfx/fonts/d3d_font.c b/gfx/fonts/d3d_font.c
index 79e14a414a..9921b0c693 100644
--- a/gfx/fonts/d3d_font.c
+++ b/gfx/fonts/d3d_font.c
@@ -1,6 +1,6 @@
/* RetroArch - A frontend for libretro.
* Copyright (C) 2010-2014 - Hans-Kristian Arntzen
- * Copyright (C) 2011-2014 - Daniel De Matteis
+ * Copyright (C) 2011-2015 - Daniel De Matteis
*
* RetroArch is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/gfx/fonts/d3d_font.h b/gfx/fonts/d3d_font.h
index ad141bc7e6..b84e17a63c 100644
--- a/gfx/fonts/d3d_font.h
+++ b/gfx/fonts/d3d_font.h
@@ -1,5 +1,6 @@
/* RetroArch - A frontend for libretro.
* Copyright (C) 2010-2014 - Hans-Kristian Arntzen
+ * Copyright (C) 2011-2015 - Daniel De Matteis
*
* RetroArch is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/gfx/fonts/d3d_w32_font.cpp b/gfx/fonts/d3d_w32_font.cpp
index 569c6b3b83..aaaf590f17 100644
--- a/gfx/fonts/d3d_w32_font.cpp
+++ b/gfx/fonts/d3d_w32_font.cpp
@@ -1,6 +1,6 @@
/* RetroArch - A frontend for libretro.
* Copyright (C) 2010-2014 - Hans-Kristian Arntzen
- * Copyright (C) 2011-2014 - Daniel De Matteis
+ * Copyright (C) 2011-2015 - Daniel De Matteis
*
* RetroArch is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/gfx/fonts/fonts.c b/gfx/fonts/fonts.c
index 9ed7968d85..4fcda15cad 100644
--- a/gfx/fonts/fonts.c
+++ b/gfx/fonts/fonts.c
@@ -1,5 +1,6 @@
/* RetroArch - A frontend for libretro.
* Copyright (C) 2010-2014 - Hans-Kristian Arntzen
+ * Copyright (C) 2011-2015 - Daniel De Matteis
*
* RetroArch is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/gfx/fonts/fonts.h b/gfx/fonts/fonts.h
index 5db1905eec..174e08c700 100644
--- a/gfx/fonts/fonts.h
+++ b/gfx/fonts/fonts.h
@@ -1,5 +1,6 @@
/* RetroArch - A frontend for libretro.
* Copyright (C) 2010-2014 - Hans-Kristian Arntzen
+ * Copyright (C) 2011-2015 - Daniel De Matteis
*
* RetroArch is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/gfx/fonts/freetype.c b/gfx/fonts/freetype.c
index 7696b1292f..dae531ba4a 100644
--- a/gfx/fonts/freetype.c
+++ b/gfx/fonts/freetype.c
@@ -1,5 +1,6 @@
/* RetroArch - A frontend for libretro.
* Copyright (C) 2010-2014 - Hans-Kristian Arntzen
+ * Copyright (C) 2011-2015 - Daniel De Matteis
*
* RetroArch is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/gfx/fonts/gl_font.c b/gfx/fonts/gl_font.c
index fea3104cb7..a534b92548 100644
--- a/gfx/fonts/gl_font.c
+++ b/gfx/fonts/gl_font.c
@@ -1,6 +1,6 @@
/* RetroArch - A frontend for libretro.
* Copyright (C) 2010-2014 - Hans-Kristian Arntzen
- * Copyright (C) 2011-2014 - Daniel De Matteis
+ * Copyright (C) 2011-2015 - Daniel De Matteis
*
* RetroArch is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/gfx/fonts/gl_font.h b/gfx/fonts/gl_font.h
index fc59302cb9..15f05d8902 100644
--- a/gfx/fonts/gl_font.h
+++ b/gfx/fonts/gl_font.h
@@ -1,5 +1,6 @@
/* RetroArch - A frontend for libretro.
* Copyright (C) 2010-2014 - Hans-Kristian Arntzen
+ * Copyright (C) 2011-2015 - Daniel De Matteis
*
* RetroArch is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/gfx/fonts/gl_raster_font.c b/gfx/fonts/gl_raster_font.c
index a8f70f9e06..2c44a65b1e 100644
--- a/gfx/fonts/gl_raster_font.c
+++ b/gfx/fonts/gl_raster_font.c
@@ -1,6 +1,6 @@
/* RetroArch - A frontend for libretro.
* Copyright (C) 2010-2014 - Hans-Kristian Arntzen
- * Copyright (C) 2011-2014 - Daniel De Matteis
+ * Copyright (C) 2011-2015 - Daniel De Matteis
*
* RetroArch is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/gfx/fonts/ps_libdbgfont.c b/gfx/fonts/ps_libdbgfont.c
index 7d97c45676..fcfb0b773b 100644
--- a/gfx/fonts/ps_libdbgfont.c
+++ b/gfx/fonts/ps_libdbgfont.c
@@ -1,6 +1,6 @@
/* RetroArch - A frontend for libretro.
* Copyright (C) 2010-2014 - Hans-Kristian Arntzen
- * Copyright (C) 2011-2014 - Daniel De Matteis
+ * Copyright (C) 2011-2015 - Daniel De Matteis
*
* RetroArch is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/gfx/fonts/xdk1_xfonts.c b/gfx/fonts/xdk1_xfonts.c
index 186b248a43..e6b8719415 100644
--- a/gfx/fonts/xdk1_xfonts.c
+++ b/gfx/fonts/xdk1_xfonts.c
@@ -1,6 +1,6 @@
/* RetroArch - A frontend for libretro.
* Copyright (C) 2010-2014 - Hans-Kristian Arntzen
- * Copyright (C) 2011-2014 - Daniel De Matteis
+ * Copyright (C) 2011-2015 - Daniel De Matteis
*
* RetroArch is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/gfx/fonts/xdk360_fonts.cpp b/gfx/fonts/xdk360_fonts.cpp
index a36e483b7c..261df1fa52 100644
--- a/gfx/fonts/xdk360_fonts.cpp
+++ b/gfx/fonts/xdk360_fonts.cpp
@@ -1,6 +1,6 @@
/* RetroArch - A frontend for libretro.
* Copyright (C) 2010-2014 - Hans-Kristian Arntzen
- * Copyright (C) 2011-2014 - Daniel De Matteis
+ * Copyright (C) 2011-2015 - Daniel De Matteis
*
* RetroArch is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/gfx/gfx_common.c b/gfx/gfx_common.c
index cd648e5211..70a642f909 100644
--- a/gfx/gfx_common.c
+++ b/gfx/gfx_common.c
@@ -1,6 +1,6 @@
/* RetroArch - A frontend for libretro.
* Copyright (C) 2010-2014 - Hans-Kristian Arntzen
- * Copyright (C) 2011-2014 - Daniel De Matteis
+ * Copyright (C) 2011-2015 - Daniel De Matteis
*
* RetroArch is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
@@ -24,6 +24,19 @@
#define FPS_UPDATE_INTERVAL 256
+/**
+ * gfx_get_fps:
+ * @buf : string suitable for Window title
+ * @size : size of buffer.
+ * @buf_fps : string of raw FPS only (optional).
+ * @size_fps : size of raw FPS buffer.
+ *
+ * Get the amount of frames per seconds.
+ *
+ * Returns: true if framerate per seconds could be obtained,
+ * otherwise false.
+ *
+ **/
bool gfx_get_fps(char *buf, size_t size, char *buf_fps, size_t size_fps)
{
static retro_time_t curr_time;
diff --git a/gfx/gfx_common.h b/gfx/gfx_common.h
index f7c0261a38..084d7e0d62 100644
--- a/gfx/gfx_common.h
+++ b/gfx/gfx_common.h
@@ -1,5 +1,6 @@
/* RetroArch - A frontend for libretro.
* Copyright (C) 2010-2014 - Hans-Kristian Arntzen
+ * Copyright (C) 2011-2015 - Daniel De Matteis
*
* RetroArch is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
@@ -30,10 +31,6 @@ extern "C" {
#include "../config.h"
#endif
-/* bufs gets a string suitable for Window title,
- * buf_fps for raw FPS only.
- * buf_fps is optional.
- */
bool gfx_get_fps(char *buf, size_t size,
char *buf_fps, size_t size_fps);
diff --git a/gfx/gfx_context.c b/gfx/gfx_context.c
index 371d52bf1d..80e427c43e 100644
--- a/gfx/gfx_context.c
+++ b/gfx/gfx_context.c
@@ -1,5 +1,6 @@
/* RetroArch - A frontend for libretro.
* Copyright (C) 2010-2014 - Hans-Kristian Arntzen
+ * Copyright (C) 2011-2015 - Daniel De Matteis
*
* RetroArch is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/gfx/gfx_context.h b/gfx/gfx_context.h
index 6e278706eb..b7ed37e338 100644
--- a/gfx/gfx_context.h
+++ b/gfx/gfx_context.h
@@ -1,5 +1,6 @@
/* RetroArch - A frontend for libretro.
* Copyright (C) 2010-2014 - Hans-Kristian Arntzen
+ * Copyright (C) 2011-2015 - Daniel De Matteis
*
* RetroArch is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/gfx/gl.c b/gfx/gl.c
index dd595c6239..998a3fe2c2 100644
--- a/gfx/gl.c
+++ b/gfx/gl.c
@@ -1,7 +1,7 @@
/* RetroArch - A frontend for libretro.
* Copyright (C) 2010-2014 - Hans-Kristian Arntzen
- * Copyright (C) 2011-2014 - Daniel De Matteis
- * Copyright (C) 2012-2014 - Michael Lelli
+ * Copyright (C) 2011-2015 - Daniel De Matteis
+ * Copyright (C) 2012-2015 - Michael Lelli
*
* RetroArch is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/gfx/gl_common.c b/gfx/gl_common.c
index 3862337f96..563b449e43 100644
--- a/gfx/gl_common.c
+++ b/gfx/gl_common.c
@@ -1,6 +1,6 @@
/* RetroArch - A frontend for libretro.
* Copyright (C) 2010-2014 - Hans-Kristian Arntzen
- * Copyright (C) 2011-2014 - Daniel De Matteis
+ * Copyright (C) 2011-2015 - Daniel De Matteis
*
* RetroArch is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/gfx/gl_common.h b/gfx/gl_common.h
index 7b8aaa0542..9fe8d4619b 100644
--- a/gfx/gl_common.h
+++ b/gfx/gl_common.h
@@ -1,5 +1,6 @@
/* RetroArch - A frontend for libretro.
* Copyright (C) 2010-2014 - Hans-Kristian Arntzen
+ * copyright (c) 2011-2015 - Daniel De Matteis
*
* RetroArch is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/gfx/gx/gx_gfx.c b/gfx/gx/gx_gfx.c
index aed89d501d..df6e7df595 100644
--- a/gfx/gx/gx_gfx.c
+++ b/gfx/gx/gx_gfx.c
@@ -1,7 +1,7 @@
/* RetroArch - A frontend for libretro.
* Copyright (C) 2010-2014 - Hans-Kristian Arntzen
- * Copyright (C) 2011-2014 - Daniel De Matteis
- * Copyright (C) 2012-2014 - Michael Lelli
+ * Copyright (C) 2011-2015 - Daniel De Matteis
+ * Copyright (C) 2012-2015 - Michael Lelli
*
* RetroArch is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/gfx/gx/gx_gfx.h b/gfx/gx/gx_gfx.h
index efa15ef3ab..2b7b47e325 100644
--- a/gfx/gx/gx_gfx.h
+++ b/gfx/gx/gx_gfx.h
@@ -1,7 +1,7 @@
/* RetroArch - A frontend for libretro.
* Copyright (C) 2010-2014 - Hans-Kristian Arntzen
- * Copyright (C) 2011-2014 - Daniel De Matteis
- * Copyright (C) 2012-2014 - Michael Lelli
+ * Copyright (C) 2011-2015 - Daniel De Matteis
+ * Copyright (C) 2012-2015 - Michael Lelli
*
* RetroArch is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/gfx/image/image.h b/gfx/image/image.h
index 3c080e4886..63232cb5f6 100644
--- a/gfx/image/image.h
+++ b/gfx/image/image.h
@@ -1,5 +1,6 @@
/* RetroArch - A frontend for libretro.
* Copyright (C) 2010-2014 - Hans-Kristian Arntzen
+ * Copyright (C) 2011-2015 - Daniel De Matteis
*
* RetroArch is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/gfx/image/image_ps3.c b/gfx/image/image_ps3.c
index d830ae4b06..b141c8e5ba 100644
--- a/gfx/image/image_ps3.c
+++ b/gfx/image/image_ps3.c
@@ -1,6 +1,6 @@
/* RetroArch - A frontend for libretro.
* Copyright (C) 2010-2014 - Hans-Kristian Arntzen
- * Copyright (C) 2011-2014 - Daniel De Matteis
+ * Copyright (C) 2011-2015 - Daniel De Matteis
*
* RetroArch is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/gfx/image/image_rpng.c b/gfx/image/image_rpng.c
index 7adf72a15b..3009b93237 100644
--- a/gfx/image/image_rpng.c
+++ b/gfx/image/image_rpng.c
@@ -1,5 +1,6 @@
/* RetroArch - A frontend for libretro.
* Copyright (C) 2010-2014 - Hans-Kristian Arntzen
+ * Copyright (C) 2011-2015 - Daniel De Matteis
*
* RetroArch is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/gfx/image/image_xdk1.c b/gfx/image/image_xdk1.c
index e8273fad01..f1bf7f1484 100644
--- a/gfx/image/image_xdk1.c
+++ b/gfx/image/image_xdk1.c
@@ -1,6 +1,6 @@
/* RetroArch - A frontend for libretro.
* Copyright (C) 2010-2014 - Hans-Kristian Arntzen
- * Copyright (C) 2011-2014 - Daniel De Matteis
+ * Copyright (C) 2011-2015 - Daniel De Matteis
*
* RetroArch is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/gfx/nullgfx.c b/gfx/nullgfx.c
index 396922385f..ab54737be9 100644
--- a/gfx/nullgfx.c
+++ b/gfx/nullgfx.c
@@ -1,5 +1,6 @@
/* RetroArch - A frontend for libretro.
* Copyright (C) 2010-2014 - Hans-Kristian Arntzen
+ * Copyright (C) 2011-2015 - Daniel De Matteis
*
* RetroArch is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/gfx/psp/psp1_gfx.c b/gfx/psp/psp1_gfx.c
index 1c0f706145..f09f24fb54 100644
--- a/gfx/psp/psp1_gfx.c
+++ b/gfx/psp/psp1_gfx.c
@@ -1,6 +1,6 @@
/* RetroArch - A frontend for libretro.
* Copyright (C) 2010-2014 - Hans-Kristian Arntzen
- * Copyright (C) 2011-2014 - Daniel De Matteis
+ * Copyright (C) 2011-2015 - Daniel De Matteis
*
* RetroArch is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/gfx/psp/sdk_defines.h b/gfx/psp/sdk_defines.h
index e345f39f5f..51759c0264 100644
--- a/gfx/psp/sdk_defines.h
+++ b/gfx/psp/sdk_defines.h
@@ -1,6 +1,6 @@
/* RetroArch - A frontend for libretro.
* Copyright (C) 2010-2014 - Hans-Kristian Arntzen
- * Copyright (C) 2011-2014 - Daniel De Matteis
+ * Copyright (C) 2011-2015 - Daniel De Matteis
*
* RetroArch is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/gfx/py_state/py_state.c b/gfx/py_state/py_state.c
index 15541ffb70..a5314bb296 100644
--- a/gfx/py_state/py_state.c
+++ b/gfx/py_state/py_state.c
@@ -1,5 +1,6 @@
/* RetroArch - A frontend for libretro.
* Copyright (C) 2010-2014 - Hans-Kristian Arntzen
+ * Copyright (C) 2011-2015 - Daniel De Matteis
*
* RetroArch is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/gfx/py_state/py_state.h b/gfx/py_state/py_state.h
index 56a6d9f25f..2381c2ece3 100644
--- a/gfx/py_state/py_state.h
+++ b/gfx/py_state/py_state.h
@@ -1,5 +1,6 @@
/* RetroArch - A frontend for libretro.
* Copyright (C) 2010-2014 - Hans-Kristian Arntzen
+ * Copyright (C) 2011-2015 - Daniel De Matteis
*
* RetroArch is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/gfx/sdl2_gfx.c b/gfx/sdl2_gfx.c
index 9b9064cd38..4eadf93336 100644
--- a/gfx/sdl2_gfx.c
+++ b/gfx/sdl2_gfx.c
@@ -1,5 +1,6 @@
/* RetroArch - A frontend for libretro.
* Copyright (C) 2010-2014 - Hans-Kristian Arntzen
+ * Copyright (C) 2011-2015 - Higor Euripedes
*
* RetroArch is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
@@ -75,9 +76,7 @@ static void sdl2_gfx_free(void *data);
static inline void sdl_tex_zero(sdl2_tex_t *t)
{
if (t->tex)
- {
SDL_DestroyTexture(t->tex);
- }
t->tex = NULL;
t->w = t->h = t->pitch = 0;
diff --git a/gfx/sdl_gfx.c b/gfx/sdl_gfx.c
index e23b0768e4..3238178ac5 100644
--- a/gfx/sdl_gfx.c
+++ b/gfx/sdl_gfx.c
@@ -1,5 +1,6 @@
/* RetroArch - A frontend for libretro.
* Copyright (C) 2010-2014 - Hans-Kristian Arntzen
+ * Copyright (C) 2011-2015 - Higor Euripedes
*
* RetroArch is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/gfx/shader/shader_context.c b/gfx/shader/shader_context.c
index 4f8ff14327..f9663d5d1d 100644
--- a/gfx/shader/shader_context.c
+++ b/gfx/shader/shader_context.c
@@ -1,5 +1,5 @@
/* RetroArch - A frontend for libretro.
- * Copyright (C) 2011-2014 - Daniel De Matteis
+ * Copyright (C) 2011-2015 - Daniel De Matteis
*
* RetroArch is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/gfx/shader/shader_context.h b/gfx/shader/shader_context.h
index 21912ea3ce..b9237694ba 100644
--- a/gfx/shader/shader_context.h
+++ b/gfx/shader/shader_context.h
@@ -1,6 +1,5 @@
/* RetroArch - A frontend for libretro.
- * Copyright (C) 2010-2014 - Hans-Kristian Arntzen
- * Copyright (C) 2011-2014 - Daniel De Matteis
+ * Copyright (C) 2011-2015 - Daniel De Matteis
*
* RetroArch is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/gfx/shader/shader_gl_cg.c b/gfx/shader/shader_gl_cg.c
index 4f53fae5b8..b8bf56f2de 100644
--- a/gfx/shader/shader_gl_cg.c
+++ b/gfx/shader/shader_gl_cg.c
@@ -1,5 +1,6 @@
/* RetroArch - A frontend for libretro.
* Copyright (C) 2010-2014 - Hans-Kristian Arntzen
+ * Copyright (C) 2011-2015 - Daniel De Matteis
*
* RetroArch is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/gfx/shader/shader_hlsl.c b/gfx/shader/shader_hlsl.c
index 7d57ee16bf..f5d0ec7a99 100644
--- a/gfx/shader/shader_hlsl.c
+++ b/gfx/shader/shader_hlsl.c
@@ -1,6 +1,6 @@
/* RetroArch - A frontend for libretro.
* Copyright (C) 2010-2014 - Hans-Kristian Arntzen
- * Copyright (C) 2011-2014 - Daniel De Matteis
+ * Copyright (C) 2011-2015 - Daniel De Matteis
*
* RetroArch is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/gfx/shader/shader_hlsl.h b/gfx/shader/shader_hlsl.h
index a945075fe4..b3ac8e038e 100644
--- a/gfx/shader/shader_hlsl.h
+++ b/gfx/shader/shader_hlsl.h
@@ -1,6 +1,6 @@
/* RetroArch - A frontend for libretro.
* Copyright (C) 2010-2014 - Hans-Kristian Arntzen
- * Copyright (C) 2011-2014 - Daniel De Matteis
+ * Copyright (C) 2011-2015 - Daniel De Matteis
*
* RetroArch is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/gfx/shader/shader_null.c b/gfx/shader/shader_null.c
index 036cb6ba4f..074ed0cc7d 100644
--- a/gfx/shader/shader_null.c
+++ b/gfx/shader/shader_null.c
@@ -1,6 +1,6 @@
/* RetroArch - A frontend for libretro.
* Copyright (C) 2010-2014 - Hans-Kristian Arntzen
- * Copyright (C) 2011-2014 - Daniel De Matteis
+ * Copyright (C) 2011-2015 - Daniel De Matteis
*
* RetroArch is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/gfx/shader/shader_parse.c b/gfx/shader/shader_parse.c
index 9f1c429b12..0519746b95 100644
--- a/gfx/shader/shader_parse.c
+++ b/gfx/shader/shader_parse.c
@@ -1,5 +1,6 @@
/* RetroArch - A frontend for libretro.
* Copyright (C) 2010-2014 - Hans-Kristian Arntzen
+ * Copyright (C) 2011-2015 - Daniel De Matteis
*
* RetroArch is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/gfx/shader/shader_parse.h b/gfx/shader/shader_parse.h
index 7324cad35a..c164b7143d 100644
--- a/gfx/shader/shader_parse.h
+++ b/gfx/shader/shader_parse.h
@@ -1,5 +1,6 @@
/* RetroArch - A frontend for libretro.
* Copyright (C) 2010-2014 - Hans-Kristian Arntzen
+ * Copyright (C) 2011-2015 - Daniel De Matteis
*
* RetroArch is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/gfx/state_tracker.c b/gfx/state_tracker.c
index f01caf6e96..ed193e362b 100644
--- a/gfx/state_tracker.c
+++ b/gfx/state_tracker.c
@@ -1,5 +1,6 @@
/* RetroArch - A frontend for libretro.
* Copyright (C) 2010-2014 - Hans-Kristian Arntzen
+ * Copyright (C) 2011-2015 - Daniel De Matteis
*
* RetroArch is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/gfx/state_tracker.h b/gfx/state_tracker.h
index 4c27f7495c..ac70c30051 100644
--- a/gfx/state_tracker.h
+++ b/gfx/state_tracker.h
@@ -1,5 +1,6 @@
/* RetroArch - A frontend for libretro.
* Copyright (C) 2010-2014 - Hans-Kristian Arntzen
+ * Copyright (C) 2011-2015 - Daniel De Matteis
*
* RetroArch is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/gfx/vg.c b/gfx/vg.c
index e5386b089c..842d682b0d 100644
--- a/gfx/vg.c
+++ b/gfx/vg.c
@@ -1,6 +1,6 @@
/* RetroArch - A frontend for libretro.
* Copyright (C) 2010-2014 - Hans-Kristian Arntzen
- * Copyright (C) 2012-2014 - Michael Lelli
+ * Copyright (C) 2012-2015 - Michael Lelli
*
* RetroArch is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/gfx/video_filter.c b/gfx/video_filter.c
index 403e2ec7e4..205b7cb939 100644
--- a/gfx/video_filter.c
+++ b/gfx/video_filter.c
@@ -1,5 +1,6 @@
/* RetroArch - A frontend for libretro.
* Copyright (C) 2010-2014 - Hans-Kristian Arntzen
+ * Copyright (C) 2011-2015 - Daniel De Matteis
*
* RetroArch is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/gfx/video_filter.h b/gfx/video_filter.h
index d446e40da2..bac0405944 100644
--- a/gfx/video_filter.h
+++ b/gfx/video_filter.h
@@ -1,5 +1,6 @@
/* RetroArch - A frontend for libretro.
* Copyright (C) 2010-2014 - Hans-Kristian Arntzen
+ * Copyright (C) 2011-2015 - Daniel De Matteis
*
* RetroArch is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/gfx/video_thread_wrapper.c b/gfx/video_thread_wrapper.c
index 5edad8d926..690a04c38d 100644
--- a/gfx/video_thread_wrapper.c
+++ b/gfx/video_thread_wrapper.c
@@ -1,5 +1,6 @@
/* RetroArch - A frontend for libretro.
* Copyright (C) 2010-2014 - Hans-Kristian Arntzen
+ * Copyright (C) 2011-2015 - Daniel De Matteis
*
* RetroArch is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/gfx/video_thread_wrapper.h b/gfx/video_thread_wrapper.h
index 05f3351c3f..1a691ff195 100644
--- a/gfx/video_thread_wrapper.h
+++ b/gfx/video_thread_wrapper.h
@@ -1,5 +1,6 @@
/* RetroArch - A frontend for libretro.
* Copyright (C) 2010-2014 - Hans-Kristian Arntzen
+ * Copyright (C) 2011-2015 - Daniel De Matteis
*
* RetroArch is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
diff --git a/gfx/xenon360_gfx.c b/gfx/xenon360_gfx.c
index a44e747246..ef95e5c7bd 100644
--- a/gfx/xenon360_gfx.c
+++ b/gfx/xenon360_gfx.c
@@ -1,6 +1,6 @@
/* RetroArch - A frontend for libretro.
* Copyright (C) 2010-2014 - Hans-Kristian Arntzen
- * Copyright (C) 2011-2014 - Daniel De Matteis
+ * Copyright (C) 2011-2015 - Daniel De Matteis
*
* RetroArch is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-