Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
  • This project
    • Loading...
  • Sign in / Register
A
angle
  • Project
    • Overview
    • Details
    • Activity
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Chen Yisong
  • angle
  • Repository

Switch branch/tag
  • angle
  • src
  • common
  • bitset_utils.h
Find file
BlameHistoryPermalink
  • Qin Jiajia's avatar
    Fix the crash in angle_deqp_gles31_tests · 3f2b4e7f
    Qin Jiajia authored Jun 11, 2019
    This crash only happened on a compute test which following a render test.
    This root case was that after the render test, mVertexArray11 became an
    invalid pointer. However, compute test still went to the common path to
    use mVertexArray11. mVertexArray11 is never updated since compute
    shader doesn't need to triger DIRTY_BIT_VERTEX_ARRAY_BINDING.
    
    This patch adds checking to avoid compute test to use mVertexArray11.
    Besides, more ASSERT checking are added to convenient debugging.
    
    Bug: angleproject:3518, angleproject:1663, angleproject:2619
    Change-Id: I446214110d762fc259899cef7635f369fa1f59a7
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1652866Reviewed-by: 's avatarGeoff Lang <geofflang@chromium.org>
    Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
    Commit-Queue: Jiajia Qin <jiajia.qin@intel.com>
    3f2b4e7f
bitset_utils.h 14.7 KB
EditWeb IDE
×

Replace bitset_utils.h

Attach a file by drag & drop or click to upload


Cancel
A new branch will be created in your fork and a new merge request will be started.