summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer_service.gypi
diff options
context:
space:
mode:
authorsievers <sievers@chromium.org>2014-11-17 18:10:35 -0800
committerCommit bot <commit-bot@chromium.org>2014-11-18 02:10:52 +0000
commit2384f2bddc7a837f97c5d128c75e603f87f9f657 (patch)
treec6c6faaef3f3d2b9e60dc9d7a0a0db1e710051f1 /gpu/command_buffer_service.gypi
parent562c49c8edf16a40ef3f76fb6a57d7ac17331216 (diff)
downloadchromium_src-2384f2bddc7a837f97c5d128c75e603f87f9f657.zip
chromium_src-2384f2bddc7a837f97c5d128c75e603f87f9f657.tar.gz
chromium_src-2384f2bddc7a837f97c5d128c75e603f87f9f657.tar.bz2
gpu: Implement shader glClear() blit for broken IMG drivers
BUG=421271,434094 Review URL: https://codereview.chromium.org/719503003 Cr-Commit-Position: refs/heads/master@{#304545}
Diffstat (limited to 'gpu/command_buffer_service.gypi')
-rw-r--r--gpu/command_buffer_service.gypi2
1 files changed, 2 insertions, 0 deletions
diff --git a/gpu/command_buffer_service.gypi b/gpu/command_buffer_service.gypi
index 13ffe94..c276d432 100644
--- a/gpu/command_buffer_service.gypi
+++ b/gpu/command_buffer_service.gypi
@@ -62,6 +62,8 @@
'command_buffer/service/feature_info.cc',
'command_buffer/service/framebuffer_manager.h',
'command_buffer/service/framebuffer_manager.cc',
+ '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',
'command_buffer/service/gles2_cmd_copy_texture_chromium.h',
'command_buffer/service/gles2_cmd_decoder.h',