- Relaxed upper version bound for
bytestring
.
- Handle MonadFail proposal.
- Relaxed upper version bound for
containers
.
- Relaxed upper version bound for
OpenGLRaw
.
- Added support for S3_s3tc, EXT_texture_compression_s3tc, ARB_texture_float, and EXT_packed_depth_stencil extensions.
- Added
Uniform
instances forGLmatrix
,Vertex1
,Vector1
,Vector2
,Vector3
, andVector4
. - Unbreak
Uniform
instances forGLint
,GLuint
andGldouble
. - Relaxed upper version bound for
OpenGLRaw
.
- Removed redundant constraints.
- Relaxed upper version bound for
OpenGLRaw
.
- Depend on new
OpenGLRaw
andGLURaw
packages.
- Relaxed upper version bound for
transformers
.
- Implement Uniform instances for
GLint
,GLuint
,GLfloat
, andGLdouble
.
- Aftermath for the
glClearNamedFramebufferfi
chaos in the OpenGL registry, see the corresponding issue on Khronos.
- Added
extensionSupported
. - Relaxed upper version bound for OpenGLRaw.
- Added CHANGELOG.md to distribution.
- Added missing drawing commands using vertex arrays and some related types.
- Added missing whole framebuffer operations.
- Added getters for
stencilMaskSeparate
,stencilFuncSeparate
, andstencilOpSeparate
, making them full-blownStateVar
s. - Added
patchDefaultInnerLevel
andpatchDefaultOuterLevel
to control the default tessellation levels. - Added
ContextLost
constructor toErrorCategory
type. - Added
SeparateAttribs
and deprecatedSeperateAttribs
, fixing a spelling mistake.