From 00316c9ddfb9d7b4e1ed2fff9fe6d964d2b6b82d Mon Sep 17 00:00:00 2001 From: hendrikw Date: Tue, 2 Dec 2014 14:35:48 -0800 Subject: gpu: Added IPC traits for new texture_rg flag I've also added to the .mojom file for the gpu capabilities BUG=435379 Review URL: https://codereview.chromium.org/774773002 Cr-Commit-Position: refs/heads/master@{#306477} --- mojo/services/public/interfaces/gpu/gpu_capabilities.mojom | 1 + 1 file changed, 1 insertion(+) (limited to 'mojo/services') diff --git a/mojo/services/public/interfaces/gpu/gpu_capabilities.mojom b/mojo/services/public/interfaces/gpu/gpu_capabilities.mojom index 2450139..ef28389 100644 --- a/mojo/services/public/interfaces/gpu/gpu_capabilities.mojom +++ b/mojo/services/public/interfaces/gpu/gpu_capabilities.mojom @@ -51,4 +51,5 @@ struct GpuCapabilities { bool future_sync_points; bool blend_equation_advanced; bool blend_equation_advanced_coherent; + bool texture_rg; }; -- cgit v1.1