kicad/common/gal/opengl
Mike Williams 30987cebfe Gerbview: fix cairo negative items and implement real differential mode
Layers with negative objects need to be drawn in a subsurface before
copying so they don't _CLEAR the draw items below them when a negative
object is drawn.

Differential layers are basically the same thing only they use a
different copying operation onto the layers below.

Fixes https://gitlab.com/kicad/code/kicad/-/issues/1863
Fixes https://gitlab.com/kicad/code/kicad/-/issues/4495
2021-08-31 12:43:53 +00:00
..
SmaaAreaTex.h Add smaa (subsample morphological antialiasing) 2017-01-11 16:20:37 +01:00
SmaaSearchTex.h Add smaa (subsample morphological antialiasing) 2017-01-11 16:20:37 +01:00
antialiasing.cpp Further simplification of AA regime 2021-06-08 17:20:41 -07:00
antialiasing.h Further simplification of AA regime 2021-06-08 17:20:41 -07:00
bitmap_font_desc.c Move builtin font resources out of opengl_gal translation unit 2017-01-11 16:20:33 +01:00
bitmap_font_img.c Move builtin font resources out of opengl_gal translation unit 2017-01-11 16:20:33 +01:00
cached_container.cpp Hide gal profiling behind KICAD_GAL_PROFILE cmake option 2021-04-30 19:24:36 -04:00
cached_container_gpu.cpp Hide gal profiling behind KICAD_GAL_PROFILE cmake option 2021-04-30 19:24:36 -04:00
cached_container_ram.cpp Remove wx/log.h from vertex_manager.h 2021-06-06 09:31:00 -04:00
font-specification.svg update font code along with the changes done in the msdf atlas tool (use codepoint spans and refined char placement) 2016-10-20 14:31:09 +02:00
gl_builtin_shaders.cpp GAL: Tune SMAA to have a conservative and aggressive mode 2021-06-04 17:48:34 +00:00
gl_builtin_shaders.h GAL: Tune SMAA to have a conservative and aggressive mode 2021-06-04 17:48:34 +00:00
gl_resources.cpp OpenGL antialising code clean up & formatting 2017-01-11 16:20:37 +01:00
gl_resources.h OpenGL antialising code clean up & formatting 2017-01-11 16:20:37 +01:00
gpu_manager.cpp Start expunging NULL. 2021-07-15 15:44:45 -04:00
noncached_container.cpp Start expunging NULL. 2021-07-15 15:44:45 -04:00
opengl_compositor.cpp Start expunging NULL. 2021-07-15 15:44:45 -04:00
opengl_gal.cpp Gerbview: fix cairo negative items and implement real differential mode 2021-08-31 12:43:53 +00:00
shader.cpp Start expunging NULL. 2021-07-15 15:44:45 -04:00
ubuntu-font-licence-1.0.txt Added licence for the GAL bitmap font 2016-08-03 17:02:43 +02:00
utils.cpp Fix some typos across the codebase 2021-04-05 16:15:25 +02:00
vertex_container.cpp GAL memory allocation fixes. 2021-02-22 08:15:09 -05:00
vertex_item.cpp GAL code cleaning. 2021-02-16 17:25:27 -05:00
vertex_manager.cpp GAL memory allocation fixes. 2021-02-22 08:15:09 -05:00