1. 05 Apr, 2017 4 commits
  2. 04 Apr, 2017 4 commits
  3. 03 Apr, 2017 4 commits
  4. 31 Mar, 2017 3 commits
  5. 30 Mar, 2017 2 commits
    • Update deqp31 test expectations · 495bd776
      Qin Jiajia authored
      Remove the following deqp cases from deqp_gles31_test_expectations.txt
      since they can pass now due to
      https://chromium-review.googlesource.com/c/430199/4/src/libANGLE/renderer/d3d/d3d11/renderer11_utils.cpp
      
      BUG=angleproject:1442
      
      TEST=dEQP-GLES31.functional.state_query.integer.max_compute_work_group_invocations_*
           dEQP-GLES31.functional.state_query.integer.max_compute_uniform_blocks_*
           dEQP-GLES31.functional.state_query.integer.max_compute_texture_image_units_*
           dEQP-GLES31.functional.state_query.integer.max_compute_uniform_components_*
           dEQP-GLES31.functional.state_query.integer.max_uniform_locations_*
           dEQP-GLES31.functional.state_query.indexed.max_compute_work_group_count_*
           dEQP-GLES31.functional.state_query.indexed.max_compute_work_group_size_*
      
      Change-Id: I121588cdb5d5b67c5b1d76e8710b2f53f35ede15
      Reviewed-on: https://chromium-review.googlesource.com/461732
      Commit-Queue: Corentin Wallez <cwallez@chromium.org>
      Reviewed-by: 's avatarYunchao He <yunchao.he@intel.com>
      Reviewed-by: 's avatarCorentin Wallez <cwallez@chromium.org>
    • Prefer identifying functions by using symbol ids · fe48632f
      Olli Etuaho authored
      The shader translator code is now structured in a way that ensures
      that all function definition, function prototype and function call
      nodes store the integer symbol id for the function. This is guaranteed
      regardless of whether the function node is added while parsing or as a
      result of an AST transformation. TIntermAggregate nodes, which include
      function calls and constructors can now only be created by calling one
      of the TIntermAggregate::Create*() functions to ensure they have all
      the necessary properties.
      
      This makes it possible to keep track of functions using integer ids
      instead of their mangled name strings when generating the call graph
      and when using TLValueTrackingTraverser.
      
      This commit includes a few other small cleanups to the CallDAG class
      as well.
      
      BUG=angleproject:1490
      TEST=angle_unittests, angle_end2end_tests
      
      Change-Id: Idd1013506cbe4c3380e20d90524a9cd09b890259
      Reviewed-on: https://chromium-review.googlesource.com/459603Reviewed-by: 's avatarCorentin Wallez <cwallez@chromium.org>
      Reviewed-by: 's avatarGeoff Lang <geofflang@chromium.org>
      Commit-Queue: Olli Etuaho <oetuaho@nvidia.com>
  6. 29 Mar, 2017 7 commits
  7. 28 Mar, 2017 4 commits
  8. 24 Mar, 2017 2 commits
  9. 23 Mar, 2017 3 commits
  10. 22 Mar, 2017 4 commits
  11. 21 Mar, 2017 3 commits