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

Unified Diff: gpu/command_buffer_service.gypi

Issue 2055713003: gpu: Implement GL_INTEL_framebuffer_CMAA via shaders in the GPU Service (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: Created 4 years, 6 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 c0ccda9f65e4523759b7e9cf857999991a1d7bae..8398dd00d9353c2e4d402fad38905b4ef10bb377 100644
--- a/gpu/command_buffer_service.gypi
+++ b/gpu/command_buffer_service.gypi
@@ -58,6 +58,8 @@
'command_buffer/service/gl_state_restorer_impl.h',
'command_buffer/service/gl_utils.cc',
'command_buffer/service/gl_utils.h',
+ 'command_buffer/service/gles2_cmd_apply_framebuffer_attachment_cmaa_intel.cc',
+ 'command_buffer/service/gles2_cmd_apply_framebuffer_attachment_cmaa_intel.h',
'command_buffer/service/gles2_cmd_clear_framebuffer.cc',
'command_buffer/service/gles2_cmd_clear_framebuffer.h',
'command_buffer/service/gles2_cmd_copy_texture_chromium.cc',

Powered by Google App Engine
This is Rietveld 408576698