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
  • renderer
  • gl
  • FramebufferGL.cpp
Find file
BlameHistoryPermalink
  • Frank Henigman's avatar
    Clip FramebufferGL::readPixels to framebuffer. · fa36c330
    Frank Henigman authored Jun 09, 2017
    In GL, ReadPixels() is allowed to modify memory that corresponds to
    pixels outside the framebuffer.
    In WebGL it must not do that, so clip the read area to the framebuffer.
    
    Enable corresponding test.
    
    BUG=angleproject:1815
    
    Change-Id: I8113ae417dee7834e63498aec8291ce711bd7513
    Reviewed-on: https://chromium-review.googlesource.com/536434
    Commit-Queue: Frank Henigman <fjhenigman@chromium.org>
    Reviewed-by: 's avatarGeoff Lang <geofflang@chromium.org>
    Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
    fa36c330
FramebufferGL.cpp 27.2 KB
EditWeb IDE
×

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