1. 10 Jul, 2019 1 commit
  2. 09 Jul, 2019 1 commit
  3. 08 Jul, 2019 2 commits
  4. 06 Jul, 2019 1 commit
  5. 03 Jul, 2019 1 commit
  6. 02 Jul, 2019 5 commits
  7. 01 Jul, 2019 1 commit
  8. 26 Jun, 2019 2 commits
  9. 25 Jun, 2019 2 commits
  10. 23 Jun, 2019 3 commits
  11. 22 Jun, 2019 1 commit
  12. 21 Jun, 2019 1 commit
    • BUILD.gn: Fix file for use with Fuchsia platform build. · 1f5799c1
      David 'Digit' Turner authored
      In order to upgrade the version of glslang used by the
      Fuchsia platform source tree, BUILD.gn needs to be
      slightly modified to care about the case where it is
      not used with the Chromium //build configuration:
      
      - Remove a new compiler warning to ensure proper
        compilation with -Werror (which is the default).
      
      - Add a build target for spirv-remap, which is used
        by Fuchsia at build time to optimize the precompiled
        shaders of some of its graphics libraries.
  13. 18 Jun, 2019 8 commits
  14. 17 Jun, 2019 4 commits
  15. 15 Jun, 2019 1 commit
  16. 14 Jun, 2019 1 commit
  17. 13 Jun, 2019 3 commits
  18. 10 Jun, 2019 1 commit
  19. 08 Jun, 2019 1 commit
    • Add support for GL_NV_shader_sm_builtins · 2cb2f197
      Daniel Koch authored
      Including spirv and AST tests
      
      Also increase size of TBuiltInVariable bitfields since we've now exceeded 127
      and add a static_assert to make this easier to find next time it happens!