kicad/common/gal/opengl
Wayne Stambaugh be8327bd54 GAL memory allocation fixes.
Vertex memory allocation uses malloc and realloc without checking the
result.  Throw exceptions that can be caught in the DoRepaint() method
in EDA_DRAW_PANEL_GAL when malloc and realloc return a null pointer.
2021-02-22 08:15:09 -05: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 GAL code cleaning. 2021-02-16 17:25:27 -05:00
antialiasing.h Coverity fixes (mostly initializing variables) 2017-02-01 17:31:55 +01: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 GAL memory allocation fixes. 2021-02-22 08:15:09 -05:00
cached_container_gpu.cpp GAL memory allocation fixes. 2021-02-22 08:15:09 -05:00
cached_container_ram.cpp GAL memory allocation fixes. 2021-02-22 08:15:09 -05: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: Round the incoming mode parameter in fragment shader 2020-07-17 20:24:18 +00:00
gl_builtin_shaders.h OpenGL antialising code clean up & formatting 2017-01-11 16:20:37 +01: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 GAL code cleaning. 2021-02-16 17:25:27 -05:00
noncached_container.cpp GAL memory allocation fixes. 2021-02-22 08:15:09 -05:00
opengl_compositor.cpp GAL code cleaning. 2021-02-16 17:25:27 -05:00
opengl_gal.cpp Silence some msvc warnings 2021-02-20 11:58:55 -05:00
shader.cpp GAL code cleaning. 2021-02-16 17:25:27 -05:00
ubuntu-font-licence-1.0.txt Added licence for the GAL bitmap font 2016-08-03 17:02:43 +02:00
utils.cpp GAL code cleaning. 2021-02-16 17:25:27 -05: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