log dmglrender.cpp @ 107:2b30217a3c39 default tip

age author description
Tue, 25 May 2021 02:35:14 +0300 Matti Hamalainen Remove support for GL_GLEXT_PROTOTYPES.
Tue, 25 May 2021 00:44:40 +0300 Matti Hamalainen Remove DMSimpleRenderer::animate() and use direct time value in drawScene() etc.
Mon, 18 Jan 2021 12:23:48 +0200 Matti Hamalainen Add simple 32bit texture version.
Tue, 12 Jan 2021 14:33:18 +0200 Matti Hamalainen Rename a variable.
Mon, 09 Mar 2020 09:40:28 +0200 Matti Hamalainen Render a textured quad with bitmap letter 'A' in the bottom left corner as
Mon, 16 Dec 2019 06:46:46 +0200 Matti Hamalainen Remove OpenGL fs/vs shader ids from DMModel, as they are not needed.
Sun, 15 Dec 2019 02:54:39 +0200 Matti Hamalainen Add 'ftime' uniform for shaders, which is time in milliseconds from start of rendering loop.
Sat, 14 Dec 2019 20:13:32 +0200 Matti Hamalainen Move more of the SDL and GL setup code to the renderer class.
Sat, 14 Dec 2019 16:39:20 +0200 Matti Hamalainen Move the OpenGL rendering, setup etc. into a separate module/class, perhaps