kicad/common/gal
Seth Hillbrand ea283625a7 Further simplification of AA regime
Reduce each (Accel & Fallback) to 3 options: Off, Fast, Good.  Fast AA
in accelerated canvas uses SMAA with tweaks suggested by David Beinder.
Good AA is super-sampled x2.

Cairo is similarly reduced to Off, Fast, Good, which map to the Cairo
options themselves.  Best is removed as it mostly affects text rendering
and not line drawing (as our text is)
2021-06-08 17:20:41 -07:00
..
cairo Further simplification of AA regime 2021-06-08 17:20:41 -07:00
opengl Further simplification of AA regime 2021-06-08 17:20:41 -07:00
color4d.cpp Add standard wire orange and correct color init 2021-05-28 11:51:54 -07:00
cursors.cpp Make the GAL responsible for the native cursor management 2021-04-05 02:36:12 +01:00
dpi_scaling.cpp Add DPI scaling to KIPLATFORM 2021-02-22 17:38:27 -08: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 Improve accelerated supersampling 2x antialiasing 2021-06-03 17:53:51 +00:00
hidpi_gl_canvas.cpp Move DPI_SCALING into the GAL from common 2020-06-19 17:02:46 +01:00
stroke_font.cpp Fix tab spacing to use widest character as ref 2021-02-09 09:44:00 -08:00