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
  • tests
  • gl_tests
  • PackUnpackTest.cpp
Find file
BlameHistoryPermalink
  • Tobin Ehlis's avatar
    Vulkan: Use volk to load vk* func ptrs · 5fd73782
    Tobin Ehlis authored Aug 09, 2019
    Thanks to Jamie Madill for some fixes to get all CI test passing w/ volk.
    
    This change updates all ANGLE targets that use Vulkan to dyanmically
    link all of the VK entrypoints using the volk OSS library from
    https://github.com/zeux/volk.
    
    It's only two source files so baking them directly into ANGLE repo.
    Also it's used in both the tests and libANGLE trees so added to
    src/common/third_party/volk dir.
    
    Updated volk and the renderer to track latest instance and device
    that were loaded and renderer will refresh vk* function pointers if
    the current and previous device and/or instance don't match. This
    prevents errors in the test framework as we transition between
    backends, especially between VK HW & SwiftShader ICDs.
    
    This change rolls the Vulkan Loader forward to use the latest loader
    version which no longer allows static linking but requires dynamic
    linking.
    
    Bug: angleproject:3740
    Bug: angleproject:4092
    Bug: angleproject:4162
    Bug: angleproject:4210
    Bug: angleproject:4225
    Change-Id: I8a0b7d24c9545bbfdfaa4b9357a9bfe6793e0140
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1965640
    Commit-Queue: Tobin Ehlis <tobine@google.com>
    Reviewed-by: 's avatarTobin Ehlis <tobine@google.com>
    Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
    5fd73782
PackUnpackTest.cpp 7.55 KB
EditWeb IDE
×

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