Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5533a9e8 authored by Adlai Holler's avatar Adlai Holler Committed by Automerger Merge Worker
Browse files

Merge "Move reduceOpsTaskSplitting property to Properties.h" into sc-dev am: 1fbd1be3

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/13996470

Change-Id: I531938a0d3761c4728d8e17565ed091407a7f3b9
parents 8c0b1a65 1fbd1be3
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -162,6 +162,12 @@ enum DebugLevel {
 */
#define PROPERTY_IS_EMULATOR "ro.boot.qemu"

/**
 * Turns on the Skia GPU option "reduceOpsTaskSplitting" which improves GPU
 * efficiency but may increase VRAM consumption. Default is "false".
 */
#define PROPERTY_REDUCE_OPS_TASK_SPLITTING "renderthread.skia.reduceopstasksplitting"

///////////////////////////////////////////////////////////////////////////////
// Misc
///////////////////////////////////////////////////////////////////////////////
+1 −0
Original line number Diff line number Diff line
@@ -20,6 +20,7 @@
#include "CanvasContext.h"
#include "DeviceInfo.h"
#include "EglManager.h"
#include "Properties.h"
#include "Readback.h"
#include "RenderProxy.h"
#include "VulkanManager.h"
+0 −6
Original line number Diff line number Diff line
@@ -38,12 +38,6 @@
#include "thread/ThreadBase.h"
#include "utils/TimeUtils.h"

/**
 * (Bool) Turns on the Skia GPU option "reduceOpsTaskSplitting" which improves GPU
 * efficiency but may increase VRAM consumption. Default is false.
 */
#define PROPERTY_REDUCE_OPS_TASK_SPLITTING "renderthread.skia.reduceopstasksplitting"

namespace android {

class Bitmap;