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

Unified Diff: gpu/command_buffer/common/capabilities.h

Issue 2767063002: 16-bit video upload to float: intermediate R16_EXT and copy to float. (Closed)
Patch Set: Nit. 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
Index: gpu/command_buffer/common/capabilities.h
diff --git a/gpu/command_buffer/common/capabilities.h b/gpu/command_buffer/common/capabilities.h
index 410f65c3771a5b7bae54f118c3bb9128a544097c..10abbae5f5dc191ad97f426aeb3418ff8562fb24 100644
--- a/gpu/command_buffer/common/capabilities.h
+++ b/gpu/command_buffer/common/capabilities.h
@@ -139,6 +139,7 @@ struct GPU_EXPORT Capabilities {
bool blend_equation_advanced = false;
bool blend_equation_advanced_coherent = false;
bool texture_rg = false;
+ bool texture_norm16 = false;
bool texture_half_float_linear = false;
bool color_buffer_half_float_rgba = false;
bool image_ycbcr_422 = false;
« no previous file with comments | « content/test/data/media/getusermedia-depth-capture.html ('k') | gpu/command_buffer/common/gles2_cmd_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698