Juan Caldas
74ba3eb00c
webgpu: Support skinning on WebGPU ( #9137 )
...
BUGS = [436886048]
2025-08-29 00:24:14 +00:00
Andy Hovingh
2e37ebe70c
webgpu: compile WGSL shaders into Android materials when needed
2025-04-08 13:13:21 -05:00
Powei Feng
b748ea7239
Fix no-opt build option for materials ( #6756 )
...
- `-g` option was missing from `build.sh`
- `-Pcom.google.android.filament.matnopt` should be passed to
the sample apps as well.
- Add logic to respect `-Pcom.google.android.filament.matnopt`
in `FilamentPlugin.groovy`
2023-04-24 13:05:23 -07:00
Romain Guy
f229aaa7c4
Upgrade Android tools ( #5533 )
...
* Upgrade Android tools
NDK 24
AGP/Gradle 7.2
Kotlin 1.6.21
Coroutines 1.6.1
* Force Java 8 to run sdkmanager
2022-05-09 12:12:14 -07:00
Romain Guy
095179eeb3
Enabled Gradle configuration caching and rename properties ( #4769 )
...
* Fix configurationg caching problems
* Enable Gradle configuration caching
* Update BUILDING.md
* Update RELEASE_NOTES.md
Co-authored-by: Mathias Agopian <mathias@google.com >
Co-authored-by: Benjamin Doherty <bendoherty@google.com >
2021-10-26 12:47:35 -07:00
clayly
9a3c9ccbf3
android-samples-gradle-plugin-id ( #4740 )
2021-10-24 11:12:15 -07:00
Romain Guy
c66915209e
Update our build to the latest and greatest ( #3902 )
...
The new requirements are as follow:
- CMake 3.19
- Ninja 1.10
- Android Studio 4.2
- Android NDK 22.1
- Gradle 7.0
- Kotlin 1.5
2021-05-06 10:13:10 -07:00
Romain Guy
1f29df6da4
Add a note about AGP 4.0.0
2020-05-28 14:05:20 -07:00
Philip Rideout
dc51dc197c
Gradle: update old property name.
...
I forgot to update this in 0b1fa7f .
2020-05-22 23:28:30 -07:00
Romain Guy
e9d1e3a82e
Stop using deprecated APIs for incremental builds ( #2574 )
2020-05-21 22:15:55 -07:00
Romain Guy
ae1e6f43f2
Only compile materials for Vulkan when necessary
2020-02-28 09:51:47 -08:00
Romain Guy
6eba2f145e
Properly fetch project properties ( #2185 )
2020-02-28 09:20:35 -08:00
Romain Guy
3cfc6981a4
Only build OpenGL and Vulkan shaders in Android samples
2020-02-25 10:24:25 -08:00
Romain Guy
3fa98419a6
Add more .gitignore
2020-01-08 17:59:49 -08:00
Romain Guy
d9ee2fa10d
Use a proper Gradle plugin to generate Filament assets in samples ( #2018 )
2020-01-08 15:45:44 -08:00