Wed, 08 Oct 2014 13:21:03 +0200 |
Emmanuel Gil Peyrot |
Split GLenum into subtypes, in order to add type safety when calling OpenGL functions.
|
Sun, 05 Oct 2014 20:38:06 +0200 |
Emmanuel Gil Peyrot |
Use libepoxy to discover the actual GL version we are using, and available extensions.
|
Sun, 17 Aug 2014 16:16:58 +0200 |
Emmanuel Gil Peyrot |
Add grouping for OpenGL calls, making traces much more readable.
|
Fri, 30 May 2014 16:40:36 +0200 |
Emmanuel Gil Peyrot |
Get OpenGL ES 2.0 to work thanks to libepoxy. PCB textures will need swizzle in the shaders since BGRA isn’t natively supported on GLES.
|
Thu, 12 Dec 2013 13:47:17 +0100 |
Emmanuel Gil Peyrot |
Use vertex array objects, to be compatible with OpenGL 3.1+ core profile.
|
Sat, 19 Apr 2014 19:05:06 +0200 |
Emmanuel Gil Peyrot |
Switch to libepoxy instead of libGLEW, which will help with OpenGL portability.
|
Sat, 07 Dec 2013 22:16:38 +0100 |
Emmanuel Gil Peyrot |
Optimise background rendering.
|
Sat, 07 Dec 2013 14:15:43 +0100 |
Emmanuel Gil Peyrot |
Use shorts instead of ints for vertex position, reducing the size of a vertex to 20 bytes from 24.
|
Fri, 04 Oct 2013 14:32:28 +0200 |
Emmanuel Gil Peyrot |
Fix gcc’s warnings with -Wall -Wextra.
|
Wed, 11 Sep 2013 00:36:50 +0200 |
Emmanuel Gil Peyrot |
Render to framebuffers first, and reposition some interface elements in the game area.
|
Fri, 30 Aug 2013 18:21:07 +0200 |
Emmanuel Gil Peyrot |
Add back Windows support, using GLEW for OpenGL.
|
Tue, 16 Jul 2013 21:11:35 +0200 |
Emmanuel Gil Peyrot |
Never keep texture on the host when it has been uploaded, and prevent them from being decoded again.
|
Tue, 16 Jul 2013 21:07:15 +0200 |
Emmanuel Gil Peyrot |
Make the Shader class use cython too.
|
Tue, 16 Jul 2013 21:07:15 +0200 |
Emmanuel Gil Peyrot |
Replace Pyglet with our own Cython OpenGL wrapper.
|