Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(658)

Unified Diff: content/browser/gpu/gpu_internals_ui.cc

Issue 2786103003: Add half-float IOSurface GpuMemoryBuffer support (Closed)
Patch Set: Review feedback Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/exo/buffer.cc ('k') | gpu/command_buffer/common/gpu_memory_buffer_support.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/gpu/gpu_internals_ui.cc
diff --git a/content/browser/gpu/gpu_internals_ui.cc b/content/browser/gpu/gpu_internals_ui.cc
index da9bf2eeb9f281ec342dc5b0b52b4a177fdbf5ce..3fb2e536cd83a46f2703025cb1910e933ee788a5 100644
--- a/content/browser/gpu/gpu_internals_ui.cc
+++ b/content/browser/gpu/gpu_internals_ui.cc
@@ -291,6 +291,8 @@ const char* BufferFormatToString(gfx::BufferFormat format) {
return "BGRX_8888";
case gfx::BufferFormat::BGRA_8888:
return "BGRA_8888";
+ case gfx::BufferFormat::RGBA_F16:
+ return "RGBA_F16";
case gfx::BufferFormat::YVU_420:
return "YVU_420";
case gfx::BufferFormat::YUV_420_BIPLANAR:
« no previous file with comments | « components/exo/buffer.cc ('k') | gpu/command_buffer/common/gpu_memory_buffer_support.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698