Skip to content

Releases: google/filament

v1.50.4

27 Feb 22:39
Compare
Choose a tag to compare
Merge branch 'rc/1.50.4' into release

v1.50.3

13 Feb 00:47
Compare
Choose a tag to compare
  • fixes builds fail when path to build directory contains spaces
  • add nullability attributes to filament public APIs
  • Resource allocator cache params can be set in Engine::Config
  • [release] update base64 command (#7559)

v1.50.2

07 Feb 20:59
Compare
Choose a tag to compare
[release] update `base64` command (#7559)

Seems like a `-i` is now necessary for the command. Note that we recently startede using mac-mx machines.

v1.50.1

01 Feb 00:50
Compare
Choose a tag to compare
  • Metal: fix some shader artifacts by disabling fast math optimizations.
  • backend: remove atan2 overload which had a typo and wasn't useful. Fixes b/320856413.
  • utils: remove usages of SpinLock. Fixes b/321101014.

v1.50.0

23 Jan 21:52
Compare
Choose a tag to compare
  • engine: TAA now supports 4x upscaling [BETA] [⚠️ New Material Version]

v1.49.3

22 Jan 19:48
Compare
Choose a tag to compare
  • matc: Generate stereo variants for FL0 materials [⚠️ Recompile materials]

v1.49.2

02 Jan 22:54
Compare
Choose a tag to compare
Merge branch 'rc/1.49.2' into release

v1.49.1

18 Dec 21:37
Compare
Choose a tag to compare
Merge branch 'rc/1.49.1' into release

v1.49.0

11 Dec 08:15
Compare
Choose a tag to compare
  • matc: Fix ESSL 1.0 codegen when using external samplers [⚠️ Recompile materials]
  • matc: Generate skinning variants for FL0 materials [⚠️ Recompile materials]

v1.48.0

05 Dec 19:37
Compare
Choose a tag to compare
  • matc: New option -1 to disable generation of ESSL 1.0 code in Feature Level 0 materials
  • matc: Support optimizations for ESSL 1.0 code [⚠️ Recompile materials]