Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(188)

Unified Diff: src/gpu/effects/GrTextureStripAtlas.cpp

Issue 6460113: remove _UPM_ GrPixelConfigs (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: update Created 12 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/gpu/effects/GrTextureStripAtlas.cpp
===================================================================
--- src/gpu/effects/GrTextureStripAtlas.cpp (revision 5193)
+++ src/gpu/effects/GrTextureStripAtlas.cpp (working copy)
@@ -137,13 +137,13 @@
// Pass in the kDontFlush flag, since we know we're writing to a part of this texture
// that is not currently in use
- fDesc.fContext->internalWriteTexturePixels(fTexture, 0,
- rowNumber * fDesc.fRowHeight,
- fDesc.fWidth,
- fDesc.fRowHeight,
- SkBitmapConfig2GrPixelConfig(data.config()),
- data.getPixels(), data.rowBytes(),
- GrContext::kDontFlush_PixelOpsFlag);
+ fDesc.fContext->writeTexturePixels(fTexture,
+ 0, rowNumber * fDesc.fRowHeight,
+ fDesc.fWidth, fDesc.fRowHeight,
+ SkBitmapConfig2GrPixelConfig(data.config()),
+ data.getPixels(),
+ data.rowBytes(),
+ GrContext::kDontFlush_PixelOpsFlag);
}
GrAssert(rowNumber >= 0);
« src/gpu/SkGpuDevice.cpp ('K') | « src/gpu/SkGr.cpp ('k') | src/gpu/gl/GrGLCaps.cpp » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b