kicad/common/gal/opengl
jean-pierre charras 426f7ebb2e Rework on class EDA_TEXT and related classes and draw text functions. More work: remove useless or duplicate code (from legacy graphic text plot functions). Move basic_gal code to separate files. 2016-03-25 09:33:45 +01:00
..
cached_container.cpp Rework on class EDA_TEXT and related classes and draw text functions. More work: remove useless or duplicate code (from legacy graphic text plot functions). Move basic_gal code to separate files. 2016-03-25 09:33:45 +01: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 OSX: add support for wxMagnifyEvent on OSX builds using wxWidgets 3.1.0 or greater. 2016-01-24 19:18:29 -05: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