kicad/include/gal/opengl
unknown 4360860bee Removed different styles of line caps and line joins, leaving only round caps & joins.
Fixed drawing stroked semicircles using OpenGL backend.
2013-07-01 14:39:27 +02:00
..
glm Added functionality for transformation of VBO vertices, extended functions like translate, rotate, scale using glm library. Removed D() macro, as it was not used, but in conflict with glm library. Added VBO_ITEMs for circles, semicircles. Now almost everything is drawn using VBO (besides polygons and grid). 2013-05-15 16:48:10 +02:00
opengl_gal.h Removed different styles of line caps and line joins, leaving only round caps & joins. 2013-07-01 14:39:27 +02:00
shader.h Shaders are built-in instead of being loaded from external files. 2013-06-30 19:31:16 +02:00
vbo_container.h Changed std::map to boost::unordered_map for storing memory chunks and groups information. 2013-07-01 13:20:48 +02:00
vbo_item.h Colors are stored as unsigned bytes instead of floats. 2013-06-30 22:45:31 +02:00