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

Unified Diff: ui/gl/gl.gyp

Issue 12040049: gpu: Implement idle async pixel transfers. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add DCHECKs to ensure idle async uploads are only used with GL_TEXTURE_2D target Created 7 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
« no previous file with comments | « ui/gl/async_pixel_transfer_delegate_stub.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gl/gl.gyp
diff --git a/ui/gl/gl.gyp b/ui/gl/gl.gyp
index 81279bfb2fd8dd73d35451fcdd17b1809b5f48c7..53b3136281663c226053f91f30080ec5dcf76632 100644
--- a/ui/gl/gl.gyp
+++ b/ui/gl/gl.gyp
@@ -41,6 +41,8 @@
],
'sources': [
'async_pixel_transfer_delegate.h',
+ 'async_pixel_transfer_delegate_idle.cc',
+ 'async_pixel_transfer_delegate_idle.h',
'async_pixel_transfer_delegate_stub.cc',
'async_pixel_transfer_delegate_stub.h',
'gl_bindings.h',
« no previous file with comments | « ui/gl/async_pixel_transfer_delegate_stub.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698