solvespace/src/render
whitequark e74137dc67 Fix misuse of glTexImage2D (again).
This was originally changed in 74aa80b6, but the fix broke stipping
because it incorrectly changed the logic. Revert that, and just make
the textures smaller instead.
2019-11-23 15:56:57 +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 Make some arguments const/const references, where possible. NFC. 2019-11-23 14:07:31 +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 Call glGetError() after glFinish(), not glFlush(). 2019-11-23 14:50:19 +00:00
rendergl.cpp macOS: fix #include to work on case-sensitive filesystem. 2018-07-12 11:45:15 +00:00