Releases: ChillingVan/android-openGL-canvas
Releases · ChillingVan/android-openGL-canvas
v1.5.4.0
v1.5.3.0
Update libraries version for example. And example supports Kotlin
Migrate to AndroidX
Support flipping horizontally. Thanks to https://github.com/zatrit
v1.5.2.0
- 
添加录屏demo 
- 
添加clearTextureCache,比弱引用更快释放内存 (1.5.2) 
- 
AndroidCanvasHelper能直接操作Canvas里的bitmap了 (1.5.2) 
- 
Add record screen demo 
- 
Add clearTextureCache to help clear cache faster than WeakHashMap. (1.5.2) 
- 
Can operate bitmap when using AndroidCanvasHelper (1.5.2) 
v1.5.1.0
- Optimize some code for setSharedEglContext
- Add ScreenRecord example
v1.5.0.0
- 
TwoTextureFilter支持RawTexture了 
- 
drawSurfaceTexture也支持BitmapMatrix了 
- 
The TwoTextureFilter supports RawTexture. 
- 
The drawSurfaceTexture supports BitmapMatrix. 
v1.4.2.3
- 修复BitmapMatrix rotate导致的变形
- Fix the out of shape when using rotate matrix;
v1.4.2.2
再次修复BitmapMatrix translate导致的变形
Fix the out of shape when using translate matrix
v1.4.2.1
修复BitmapMatrix translate导致的变形
Fix the out of shape when using translate matrix
v1.4.2.0
Fix FilterGroup on drawSurfaceTexture
修复FilterGroup无法应用在SurfaceTexture上的问题
v1.4.1.3
- Fix subtle index out of bound exception