kicad/3d-viewer/3d_canvas
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
..
board_adapter.cpp 3D-Viewer: when possible, uses only the board edges to calculate boundings 2020-11-10 17:32:24 +00:00
board_adapter.h 3D-Viewer: raytracing, implement an outline board cut 2020-11-06 20:21:40 +00:00
create_3Dgraphic_brd_items.cpp Move wxStringSplit to kicad_string 2020-10-24 00:17:07 -04:00
create_layer_items.cpp 3D-Viewer: disable layer subtraction operations on non realistic mode 2020-11-10 14:40:42 +00:00
create_layer_poly.cpp Require explicit decl of maxError and errorLocations. 2020-10-13 13:49:07 +01:00
eda_3d_canvas.cpp Introduce EGL backend support for the OpenGL canvas 2020-11-11 00:41:02 +00:00
eda_3d_canvas.h Fix DoRePaint routine in EDA_3D_CANVAS 2020-11-07 15:39:57 +00:00
eda_3d_canvas_pivot.cpp Rationalise 3D settings data-structure. 2020-03-28 16:09:40 +00:00