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 copy subtexture to GL_RGB9_E5 in ANGLE/VK · 3c4d7ab0
    Antonio Maiorano authored Jun 01, 2020
    When copying via glTexSubImage2D to a non-renderable format, GL_RGB9_E5,
    ANGLE's TextureVk::copySubTextureImpl will use the read-back and copy
    method. This path was ignoring the source offset in the source area
    computation.
    
    Fixes the following WebGL tests:
    conformance2/textures/canvas_sub_rectangle/tex-2d-rgb9_e5-rgb-float.html
    conformance2/textures/canvas_sub_rectangle/tex-2d-rgb9_e5-rgb-half_float.html
    
    Bug: b/157744725
    Change-Id: I714f8d3b8f1490edab5e7578445e9623215ce229
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2225611Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
    Reviewed-by: 's avatarGeoff Lang <geofflang@chromium.org>
    Reviewed-by: 's avatarShahbaz Youssefi <syoussefi@chromium.org>
    Commit-Queue: Antonio Maiorano <amaiorano@google.com>
    3c4d7ab0
CopyTextureTest.cpp 81.9 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.