RetroArch/gfx
Higor Eurípedes b719c98db6 (griffin.c) Fix build when freetype2 support is enabled
This commit fixes build issues for frontends that wish to use freetype2
or that do not want to use the built-in bitmap font:

* Having HAVE_FREETYPE without DONT_HAVE_BITMAPFONT makes griffin.c
  include both freetype.c and bitmapfont.c resulting in a redefinition
  of 'struct font_renderer' (freetype.c:25 and bitmapfont.c:24).

* Having both HAVE_FREETYPE and DONT_HAVE_BITMAPFONT resulted in linkage
  problems because griffin.c does not include fonts.c in this case and
  thus font_renderer_create_default() implementation is missing. If
  fonts.c is included, the linker complains about undefined reference to
  bitmap_font_renderer in fonts.c:27.
2014-02-05 12:30:55 -03:00
..
context De-hardcode input drivers in KMS-like drivers. 2014-01-24 10:23:48 +01:00
d3d9 Fix MinGW compile. 2014-01-22 16:39:39 +01:00
fonts (griffin.c) Fix build when freetype2 support is enabled 2014-02-05 12:30:55 -03:00
glsym (MSVC) Builds again 2013-12-31 22:10:58 +01:00
math Update years on all license headers 2014-01-01 01:50:59 +01:00
py_state Push analog dpad mode for autoconfig as well. 2014-01-08 17:47:07 +01:00
rpng Remove obsolete rpng comment. 2014-01-11 12:24:54 +01:00
scaler Fix some unused function warnings. 2014-01-22 16:39:39 +01:00
gfx_common.c Update years on all license headers 2014-01-01 01:50:59 +01:00
gfx_common.h Update years on all license headers 2014-01-01 01:50:59 +01:00
gfx_context.c (D3D) Create graphics context driver for D3D and move 2014-01-18 18:43:40 +01:00
gfx_context.h Fix MinGW compile. 2014-01-22 16:39:39 +01:00
gl_common.h (PS3) Custom aspect ratio works now 2014-01-05 18:48:09 +01:00
gl.c Fix some unused function warnings. 2014-01-22 16:39:39 +01:00
image.c Update years on all license headers 2014-01-01 01:50:59 +01:00
image.h Update years on all license headers 2014-01-01 01:50:59 +01:00
lima_gfx.c video_lima: set wrap mode to clamp for all textures we use 2014-01-28 03:02:04 +01:00
null.c Update years on all license headers 2014-01-01 01:50:59 +01:00
omap_gfx.c Update years on all license headers 2014-01-01 01:50:59 +01:00
sdl_gfx.c Update years on all license headers 2014-01-01 01:50:59 +01:00
shader_cg.c Update years on all license headers 2014-01-01 01:50:59 +01:00
shader_cg.h Update years on all license headers 2014-01-01 01:50:59 +01:00
shader_common.h Update years on all license headers 2014-01-01 01:50:59 +01:00
shader_glsl.c Update years on all license headers 2014-01-01 01:50:59 +01:00
shader_glsl.h Update years on all license headers 2014-01-01 01:50:59 +01:00
shader_hlsl.c Update years on all license headers 2014-01-01 01:50:59 +01:00
shader_hlsl.h Update years on all license headers 2014-01-01 01:50:59 +01:00
shader_parse.c Update years on all license headers 2014-01-01 01:50:59 +01:00
shader_parse.h Update years on all license headers 2014-01-01 01:50:59 +01:00
state_tracker.c Push analog dpad mode for autoconfig as well. 2014-01-08 17:47:07 +01:00
state_tracker.h Update years on all license headers 2014-01-01 01:50:59 +01:00
thread_wrapper.h Update years on all license headers 2014-01-01 01:50:59 +01:00
vg.c Update years on all license headers 2014-01-01 01:50:59 +01:00
video_thread_wrapper.c Update years on all license headers 2014-01-01 01:50:59 +01:00
xvideo.c Update years on all license headers 2014-01-01 01:50:59 +01:00