New issue
Advanced search Search tips

Issue 757019 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Aug 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Android
Pri: 2
Type: Feature



Sign in to add a comment

GPU SharedMemoryLimits start too high for low-end devices

Project Member Reported by ericrk@chromium.org, Aug 18 2017

Issue description

Default values for GPU SharedMemoryLimits result in ~4MB of allocation for a new GPU Command Buffer:

1024K - Command Buffer size
1024K - Transfer buffer start size
2048K - mapped memory buffer start size

On a low-end device we can likely lower these without large impact. Especially the mapped memory buffer, which should have only light usage.
 

Comment 2 by ericrk@chromium.org, Aug 18 2017

Status: Fixed (was: Started)

Sign in to add a comment