1. 24 May, 2017 3 commits
  2. 23 May, 2017 1 commit
  3. 22 May, 2017 1 commit
  4. 19 May, 2017 4 commits
  5. 18 May, 2017 5 commits
  6. 17 May, 2017 8 commits
  7. 16 May, 2017 1 commit
  8. 15 May, 2017 3 commits
  9. 12 May, 2017 4 commits
  10. 11 May, 2017 4 commits
  11. 10 May, 2017 3 commits
  12. 09 May, 2017 1 commit
    • GLSL: Simplify constructor parsing · a7ecec38
      Olli Etuaho authored
      Constructor argument checking rules are reorganized to make them
      easier to understand and constructor node creation is made simpler.
      This removes usage of constructor op codes from ParseContext. This
      paves the way for getting rid of constructor op codes entirely, which
      will remove duplicate information from the AST and simplify lots of
      code.
      
      This refactoring will make adding arrays of arrays slightly easier.
      
      BUG=angleproject:1490
      TEST=angle_unittests
      
      Change-Id: I4053afec55111b629353b4ff7cb0451c1ae3511c
      Reviewed-on: https://chromium-review.googlesource.com/498767
      Commit-Queue: Olli Etuaho <oetuaho@nvidia.com>
      Reviewed-by: 's avatarCorentin Wallez <cwallez@chromium.org>
  13. 08 May, 2017 2 commits