All Versions
26
Latest Version
Avg Release Cycle
97 days
Latest Release
1279 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v3.2.4.0 Changes
- ⚡️ Updated OpenGL registry to r33312.
-
v3.2.3.0 Changes
- ⚡️ Updated OpenGL registry to r33189.
-
v3.2.2.0 Changes
- ⚡️ Updated OpenGL registry to r33080.
-
v3.2.1.0 Changes
- ⚡️ Updated OpenGL registry to r33061.
- Split the
Graphics.GL.Functions
implementation into more manageable chunks.
-
v3.2.0.0 Changes
- ⚡️ Updated OpenGL registry to r32749.
-
v3.1.0.1 Changes
- ⚡️ Updated warning flag magic for GHC 8.0.
- ⚡️ Updated OpenGL registry to r32363.
-
v3.1.0.0 Changes
- Changed the type of
GL_FALSE
andGL_TRUE
toGLboolean
, leading to fewerfromIntegral
calls in user code. - ➕ Added deprecated functions
mkGLDEBUGPROC
,mkGLDEBUGPROCAMD
,mkGLDEBUGPROCARB
,mkGLDEBUGPROCKHR
forgl
compatibility. - ⚡️ Updated OpenGL registry to r32348.
- Changed the type of
-
v3.0.0.0 Changes
- 📦 Make the
OpenGLRaw
package even more similar to thegl
package:- Use pattern synonyms for OpenGL enums.
- Changed module name prefix from
Graphics.Rendering.OpenGL.Raw
toGraphics.GL
. - Use slightly different type synonyms for GL type (introducing
Fixed
on the way): CDouble
=>Double
(forGLclampd
,GLdouble
)CFloat
=>Float
(forGLclampf
,GLfloat
)CInt
=>Fixed
(forGLclampx
,GLfixed
)CInt
=>Int32
(forGLint
,GLsizei
)CSChar
=>Int8
(forGLbyte
)CShort
=>Int16
(forGLshort
)CUChar
=>Word8
(forGLboolean
,GLubyte
)CUInt
=>Word32
(forGLbitfield
,GLenum
,GLhandleARB
,GLuint
)CUShort
=>Word16
(forGLushort
)
- 📦 Make the
-
v2.6.1.1 Changes
- 😌 Relaxed upper version bound for
transformers
.
- 😌 Relaxed upper version bound for
-
v2.6.1.0 Changes
- ⚡️ Updated OpenGL registry to r32258. Note that the major version was
intentionally not bumped, because the signature change of
glClearNamedFramebufferfi
was a bug fix, see the corresponding issue on Khronos.
- ⚡️ Updated OpenGL registry to r32258. Note that the major version was
intentionally not bumped, because the signature change of