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

Unified Diff: cc/CCDirectRenderer.h

Issue 10918258: Add CC software renderer. (Closed) Base URL: http://git.chromium.org/chromium/src.git@gladapter
Patch Set: Created 8 years, 3 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 | « no previous file | cc/CCDirectRenderer.cpp » ('j') | cc/CCRendererSoftware.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/CCDirectRenderer.h
diff --git a/cc/CCDirectRenderer.h b/cc/CCDirectRenderer.h
index 3286ef57d3022373fea2a41e6e6f5ba299a79991..143c900055105953801ae4f86bdc018b62474d95 100644
--- a/cc/CCDirectRenderer.h
+++ b/cc/CCDirectRenderer.h
@@ -96,6 +96,7 @@ protected:
virtual void drawQuad(DrawingFrame&, const CCDrawQuad*) = 0;
virtual void beginDrawingFrame(DrawingFrame&) = 0;
virtual void finishDrawingFrame(DrawingFrame&) = 0;
+ virtual bool flippedFramebuffer() const = 0;
nduca 2012/09/17 21:07:29 didn't we just eradicate yflip recently?
HashMap<CCRenderPass::Id, OwnPtr<CachedTexture> > m_renderPassTextures;
CCResourceProvider* m_resourceProvider;
« no previous file with comments | « no previous file | cc/CCDirectRenderer.cpp » ('j') | cc/CCRendererSoftware.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698