kicad/common/gal/opengl
Alex Shvartzkop 0acc4dc286 If we didn't use all reserved vertices in OpenGL GAL, show the error to user.
It will cause graphical artifacts, and it's not clear to what's happening if the message is never shown.

See https://gitlab.com/kicad/code/kicad/-/issues/18298
2024-06-28 23:15:47 +03: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 Do not write alpha to the main framebuffer when performing antialiasing. 2024-03-12 08:04:56 +03:00
antialiasing.h Get rid of VECTOR2U. 2023-06-28 20:48:07 +00: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 Profile can live in core 2023-09-07 07:47:01 -04:00
cached_container_gpu.cpp Profile can live in core 2023-09-07 07:47:01 -04:00
cached_container_ram.cpp Profile can live in core 2023-09-07 07:47:01 -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_context_mgr.cpp gl_context_mgr and gl_util belong in the gal folder 2023-09-19 23:06:44 -04:00
gl_resources.cpp Formatting. 2022-01-11 14:34:16 +00:00
gl_resources.h OpenGL antialising code clean up & formatting 2017-01-11 16:20:37 +01:00
gpu_manager.cpp Slightly optimize GPU_CACHED_MANAGER::DrawIndices. 2024-06-12 16:04:47 +03:00
noncached_container.cpp Start expunging NULL. 2021-07-15 15:44:45 -04:00
opengl_compositor.cpp Do not write alpha to the main framebuffer when performing antialiasing. 2024-03-12 08:04:56 +03:00
opengl_gal.cpp Handle touchscreen gesture events for zoom/pan. 2024-06-08 16:00:34 +03:00
shader.cpp Fix a bunch of compiler warnings 2023-04-11 17:01:30 +00:00
ubuntu-font-licence-1.0.txt Added licence for the GAL bitmap font 2016-08-03 17:02:43 +02:00
utils.cpp Coding policy fixes. 2024-05-23 07:59:45 -04: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 If we didn't use all reserved vertices in OpenGL GAL, show the error to user. 2024-06-28 23:15:47 +03:00