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
  • StateChangeTest.cpp
Find file
BlameHistoryPermalink
  • Tim Van Patten's avatar
    Allow Drawing with Immutable Persistent Mapped Buffers · 220642a9
    Tim Van Patten authored Dec 16, 2020
    From the EXT_buffer_storage overview:
    
        The GL_EXT_texture_storage extension added immutable storage for
        texture objects (and was subsequently incorporated into OpenGL ES
        3.0). This extension further applies the concept of immutable
        storage to buffer objects.
    
        [T]his extension introduces the concept of persistent client
        mappings of buffer objects, which allow clients to retain pointers
        to a buffer's data store returned as the result of a mapping, and to
        issue drawing commands while those mappings are in place.
    
    The initial implementation of EXT_buffer_storage didn't enable this
    portion of the extension, so ANGLE is generating errors while attempting
    to draw with an immutable buffer mapped with the GL_MAP_PERSISTENT_BIT
    flag.
    
    This CL enables that functionality, since apps (e.g., FIFA Soccer) rely
    on it.
    
    Bug: angleproject:5473
    Change-Id: Icf1c0597156044a342aac5e4d2abbc29b34f46b2
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2596957Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
    Reviewed-by: 's avatarCody Northrop <cnorthrop@google.com>
    Commit-Queue: Tim Van Patten <timvp@google.com>
    220642a9
StateChangeTest.cpp 222 KB
EditWeb IDE
×

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