Skip to content

Releases: elisemorysc/filament

hunter-1.10.4-p0

25 Jun 22:57
Compare
Choose a tag to compare
Allow using specific NDK version, for CI don't use latest but require…

hunter-1.10.1-p0

04 Jun 23:24
Compare
Choose a tag to compare
Fix getopt include

hunter-1.9.25-p1

20 May 15:54
Compare
Choose a tag to compare

Enhance Animator to allow reusable animation (#8)

Enhance morpher: add CPU morpher (#7)

hunter-1.9.25-p0

18 May 22:01
Compare
Choose a tag to compare
hunterize filament

hunter-1.9.24-p1

14 May 20:38
Compare
Choose a tag to compare
Allow skipping of mipmap generation (#5)

hunter-1.9.24-p0

08 May 18:15
Compare
Choose a tag to compare
Merge branch 'hunter-release' of https://github.com/elisemorysc/filam…

hunter-1.9.23-p2

06 May 21:12
Compare
Choose a tag to compare
Second memory leak fix. (#3906)

Fixes #3888.

hunter-1.9.23-p1

05 May 16:39
Compare
Choose a tag to compare
Fix horrible memory leak in the GL driver. (#3894)

This leak was introduced in the following PR on April 7.
https://github.com/google/filament/pull/3775

The guilty party has been contacted and properly admonished for his
transgression.

This was tested by adding the following code after applyAnimation in
gltf_viewer.cpp

        static int nframes = 0;
        if (!gpath.empty() && nframes++ > 100) {
            static int count = 0;
            printf("reloading %d\n", count++);
            nframes = 0;
            app.resourceLoader->asyncCancelLoad();
            app.resourceLoader->evictResourceData();
            app.viewer->removeAsset();
            app.assetLoader->destroyAsset(app.asset);
            loadAsset(gpath, app);
            loadResources(gpath, app);
        }

hunter-1.9.22

30 Apr 17:11
Compare
Choose a tag to compare
upgrade version

hunter-v1.9.20

15 Apr 18:17
Compare
Choose a tag to compare
Revert "test opengl error"

This reverts commit 85db6ce53faffd51d1539f8911c0321d040ef318.