RetroArch/gfx/drivers_font
Themaister 3029f96511 Add a new "glcore" driver with slang support.
This driver should sunset the old gl2 driver, but that driver will
likely live on to support really ancient and terrible GL stacks.
All the worst legacy cruft has been ripped out, and it's almost a decent
backend now.

Requirements for slang are GL 3.2+ or GLES3.
Some shaders require features which are not directly compatible with
GLES2 or legacy GL.

This driver shares a lot of concepts from the Vulkan driver.
The slang shader stack and SPIRV-Cross are used to implement the shader
spec, and the menu shaders are also shared with Vulkan.
2019-03-09 12:30:49 +01:00
..
caca_font.c update copyright 2019-02-22 19:13:36 -05:00
ctr_font.c font driver: expose line height 2019-02-17 16:54:24 +01:00
d3d10_font.c font driver: expose line height 2019-02-17 16:54:24 +01:00
d3d11_font.c font driver: expose line height 2019-02-17 16:54:24 +01:00
d3d12_font.c font driver: expose line height 2019-02-17 16:54:24 +01:00
d3d_w32_font.c (GL1) Update - add HAVE_OPENGL1 to MSVC 2005/2008/2010/2012 2019-02-16 21:26:01 +01:00
gdi_font.c update copyright 2019-02-22 19:13:36 -05:00
gl1_raster_font.c font driver: expose line height 2019-02-17 16:54:24 +01:00
gl_core_raster_font.c Add a new "glcore" driver with slang support. 2019-03-09 12:30:49 +01:00
gl_raster_font.c update copyright 2019-02-22 19:13:36 -05:00
metal_raster_font.m Clean up white space. 2019-02-03 16:00:50 -08:00
ps2_font.c [PS2] Fixed memory leaks in the ps2_font 2019-03-07 00:14:59 +01:00
ps_libdbgfont.c Start adding OSD statistics - doesn't work yet for SDL2/SDL 2018-03-23 17:43:49 +01:00
sixel_font.c update copyright 2019-02-22 19:13:36 -05:00
switch_font.c font driver: expose line height 2019-02-17 16:54:24 +01:00
vga_font.c update copyright 2019-02-22 19:13:36 -05:00
vita2d_font.c font driver: expose line height 2019-02-17 16:54:24 +01:00
vulkan_raster_font.c font driver: expose line height 2019-02-17 16:54:24 +01:00
wiiu_font.c font driver: expose line height 2019-02-17 16:54:24 +01:00
xdk1_xfonts.c Get rid of d3d.h and xdk_defines.h 2018-05-14 03:57:27 +02:00
xdk360_fonts.cpp Clean up white space. 2019-02-03 16:00:50 -08:00