[roll] Roll fuchsia [graphics][compute][gn] GLSL shader template enhancements

1. Enable the template invoker to pass `#define` values to the
   `glslangValidator` GLSL compiler.

2. Add additional variables whose defaults are still determined by the
   declare_args() preamble but can be overridden by the invoker of the
   `graphics_compute_compile_glsl_shader_foreach()` template.

   Variables include:

   - gen_debug_shaders : generate debug shaders
   - skip_spirv_opt    : skip the `spirv-opt` pass

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/505881
Original-Revision: 382b67ac336437aa3ae3bc17d1d3d6aa26b1252b
GitOrigin-RevId: e81aa4d9efa1ca99aba53350d0368071974b9d38
Change-Id: Icb508a24ce2736290198a1384ebaaee13a8ed5a5
1 file changed
tree: 5fed46396859aa3ba77f964e3d3dd507d056be7e
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.