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
  • ImageTest.cpp
Find file
BlameHistoryPermalink
  • Courtney Goeltzenleuchter's avatar
    Vulkan: Fix validation errors with YUV · bcdd4e58
    Courtney Goeltzenleuchter authored Nov 03, 2020
    Had several validation errors with YUV ImageTests using Vulkan back-end.
    This corrects those issues and tests now pass.
    
    Initializing YUV AHardwareBuffers requires Android API 29. The CI bots
    are not yet to Android 29 so this must be tested locally by compiling
    with the appropriate api level in args.gn:
    android32_ndk_api_level = 29
    android64_ndk_api_level = 29
    
    Test:
    ImageTestES3.SourceYUVAHBTargetExternalRGBSampleInitData
    
    Note: Some tests can run at api 26:
    ImageTestES3.ClearYUVAHB
    ImageTestES3.YUVValidation
    
    Bug: angleproject:4852
    Bug: b/172649538
    Bug: b/175021871
    Change-Id: I383d24faa9911f77a71bd9b764232ad519b54e9a
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2530454
    Commit-Queue: Courtney Goeltzenleuchter <courtneygo@google.com>
    Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
    Reviewed-by: 's avatarCody Northrop <cnorthrop@google.com>
    bcdd4e58
ImageTest.cpp 141 KB
EditWeb IDE
×

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