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
  • Alexis Hetu's avatar
    Make copyTexImage2D robust when source area is out of bounds · d0d523f4
    Alexis Hetu authored Sep 02, 2020
    Whenever the source area of the texture being copied is out of
    bounds and robust resource init is enabled, it is necessary to
    clear the invalid portion of the source area to 0 in the copy
    operation, EXCEPT if the source and the destination are the same,
    in which case clearing the destination would also clear the source.
    
    Bug: angleproject:3930
    Change-Id: Ie9e0c52fff86b5626c82a511319688392b7b073b
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2391281Reviewed-by: 's avatarShahbaz Youssefi <syoussefi@chromium.org>
    Reviewed-by: 's avatarGeoff Lang <geofflang@chromium.org>
    Commit-Queue: Alexis Hétu <sugoi@chromium.org>
    d0d523f4
Texture.cpp 68.1 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.