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
  • libANGLE
  • Texture.cpp
Find file
BlameHistoryPermalink
  • Kenneth Russell's avatar
    Fix robust resource initialization with clipped CopyTexSubImage2D. · e39d055d
    Kenneth Russell authored Mar 23, 2020
    When CopyTexSubImage2D calls were clipped against the bounds of the
    read framebuffer by the underlying renderer backends, the robust
    resource initialization code assumed that the original destination
    area would be overwritten by the renderer, which was not the case.
    
    Add new tests which were previously failing on macOS with the
    ES2_OpenGL and ES3_OpenGL backends. The Metal backend is still failing
    and a follow-on bug has been filed.
    
    Bug: angleproject:4504
    Change-Id: I34821dd90597f31b3cbf0921b94756556e485c91
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2116873Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
    Reviewed-by: 's avatarJonah Ryan-Davis <jonahr@google.com>
    Commit-Queue: Kenneth Russell <kbr@chromium.org>
    e39d055d
Texture.cpp 64.2 KB
EditWeb IDE
×

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