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
  • libANGLE
  • VertexArray.cpp
Find file
BlameHistoryPermalink
  • Jamie Madill's avatar
    Fix deleting a buffer not updating VAO validation. · ff4224d6
    Jamie Madill authored Mar 27, 2019
    Deleting a buffer that is bound to a VAO should act as if
    the application unbound the buffer. Unbinding the buffer
    should update relevant validation caches. But we were
    missing the logic that updates the validation caches.
    
    This CL adds the necessary cache updates. It does not include a
    regression test. The test was causing an unrelated regression that is
    going to be a bit longer. It should not block this fix.
    
    Bug: chromium:943538
    Change-Id: Ib073cd07a230ca073a5b14bc054e961158a0097d
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1536491
    Commit-Queue: Jamie Madill <jmadill@chromium.org>
    Reviewed-by: 's avatarGeoff Lang <geofflang@chromium.org>
    (cherry picked from commit f7f15ac2)
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1556697Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
    ff4224d6
VertexArray.cpp 24.1 KB
EditWeb IDE
×

Replace VertexArray.cpp

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.