kicad/common/gal
Maciej Suminski fd6ab6003d Bug fixes:
- VBO_CONTAINER::allocate() was returning wrong value in case of error
- framelimiter had wrong formula for computing destined period between frames
- removed _padding field from VBO_VERTEX, as it was not speeding up, but wasting memory
2013-06-20 13:16:12 +02:00
..
cairo Added VBO_CONTAINER as a faster storage for vertices (OPENGL_GAL), tuned for exchanging data with GPU. 2013-06-18 16:20:29 +02:00
opengl Bug fixes: 2013-06-20 13:16:12 +02:00
color4d.cpp Added class COLOR4D that contains color representation with 4 components (RGBA) (for future usage in GAL) 2013-03-28 17:42:15 +01:00
graphics_abstraction_layer.cpp Fixed resize issue (moved GAL panel into pane). 2013-04-18 11:20:19 +02:00
stroke_font.cpp Added VBO_CONTAINER as a faster storage for vertices (OPENGL_GAL), tuned for exchanging data with GPU. 2013-06-18 16:20:29 +02:00