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
  • Context_gles_1_0.cpp
Find file
BlameHistoryPermalink
  • Jamie Madill's avatar
    Context: Cache attributes masks. · dc358af7
    Jamie Madill authored Jul 31, 2018
    This cache is updated in the following locations:
    
    1. GLES1: clientActiveTexture.
    2. GLES1: disableClientState/enableClientState.
    3. Context: linkProgram/useProgram/programBinary.
    4. Context: bindVertexArray.
    5. Vertex Array: most state changes.
    
    Improves performance by about 6% in the GL no-op test. Also includes
    fixes for keeping the client memory attribs mask in sync. The cache
    also includes a boolean if there are any enabled client attributes.
    
    Bug: angleproject:1391
    Change-Id: I93b6a2c8492355958fd5483f14b70535729091d6
    Reviewed-on: https://chromium-review.googlesource.com/1147437
    Commit-Queue: Jamie Madill <jmadill@chromium.org>
    Reviewed-by: 's avatarGeoff Lang <geofflang@chromium.org>
    dc358af7
Context_gles_1_0.cpp 19.6 KB
EditWeb IDE
×

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