1. 14 Aug, 2020 3 commits
  2. 13 Aug, 2020 1 commit
  3. 07 Aug, 2020 1 commit
  4. 06 Aug, 2020 2 commits
  5. 05 Aug, 2020 2 commits
  6. 04 Aug, 2020 3 commits
  7. 03 Aug, 2020 2 commits
  8. 31 Jul, 2020 2 commits
    • 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>
    • Revert changes that migrate to `thread_local`. · 2a440648
      Ben Clayton authored
      iOS 8 does not support `thread_local`, which is still in use.
      Another approach will have to be found.
      
      This change is a revert of the following changes:
      
      a3845240 - "Simplify PoolAlloc with use of thread_local."
      abf92c80 - "Deprecate InitializeDll functions"
      33585c87 - "Limit visibility of symbols for internal libraries"
      
      Issue: #2346
  9. 28 Jul, 2020 1 commit
  10. 27 Jul, 2020 1 commit
  11. 23 Jul, 2020 1 commit
  12. 22 Jul, 2020 8 commits
  13. 21 Jul, 2020 3 commits
  14. 20 Jul, 2020 5 commits
  15. 18 Jul, 2020 1 commit
  16. 17 Jul, 2020 3 commits
  17. 16 Jul, 2020 1 commit