mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-28 02:30:35 +00:00
Rename gfx_context.c to video_context.c
This commit is contained in:
parent
487c5f58de
commit
bd0f0c3f63
@ -370,7 +370,7 @@ ifeq ($(HAVE_OPENGL), 1)
|
||||
DEFINES += -DHAVE_OPENGL -DHAVE_GLSL
|
||||
OBJ += gfx/drivers/gl.o \
|
||||
gfx/gl_common.o \
|
||||
gfx/gfx_context.o \
|
||||
gfx/video_context.o \
|
||||
gfx/context/gfx_null_ctx.o \
|
||||
gfx/fonts/gl_font.o \
|
||||
gfx/fonts/gl_raster_font.o \
|
||||
|
@ -4,7 +4,7 @@
|
||||
#endif
|
||||
|
||||
#include "../../gfx/gfx_common.h"
|
||||
#include "../../gfx/gfx_context.h"
|
||||
#include "../../gfx/video_context.h"
|
||||
#include "../../gfx/gl_common.h"
|
||||
|
||||
//#define HAVE_NSOPENGL
|
||||
|
@ -19,7 +19,7 @@
|
||||
*/
|
||||
|
||||
#include "../../driver.h"
|
||||
#include "../gfx_context.h"
|
||||
#include "../video_context.h"
|
||||
#include "../gl_common.h"
|
||||
#include "../gfx_common.h"
|
||||
#include <file/dir_list.h>
|
||||
|
@ -15,7 +15,7 @@
|
||||
*/
|
||||
|
||||
#include "../../driver.h"
|
||||
#include "../gfx_context.h"
|
||||
#include "../video_context.h"
|
||||
#include "../gl_common.h"
|
||||
#include "../gfx_common.h"
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
// Null context.
|
||||
|
||||
#include "../../driver.h"
|
||||
#include "../gfx_context.h"
|
||||
#include "../video_context.h"
|
||||
#include "../gfx_common.h"
|
||||
|
||||
static void gfx_ctx_null_swap_interval(void *data, unsigned interval)
|
||||
|
@ -15,7 +15,7 @@
|
||||
*/
|
||||
|
||||
#include "../../driver.h"
|
||||
#include "../gfx_context.h"
|
||||
#include "../video_context.h"
|
||||
#include "../gl_common.h"
|
||||
#include "../gfx_common.h"
|
||||
#include "x11_common.h"
|
||||
|
@ -37,7 +37,7 @@
|
||||
|
||||
#include "../gl_common.h"
|
||||
|
||||
#include "../gfx_context.h"
|
||||
#include "../video_context.h"
|
||||
|
||||
typedef struct gfx_ctx_ps3_data
|
||||
{
|
||||
|
@ -15,7 +15,7 @@
|
||||
*/
|
||||
|
||||
#include "../../driver.h"
|
||||
#include "../gfx_context.h"
|
||||
#include "../video_context.h"
|
||||
#include "../gl_common.h"
|
||||
#include "../gfx_common.h"
|
||||
|
||||
|
@ -15,7 +15,7 @@
|
||||
*/
|
||||
|
||||
#include "../../driver.h"
|
||||
#include "../gfx_context.h"
|
||||
#include "../video_context.h"
|
||||
#include "../gl_common.h"
|
||||
#include "../gfx_common.h"
|
||||
|
||||
|
@ -22,7 +22,7 @@
|
||||
#endif
|
||||
|
||||
#include "../../driver.h"
|
||||
#include "../gfx_context.h"
|
||||
#include "../video_context.h"
|
||||
#include "../gl_common.h"
|
||||
#include "../gfx_common.h"
|
||||
#include "win32_common.h"
|
||||
|
@ -19,7 +19,7 @@
|
||||
*/
|
||||
|
||||
#include "../../driver.h"
|
||||
#include "../gfx_context.h"
|
||||
#include "../video_context.h"
|
||||
#include "../gl_common.h"
|
||||
#include "../gfx_common.h"
|
||||
#include "x11_common.h"
|
||||
|
@ -50,7 +50,7 @@
|
||||
#endif
|
||||
|
||||
#include "../fonts/d3d_font.h"
|
||||
#include "../gfx_context.h"
|
||||
#include "../video_context.h"
|
||||
#include "../gfx_common.h"
|
||||
|
||||
#ifdef HAVE_CG
|
||||
|
@ -38,7 +38,7 @@
|
||||
|
||||
#include "../gl_common.h"
|
||||
#include "../gfx_common.h"
|
||||
#include "../gfx_context.h"
|
||||
#include "../video_context.h"
|
||||
#include <compat/strl.h>
|
||||
|
||||
#ifdef HAVE_GLSL
|
||||
|
@ -21,7 +21,7 @@
|
||||
#include "../../retroarch.h"
|
||||
#include <gfx/scaler/scaler.h>
|
||||
#include "../gfx_common.h"
|
||||
#include "../gfx_context.h"
|
||||
#include "../video_context.h"
|
||||
#include "../fonts/fonts.h"
|
||||
|
||||
#include <sys/ioctl.h>
|
||||
|
@ -23,7 +23,7 @@
|
||||
#include "../../retroarch.h"
|
||||
#include <gfx/scaler/scaler.h>
|
||||
#include "../gfx_common.h"
|
||||
#include "../gfx_context.h"
|
||||
#include "../video_context.h"
|
||||
#include "../fonts/fonts.h"
|
||||
|
||||
#ifdef HAVE_X11
|
||||
|
@ -21,7 +21,7 @@
|
||||
#include "../../general.h"
|
||||
#include <gfx/scaler/scaler.h>
|
||||
#include "../gfx_common.h"
|
||||
#include "../gfx_context.h"
|
||||
#include "../video_context.h"
|
||||
#include "../fonts/fonts.h"
|
||||
|
||||
#ifdef HAVE_X11
|
||||
|
@ -19,7 +19,7 @@
|
||||
#include <VG/vgext.h>
|
||||
#include <EGL/egl.h>
|
||||
#include <EGL/eglext.h>
|
||||
#include "../gfx_context.h"
|
||||
#include "../video_context.h"
|
||||
#include <gfx/math/matrix_3x3.h>
|
||||
#include "../../libretro.h"
|
||||
#include "../../general.h"
|
||||
|
@ -20,7 +20,7 @@
|
||||
#include "../general.h"
|
||||
#include "fonts/fonts.h"
|
||||
#include <gfx/math/matrix_4x4.h>
|
||||
#include "gfx_context.h"
|
||||
#include "video_context.h"
|
||||
#include <gfx/scaler/scaler.h>
|
||||
#include "fonts/gl_font.h"
|
||||
#include "shader/shader_context.h"
|
||||
|
@ -22,7 +22,7 @@
|
||||
#include "../../config.h"
|
||||
#endif
|
||||
|
||||
#include "../gfx_context.h"
|
||||
#include "../video_context.h"
|
||||
#include <gfx/math/matrix_4x4.h>
|
||||
|
||||
typedef struct shader_backend
|
||||
|
@ -27,7 +27,7 @@
|
||||
#include "../../config.h"
|
||||
#endif
|
||||
|
||||
#include "../gfx_context.h"
|
||||
#include "../video_context.h"
|
||||
#include <stdlib.h>
|
||||
|
||||
#ifdef HAVE_OPENGL
|
||||
|
@ -31,7 +31,7 @@
|
||||
#include "../gl_common.h"
|
||||
#endif
|
||||
|
||||
#include "../gfx_context.h"
|
||||
#include "../video_context.h"
|
||||
#include "shader_context.h"
|
||||
#include <stdlib.h>
|
||||
|
||||
|
@ -15,8 +15,7 @@
|
||||
*/
|
||||
|
||||
#include "../general.h"
|
||||
#include "gfx_context.h"
|
||||
#include "../general.h"
|
||||
#include "video_context.h"
|
||||
#include <string.h>
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
@ -14,8 +14,8 @@
|
||||
* If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef __GFX_CONTEXT_H
|
||||
#define __GFX_CONTEXT_H
|
||||
#ifndef __VIDEO_CONTEXT_H
|
||||
#define __VIDEO_CONTEXT_H
|
||||
|
||||
#include <boolean.h>
|
||||
#include "../driver.h"
|
@ -86,7 +86,7 @@ CHEATS
|
||||
VIDEO CONTEXT
|
||||
============================================================ */
|
||||
|
||||
#include "../gfx/gfx_context.c"
|
||||
#include "../gfx/video_context.c"
|
||||
#include "../gfx/context/gfx_null_ctx.c"
|
||||
|
||||
#if defined(__CELLOS_LV2__)
|
||||
|
@ -17,7 +17,7 @@
|
||||
#include "../../driver.h"
|
||||
|
||||
#include "SDL.h"
|
||||
#include "../../gfx/gfx_context.h"
|
||||
#include "../../gfx/video_context.h"
|
||||
#include <boolean.h>
|
||||
#include "../../general.h"
|
||||
#include <stdint.h>
|
||||
|
@ -25,7 +25,7 @@
|
||||
#include "../menu_list.h"
|
||||
|
||||
#include "../../gfx/gfx_common.h"
|
||||
#include "../../gfx/gfx_context.h"
|
||||
#include "../../gfx/video_context.h"
|
||||
|
||||
#include "../../settings_data.h"
|
||||
#include "../../general.h"
|
||||
|
Loading…
Reference in New Issue
Block a user