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
  • CopyTextureTest.cpp
Find file
BlameHistoryPermalink
  • Antonio Maiorano's avatar
    Fix CopyTextureTestES3.ES3FloatFormats for VK · 9905f7f5
    Antonio Maiorano authored May 29, 2020
    When enabled, this would crash in debug because mFormat would be nullptr
    on the target VkTexture, and the ASSERT would access mFormat via
    getAspectFlags(). Fixed this by only calling getAspectFlags() if mFormat
    is valid. I'm not sure this was the original reason this test was
    disabled, but they pass now on SwiftShader.
    
    Bug: angleproject:4092
    Change-Id: I9b04bbc61dde14f722d3a510f3d38776f4f6c7ac
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2221420Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
    Reviewed-by: 's avatarGeoff Lang <geofflang@chromium.org>
    Commit-Queue: Antonio Maiorano <amaiorano@google.com>
    9905f7f5
CopyTextureTest.cpp 78.6 KB
EditWeb IDE
×

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