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
  • BlobCache.cpp
Find file
BlameHistoryPermalink
  • Amy Liu's avatar
    Compression of the data from vkGetPipelineCacheData. · 1fb7f648
    Amy Liu authored Mar 18, 2021
    The size of pipelineCacheData sometimes is greater than
    64k which cannot be saved because of the Android blob cache
    limitation (single cache data size should be < 64k).
    Implement the compression to store more cache data.
    
    Re-land this patch before fixing the performance regression
    of big pipeline cache.
    
    Bug: angleproject:4722
    Change-Id: I4bc05a88334c3e7e9e945d1a0877429db1750422
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2771840
    Commit-Queue: Shahbaz Youssefi <syoussefi@chromium.org>
    Reviewed-by: 's avatarShahbaz Youssefi <syoussefi@chromium.org>
    Reviewed-by: 's avatarTim Van Patten <timvp@google.com>
    Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
    1fb7f648
BlobCache.cpp 7.05 KB
EditWeb IDE
×

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