packages feed

opengles-0.8.3: CHANGELOG.md

0.8.3
-------
* Fix `cabal install` issue
* Add `README.md` and `CHANGELOG.md`

0.8.2
-------
* Support GHC 7.10.3
* Support `stack build`
* Fixed examples

0.8.0
-------
* Support Windows
* Support EGL 1.4
* Add geometry shader primitives
* Add min/max blending
* Implement multi draw with fallback
* Many improvements

0.7.0
-------
* Add framebuffer operations
* Add `shaderPrecision`
* Add Sync
* Add capability constants
* Add OpenGL 4.5 Core Profile
* Rewrite EGL
* Update examples

0.6.0
-------
* Add VertexAttributeArray
* Support render-to-texture
* Fixed bugs
* Reduce warnings
* Add gles-sandbox-player example

0.5.0
-------
* Add Framebuffer
* Add PixelFormat

0.4.0
-------
* Add Texture
* Add example