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

Unified Diff: gpu/command_buffer_service.gypi

Issue 2286593002: [Command Buffer] emulate SRGB color format for BlitFramebuffer in OpenGL (Closed)
Patch Set: addressed feedbacks from zhenyao and qiankun Created 4 years, 4 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_service.gypi
diff --git a/gpu/command_buffer_service.gypi b/gpu/command_buffer_service.gypi
index c9656337b4fbf8cb2cfd25cce6158a3e0482e619..7cb6d6de27bb9920b0a3e6514819b14ab5759e16 100644
--- a/gpu/command_buffer_service.gypi
+++ b/gpu/command_buffer_service.gypi
@@ -76,6 +76,8 @@
'command_buffer/service/gles2_cmd_decoder_passthrough_doers.cc',
'command_buffer/service/gles2_cmd_decoder_passthrough_handlers.cc',
'command_buffer/service/gles2_cmd_decoder_passthrough_handlers_autogen.cc',
+ 'command_buffer/service/gles2_cmd_srgb_converter.cc',
+ 'command_buffer/service/gles2_cmd_srgb_converter.h',
'command_buffer/service/gles2_cmd_validation.cc',
'command_buffer/service/gles2_cmd_validation.h',
'command_buffer/service/gles2_cmd_validation_autogen.h',

Powered by Google App Engine
This is Rietveld 408576698