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
  • BufferGL.cpp
Find file
BlameHistoryPermalink
  • Geoff Lang's avatar
    Allow BufferGL to function without being able to map buffers for read. · 90a96efc
    Geoff Lang authored Jan 27, 2016
    Reading back buffer data is required for index range validation but
    without glMapBufferRange it is not possible to read back buffer data on
    OpenGL ES.  To work around this, keep a shadow copy of the buffer data
    when this function is not available.
    
    BUG=angleproject:1145
    
    Change-Id: I8e9b3b174574316d3af0022bd29c7d9c96d168c3
    Reviewed-on: https://chromium-review.googlesource.com/324092Reviewed-by: 's avatarCorentin Wallez <cwallez@chromium.org>
    Commit-Queue: Geoff Lang <geofflang@chromium.org>
    90a96efc
BufferGL.cpp 5.82 KB
EditWeb IDE
×

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