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

Unified Diff: gpu/ipc/common/gpu_command_buffer_traits_multi.h

Issue 2767063002: 16-bit video upload to float: intermediate R16_EXT and copy to float. (Closed)
Patch Set: 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: gpu/ipc/common/gpu_command_buffer_traits_multi.h
diff --git a/gpu/ipc/common/gpu_command_buffer_traits_multi.h b/gpu/ipc/common/gpu_command_buffer_traits_multi.h
index 87a3eb1c5b27bace485341de66036e47890ac63a..dff3970916eeff33dbda02a38e96efdbf65c08d9 100644
--- a/gpu/ipc/common/gpu_command_buffer_traits_multi.h
+++ b/gpu/ipc/common/gpu_command_buffer_traits_multi.h
@@ -110,6 +110,7 @@ IPC_STRUCT_TRAITS_BEGIN(gpu::Capabilities)
IPC_STRUCT_TRAITS_MEMBER(blend_equation_advanced)
IPC_STRUCT_TRAITS_MEMBER(blend_equation_advanced_coherent)
IPC_STRUCT_TRAITS_MEMBER(texture_rg)
+ IPC_STRUCT_TRAITS_MEMBER(texture_norm16)
IPC_STRUCT_TRAITS_MEMBER(texture_half_float_linear)
IPC_STRUCT_TRAITS_MEMBER(color_buffer_half_float_rgba)
IPC_STRUCT_TRAITS_MEMBER(image_ycbcr_422)

Powered by Google App Engine
This is Rietveld 408576698