kicad/common/gal
Ian McInerney 11e6cac42b Introduce EGL backend support for the OpenGL canvas
wxWidgets 3.1.5+ on Linux will compile with the Wayland EGL
canvas as the backend instead of the X11 backend. This requires a
version of GLEW compiled with the proper EGL defines and a different
header/code for certain parts that are X11 GLEW specific.

This introduces an in-tree version of GLEW that will be built with the
GLEW_EGL flag then statically linked into the KiCad executables when
EGL support is needed.
2020-11-11 00:41:02 +00:00
..
cairo Fix formatting 2020-11-07 09:51:09 -05:00
opengl Introduce EGL backend support for the OpenGL canvas 2020-11-11 00:41:02 +00:00
color4d.cpp Update default color theme 2020-10-18 14:12:54 -04:00
dpi_scaling.cpp Move DPI_SCALING into the GAL from common 2020-06-19 17:02:46 +01:00
gal_display_options.cpp Update GAL observers for all frames, not just calling frame. 2020-10-09 21:30:09 +01:00
graphics_abstraction_layer.cpp Implement hypertext links for intersheet references. 2020-10-02 21:18:34 +01:00
hidpi_gl_canvas.cpp Move DPI_SCALING into the GAL from common 2020-06-19 17:02:46 +01:00
stroke_font.cpp Implement hypertext links for intersheet references. 2020-10-02 21:18:34 +01:00