kicad/common/gal/opengl
jean-pierre charras a23cbe052d Opengl canvas: avoid hanging when the CACHED_CONTAINER is "out of memory" (which can happen which very large boards) and the vertex manager cannot allocate an other vertex: the message "Vertex allocation error" is now shown only once.
the opengl canvas cannot show the full board, but at least the user can save the board, or switch to the legacy canvas.
2015-11-04 13:27:42 +01:00
..
cached_container.cpp Few minor updates to CACHED_CONTAINER & GPU_MANAGER classes. - Reduced the number of memory reallocations - Updated code for tests 2015-08-03 21:12:00 +02:00
gpu_manager.cpp Few minor updates to CACHED_CONTAINER & GPU_MANAGER classes. - Reduced the number of memory reallocations - Updated code for tests 2015-08-03 21:12:00 +02:00
noncached_container.cpp Namespace KiGfx->KIGFX. 2013-10-14 16:13:35 +02:00
opengl_compositor.cpp FIxed rendering artifacts in OpenGL canvas. 2015-09-09 10:49:25 +02:00
opengl_gal.cpp FIxed rendering artifacts in OpenGL canvas. 2015-09-09 10:49:25 +02:00
shader.cpp Fix some coverity warnings (mainly not initialized members) 2015-03-21 10:06:04 +01:00
shader.frag Fixed overlapping segment endings in OpenGL view. 2015-03-30 14:09:56 +02:00
shader.vert Fixed overlapping segment endings in OpenGL view. 2015-03-30 14:09:56 +02:00
vertex_container.cpp Rework to support multiple views with OpenGL GAL canvas. 2014-07-09 11:22:42 +02:00
vertex_item.cpp Namespace KiGfx->KIGFX. 2013-10-14 16:13:35 +02:00
vertex_manager.cpp Opengl canvas: avoid hanging when the CACHED_CONTAINER is "out of memory" (which can happen which very large boards) and the vertex manager cannot allocate an other vertex: the message "Vertex allocation error" is now shown only once. 2015-11-04 13:27:42 +01:00