Skip to content

Commit

Permalink
Version bump to v1.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ptitSeb committed May 4, 2024
1 parent f1442f6 commit c9895df
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,20 @@
Version history
----
##### Current Version
##### v1.1.6
* Improve glGetError() handling
* Improve LIBGL_FB=3 handling
* Added some ShaderHacks
* Better Renderbuffer handling
* Fixed many issues with VAO and VBO
* Improved ARB shader support
* optimized some format conversion
* Improve mipmap handling
* Improve Android support
* Added sampler handling
* Improve texture format handling
* some fixes to a few matrix computation
* Added support for a new platform: Windows (thx to @yjh-styx)
* Added some more extension to GLES2 backend

##### v1.1.4
* Fixed some regression, and foobillard++ is working fine now
Expand Down
2 changes: 1 addition & 1 deletion version.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@

#define MAJOR 1
#define MINOR 1
#define REVISION 5
#define REVISION 6

#endif //_GL4ES_VERSION_H

0 comments on commit c9895df

Please sign in to comment.