solvespace/src/render
whitequark 0501f0c99e Don't call GL functions in OpenGl3Renderer::GetIdent.
GetIdent is called from an UI event callback, at which point there
might well not be an active GL context. Before this commit, that
would return a NULL pointer and result in a crash.
2019-11-26 11:23:37 +00:00
..
gl3shader.cpp Fix misuse of glTexImage2D (again). 2019-11-23 15:56:57 +00:00
gl3shader.h Make some arguments const/const references, where possible. NFC. 2019-11-23 14:07:31 +00:00
render2d.cpp Improve implementation hiding in IdList/List. NFC. 2019-08-20 15:57:11 +00:00
render.cpp Make some arguments const/const references, where possible. NFC. 2019-11-23 14:07:31 +00:00
render.h Remove unused offscreen GL renderer. 2019-11-26 11:23:37 +00:00
rendercairo.cpp Use the new equality/inequality operators of handles to reduce references to .v. NFC. 2019-07-10 15:40:21 +00:00
rendergl1.cpp Call glGetError() after glFinish(), not glFlush(). 2019-11-23 14:50:19 +00:00
rendergl3.cpp Don't call GL functions in OpenGl3Renderer::GetIdent. 2019-11-26 11:23:37 +00:00