summaryrefslogtreecommitdiffstats
path: root/cc/proto
diff options
context:
space:
mode:
authorauygun <auygun@opera.com>2016-02-22 03:09:35 -0800
committerCommit bot <commit-bot@chromium.org>2016-02-22 11:10:56 +0000
commit2cb89894001edd7dd1c3a1c051de76d65b0d9ff8 (patch)
treeb30a6cac13c996012423b706a9414c44975742c6 /cc/proto
parent14bbbf277bf50e0103891dd2ad80aa8d091fe6d5 (diff)
downloadchromium_src-2cb89894001edd7dd1c3a1c051de76d65b0d9ff8.zip
chromium_src-2cb89894001edd7dd1c3a1c051de76d65b0d9ff8.tar.gz
chromium_src-2cb89894001edd7dd1c3a1c051de76d65b0d9ff8.tar.bz2
Reland Allow one-copy and zero-copy task tile worker pools to use compressed textures.
BUG=434699 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Review URL: https://codereview.chromium.org/1713503002 Cr-Commit-Position: refs/heads/master@{#376711}
Diffstat (limited to 'cc/proto')
-rw-r--r--cc/proto/renderer_settings.proto6
1 files changed, 3 insertions, 3 deletions
diff --git a/cc/proto/renderer_settings.proto b/cc/proto/renderer_settings.proto
index c439934..753de48 100644
--- a/cc/proto/renderer_settings.proto
+++ b/cc/proto/renderer_settings.proto
@@ -19,7 +19,7 @@ message RendererSettings {
optional bool release_overlay_resources_on_swap_complete = 8;
optional double refresh_rate = 9;
optional uint32 highp_threshold_min = 10;
- optional bool use_rgba_4444_textures = 11;
- optional uint32 texture_id_allocation_chunk_size = 12;
- optional bool use_gpu_memory_buffer_resources = 13;
+ optional uint32 texture_id_allocation_chunk_size = 11;
+ optional bool use_gpu_memory_buffer_resources = 12;
+ optional uint32 preferred_tile_format = 13;
}