Skip to content

Releases: ChillingVan/android-openGL-canvas

v1.5.4.0

16 Jan 09:10
228eb69
Compare
Choose a tag to compare

Add GaussianBlurFilter & Fix FilterGroup ViewPort Issue (1.5.4, Thanks to @iffly)

v1.5.3.0

16 Nov 12:52
89a984e
Compare
Choose a tag to compare
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

01 Aug 14:20
9e54146
Compare
Choose a tag to compare
  • 添加录屏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

07 Mar 06:59
3ccd2fc
Compare
Choose a tag to compare
  1. Optimize some code for setSharedEglContext
  2. Add ScreenRecord example

v1.5.0.0

08 Dec 06:00
1cc5ca2
Compare
Choose a tag to compare
  • TwoTextureFilter支持RawTexture了

  • drawSurfaceTexture也支持BitmapMatrix了

  • The TwoTextureFilter supports RawTexture.

  • The drawSurfaceTexture supports BitmapMatrix.

v1.4.2.3

22 Sep 08:30
db45482
Compare
Choose a tag to compare
  • 修复BitmapMatrix rotate导致的变形
  • Fix the out of shape when using rotate matrix;

v1.4.2.2

22 Aug 05:47
a8a9293
Compare
Choose a tag to compare

再次修复BitmapMatrix translate导致的变形
Fix the out of shape when using translate matrix

v1.4.2.1

18 Aug 02:17
3837404
Compare
Choose a tag to compare

修复BitmapMatrix translate导致的变形
Fix the out of shape when using translate matrix

v1.4.2.0

04 Aug 12:06
83d2cdd
Compare
Choose a tag to compare

Fix FilterGroup on drawSurfaceTexture
修复FilterGroup无法应用在SurfaceTexture上的问题

v1.4.1.3

02 Jun 09:42
Compare
Choose a tag to compare
  1. Fix subtle index out of bound exception