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
  • renderer
  • vulkan
  • ContextVk.cpp
Find file
BlameHistoryPermalink
  • Shahbaz Youssefi's avatar
    Vulkan: Fix dirty default attributes handling · 0c2dc8c3
    Shahbaz Youssefi authored Dec 07, 2018
    When invalidating default attributes, the mask to invalidate was set as
    the current dirty mask, but it should have been or'ed with it.
    
    The following test triggered a validation error on Linux:
    
    dEQP.GLES2/functional_default_vertex_attrib_mat4_vertex_attrib_4fv
    
    In this test, Vertex Array Bindings and Program dirty bits would set the
    default attrib dirty mask to all the default attributes, but the
    handling of Current Values dirty bits would mistakenly remove some of
    those dirty bits.
    
    Bug: angleproject:2786
    Change-Id: Ife96621da7646102c1ce3b24e45f405e34a08b40
    Reviewed-on: https://chromium-review.googlesource.com/c/1366797Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
    Commit-Queue: Shahbaz Youssefi <syoussefi@chromium.org>
    0c2dc8c3
ContextVk.cpp 49.4 KB
EditWeb IDE
×

Replace ContextVk.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.