tgjones / shader-playground

Shader playground website for exploring HLSL, GLSL, SPIR-V compilers
http://shader-playground.timjones.io
BSD 2-Clause "Simplified" License
577 stars 45 forks source link

Update to latest Mali Offline Compiler #109

Closed solidpixel closed 2 years ago

solidpixel commented 2 years ago

Would it be possible to update to the latest Mali Offline Compiler (found in Arm Mobile Studio), as it exposes the new Mali-G710 series GPUs?

On the practical side of things, is there anything we can do from the Arm side to help here / make things easier to update?

tgjones commented 2 years ago

Hi @solidpixel - sorry for the long delay in replying. I don't get much time these days to attend to Shader Playground. I've just added Mali Offline Compiler 7.6.0 to Shader Playground.

On the practical side of things, is there anything we can do from the Arm side to help here / make things easier to update?

It would be great if there was a download link that didn't require login, because as it is, I need to download the file for Arm Mobile Studio manually and then put it somewhere where my build script can find it. Here's where I'd like to use actual URLs to do the download automatically.

solidpixel commented 2 years ago

Thanks very much.

I'll talk to our product team to see if there is something we can do there (it might still need a login, but perhaps something that can be scripted).