solvespace/src/render
EvilSpirit 7b9d730a23 Hide OpenGL implementation details.
Abstract the exact details of the OpenGL renderer in the render.h
header; this allows us to use GL-specific types in the renderer
class and functions without including OpenGL (and Windows, where
applicable) headers in every source file.
2016-11-14 20:30:46 +00:00
..
render2d.cpp Use Canvas::Stroke, not Canvas::Fill, for drawing a point. 2016-10-11 23:32:05 +00:00
render.cpp Fix many rendering bugs introduced in df83ee4 and 9f97e9a. 2016-10-13 21:30:27 +00:00
render.h Hide OpenGL implementation details. 2016-11-14 20:30:46 +00:00
rendercairo.cpp Preserve stipple phase across separate piecewise linear segments. 2016-10-13 23:15:35 +00:00
rendergl1.cpp Hide OpenGL implementation details. 2016-11-14 20:30:46 +00:00
rendergl.cpp GlOffscreen: create color/depth renderbuffers separately. 2016-08-21 19:58:45 +00:00