1. 31 Jul, 2020 1 commit
    • Use GLSLANG_ANGLE to strip features to what ANGLE requires · 1ef2e250
      Shahbaz Youssefi authored
      This change strips a few features similar to GLSLANG_WEB but doesn't
      remove every detail like the latter.  It also hardcodes profile/version
      to core/450.
      
      In particular, TBuiltIns::initialize is specialized to remove most of
      what is not supported or won't be supported by ANGLE.  The result of
      this function is parsed with TParseContext::parseShaderStrings which is
      a performance bottleneck.
      
      This change shaves about 300KB off of ANGLE's binary size and reduces
      the cost of SetupBuiltinSymbolTable to nearly a sixth.
      Signed-off-by: 's avatarShahbaz Youssefi <ShabbyX@gmail.com>
  2. 28 Jul, 2020 1 commit
  3. 27 Jul, 2020 1 commit
  4. 23 Jul, 2020 1 commit
  5. 22 Jul, 2020 8 commits
  6. 21 Jul, 2020 3 commits
  7. 20 Jul, 2020 5 commits
  8. 18 Jul, 2020 1 commit
  9. 17 Jul, 2020 3 commits
  10. 16 Jul, 2020 3 commits
  11. 15 Jul, 2020 1 commit
  12. 14 Jul, 2020 8 commits
  13. 13 Jul, 2020 4 commits