Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
  • This project
    • Loading...
  • Sign in / Register
S
swiftshader
  • 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
  • swiftshader
  • Repository

Switch branch/tag
  • swiftshader
  • src
  • Vulkan
  • VkCommandBuffer.cpp
Find file
BlameHistoryPermalink
  • Nicolas Capens's avatar
    Use UNIMPLEMENTED() for missing functionality we claim support for · 44bd43a5
    Nicolas Capens authored Jan 22, 2020
    The parent change replaced all UNIMPLEMENTED() with UNSUPPORTED(), since
    we are now Vulkan 1.1 conformant and the majority of these
    UNIMPLEMENTED() uses was for functionality that is not mandatory to
    still implement and is instead part of a currently unsupported feature.
    
    This change conservatively restores uses of UNIMPLEMENTED() for things
    that we might hit with correctly behaving apps. Bugs will be filed for
    each of these and tests will be added where necessary to provide
    coverage of these code paths.
    
    Bug: b/131243109
    Change-Id: Iaf547983c8495ad8d6d0c783a4c656273d8c0195
    Reviewed-on: https://swiftshader-review.googlesource.com/c/SwiftShader/+/40409
    Presubmit-Ready: Nicolas Capens <nicolascapens@google.com>
    Tested-by: 's avatarNicolas Capens <nicolascapens@google.com>
    Kokoro-Presubmit: kokoro <noreply+kokoro@google.com>
    Reviewed-by: 's avatarAlexis Hétu <sugoi@google.com>
    44bd43a5
VkCommandBuffer.cpp 54 KB
EditWeb IDE
×

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