RFR: 8358130: [Metal] Merge shader compilation tasks
Jayathirth D V
jdv at openjdk.org
Thu Nov 27 05:22:07 UTC 2025
On Tue, 25 Nov 2025 14:44:24 GMT, Ambarish Rapte <arapte at openjdk.org> wrote:
> The `build.gradle` file contains separate tasks for compiling each standalone metal shader file.
> The 5 tasks are combined into a single task.
>
> Verification:
> 1. Verify that build completes successfully, and the 5 **.metal** files are correctly compiled and 5 **.air** files are generated in directory : _modules/javafx.graphics/build/msl_
> `ClearRttShaders.air`, `ComputeKernels.air`, `PassThroughVS.air`, `PhongPS.air`, `PhongVS.air`
> 3. Basic sanity testing
Code change looks good to me.
I can confirm that 5 .metal and .air gets generated properly and basic sanity testing using Ensemble8 also looks good.
-------------
Marked as reviewed by jdv (Committer).
PR Review: https://git.openjdk.org/jfx/pull/1984#pullrequestreview-3513583070
More information about the openjfx-dev
mailing list