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

Unified Diff: ui/gfx/buffer_types.h

Issue 2786103003: Add half-float IOSurface GpuMemoryBuffer support (Closed)
Patch Set: Re-add software support Created 3 years, 9 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
Index: ui/gfx/buffer_types.h
diff --git a/ui/gfx/buffer_types.h b/ui/gfx/buffer_types.h
index 575ae7ff719fc5f4e8a004943ea41a339359d87c..179ee1941b42e828353daed7a90998d8fddd4e7e 100644
--- a/ui/gfx/buffer_types.h
+++ b/ui/gfx/buffer_types.h
@@ -23,6 +23,7 @@ enum class BufferFormat {
RGBA_8888,
BGRX_8888,
BGRA_8888,
+ RGBA_F16,
YVU_420,
YUV_420_BIPLANAR,
UYVY_422,

Powered by Google App Engine
This is Rietveld 408576698