- b3e50f2 Reapply r5101 and r5102: Made gradient effects use GrTextureStripAtlas. by rileya@google.com · 12 years ago
- 17bb458 Add fast path in arcTo and addArc for 0==sweep && 0|360==sweepAngle by robertphillips@google.com · 12 years ago
- bf2768b Refactor SkImageFilter into its own .cpp file. by senorblanco@chromium.org · 12 years ago
- f1369ce Implements a new class, SkSingleInputImageFilter, to handle DAG connectivity by senorblanco@chromium.org · 12 years ago
- 5280548 Stop refcounting SkDeferredCanvas::NotificationClient by junov@chromium.org · 12 years ago
- d433c4e Cleaning up deprecated API in SkDeferredCanvas by junov@chromium.org · 12 years ago
- f9a9084 Decrease SkClipStack memory allocations & deallocations by robertphillips@google.com · 12 years ago
- 07ea2db Remove unnecessary GrContext flushes by bsalomon@google.com · 12 years ago
- 63ae1cf Make SkDeque::back faster & inline by robertphillips@google.com · 12 years ago
- 1b3ce47 Fix clear records in IODB by bsalomon@google.com · 12 years ago
- 01ec2eb Added Serialization of SkPath's bound by robertphillips@google.com · 12 years ago
- 3b3e895 remove EdgeType enum. Unimportant distinction, and removing speeds up quickReject by reed@google.com · 12 years ago
- c51db02 Fix a memory leak in SkBitmapHeap. by scroggo · 12 years ago
- 1d4edd3 Make all GrContext draws go through the draw buffer. by bsalomon@google.com · 12 years ago
- da17f75 add SK_ENABLE_CLIP_QUICKREJECT option (currently disabled) by reed@google.com · 12 years ago
- 460a23e Fix a parenthesis bug. by scroggo@google.com · 12 years ago
- b49d989 Remove SK_FONTHOST_WIN_DW define. by bungeman@google.com · 12 years ago
- bc4b66f we have no subclasses, so change protected to private. by reed@google.com · 12 years ago
- d57d71a Fix assertion in in order draw buffer by bsalomon@google.com · 12 years ago
- e8f0592 DirectWrite font host for skia. https://codereview.appspot.com/5417063/ by bungeman@google.com · 12 years ago
- 0557d9e add SkClipStack::clipEmpty() as an optimized way to say clipDevRect(empty, intersect) by reed@google.com · 12 years ago
- e7249bd Fix overrun in aa rect renderer by bsalomon@google.com · 12 years ago
- 0d94482 Fix uninitialized color filter data on GrPaint by bsalomon@google.com · 12 years ago
- 51ee8f1 Compilation fix for r5123 (disabling template inst count tracking) by robertphillips@google.com · 12 years ago
- a22e211 Extended Inst counting to find "unknown" leaked object (SkTMaskGamma) by robertphillips@google.com · 12 years ago
- 1f47f4f Replaced TextureCacheEntry with GrTexture* and a back pointer to GrResourceEntry (in GrTexture) by robertphillips@google.com · 12 years ago
- a8db8fe Fixing a deferred canvas optimization that purges pending draws when the canvas is cleared by junov@chromium.org · 12 years ago
- cb73b31 Added virtual destructor to SkColorSpaceLuminance by robertphillips@google.com · 12 years ago
- 5d8d186 Addressed Windows compiler complaints by robertphillips@google.com · 12 years ago
- 9a92714 Revert GrTextureStripAtlas change due to performance concerns. by rileya@google.com · 12 years ago
- 9766ecd Fix for GPU-less Linux build: move #include GrTextureStripAtlas into SK_SUPPORT_GPU ifdefs. Unreviewed. by rileya@google.com · 12 years ago
- 50b2bcf Made gradient effects use GrTextureStripAtlas. by rileya@google.com · 12 years ago
- d5d158b Ensure that Pipe does not crash when attempting to draw after endRecording. by scroggo@google.com · 12 years ago
- bda03db Fixing source files that do not have newlines at the end. by rmistry@google.com · 12 years ago
- c0f1dfb privatize SkScalerContext.h by reed@google.com · 12 years ago
- 664fab1 Move write buffer flags used by SkFlataData::Create into SkFlatController. by scroggo@google.com · 12 years ago
- a9d4e84 To allow forward declarations, move SkScalerContext::Rec to SkScalerContextRec by reed@google.com · 12 years ago
- fe8765c privatize SkDescriptor.h by reed@google.com · 12 years ago
- d9d2967 In SkGPipeCanvas, rename fSharedHeap to fBitmapHeap by scroggo@google.com · 12 years ago
- 7ca2443 Use SkBitmapHeap for shaders in SkGPipe. by scroggo@google.com · 12 years ago
- 3e26bd0 Check in r5063 again, along with fix for tests. by scroggo@google.com · 12 years ago
- 8afae61 Clean up most clang warnings outside animator/ by tomhudson@google.com · 12 years ago
- 9ed02b9 Augmenting SkDeferredCanvas notification interface to signal flushes and memory allocations by junov@chromium.org · 12 years ago
- e4ee35d add LF at the end, for clanginess by reed@google.com · 12 years ago
- 65a87cc Add inst counting to bench and count SkPaths by bsalomon@google.com · 12 years ago
- 24b4df9 delete empty file by mike@reedtribe.org · 12 years ago
- f61c746 Mac 10.6 build fix: got rid of now-unecessary GrTextureStripAtlas tex cache id component. Unreviewed. by rileya@google.com · 12 years ago
- 2e2aedc Added GrTextureStripAtlas object. by rileya@google.com · 12 years ago
- 1bd2d67 Correctly linearize Windows AA from ClearType. by bungeman@google.com · 12 years ago
- fdb9b21 Revert r5063 until unit tests can be fixed. by tomhudson@google.com · 12 years ago
- 3319f33 Move resize functionality out of createAndLockTexture and into createResizedTexture by robertphillips@google.com · 12 years ago
- 9c2ea84 Split cache-specific fields out of GrTextureDesc by robertphillips@google.com · 12 years ago
- 92967e9 Use the SkBitmapHeap to handle SkBitmaps in SkGPipe cross process. by scroggo@google.com · 12 years ago
- b8bf9ce (Attempt to) fix Android build from r5056, thanks to suggestion by senorblanco@. by tomhudson@google.com · 12 years ago
- 3f11353 Fix Windows build from r5056. by tomhudson@google.com · 12 years ago
- 0324570 Fix GPU-less build from r5056. by bsalomon@google.com · 12 years ago
- 82aa748 Add a zoom filter to Skia. This will be used on ChromeOS to implement the screen magnifier. by bsalomon@google.com · 12 years ago
- 3ada0ef arm: dynamic NEON support for SkBitmapProcState functions. by digit@google.com · 12 years ago
- 56d5bfa privatize SkBuffer.h by mike@reedtribe.org · 12 years ago
- 65be881 privatize SkRefDict.h by mike@reedtribe.org · 12 years ago
- d02d4ff privatize SkGlyph.h by mike@reedtribe.org · 12 years ago
- 2bc1689 privatize SkPtrRecorder.h by mike@reedtribe.org · 12 years ago
- 227b516 refactor some subclasses in SkFlattenable.h into SkPtrRecorder.h, in preparation for by mike@reedtribe.org · 12 years ago
- 43523f8 privatize SkDeviceProfile.h by mike@reedtribe.org · 12 years ago
- 0e330ae revert arith change, until I can rebaseline all the images (and check chrome) by mike@reedtribe.org · 12 years ago
- d51ea26 use premul macro to pack components by mike@reedtribe.org · 12 years ago
- ed02c4d Fix handling of infinite bounds during "fast transforms". by tomhudson@google.com · 12 years ago
- aaa3aec privatize SkBlitter.h by reed@google.com · 12 years ago
- 3ec3ac5 remove unused local var (warning fix) by reed@google.com · 12 years ago
- cabe48a privatize SkScan.h by reed@google.com · 12 years ago
- 6db9375 use SkRegion instead of SkScan/SkBlitter, as we want to privatize the latter by reed@google.com · 12 years ago
- 73e7102 Added method of getting top genID from SkClipStack by robertphillips@google.com · 12 years ago
- d74e710 remove SkShape (unused) Review URL: https://codereview.appspot.com/6461069 by reed@google.com · 12 years ago
- 5091b70 Added resource domain to GrTextureDesc by robertphillips@google.com · 12 years ago
- e012e0a privatize SkEdgeClipper.h by mike@reedtribe.org · 12 years ago
- 22f8400 privatization of SkPerspIter.h remove obsolete SkRelay.h by mike@reedtribe.org · 12 years ago
- efb65de privatization -- moving headers out of include into src by mike@reedtribe.org · 12 years ago
- a8dd1ce arm: dynamic NEON support for SkBlitRow_opts_arm.cpp by digit@google.com · 12 years ago
- 10dccde Make SkGPipe use SkBitmapHeap. by scroggo@google.com · 12 years ago
- 1aad28a GrCacheID.h must reside in include\gpu due to inclusion by GrTexture.h by robertphillips@google.com · 12 years ago
- 46a8600 Refactored cacheID in preparation for clip mask caching changes by robertphillips@google.com · 12 years ago
- 586b6a5 move SkSqrt32 back into SkMath.h -- was referenced in SkEmbossMask.cpp by reed@google.com · 12 years ago
- 686c04c #include "SkMathPriv.h" by reed@google.com · 12 years ago
- 66e5160 Privatize SkAutoKern.h by reed@google.com · 12 years ago
- 4b163ed Privatization: by reed@google.com · 12 years ago
- 21830d9 Refactor Bitmap Storage for SkPicture using SkPipe's design. by djsollen@google.com · 12 years ago
- a1bf0ff by bsalomon@google.com · 12 years ago
- 2972bb5 Adding storage of SkPath::fIsOval by robertphillips@google.com · 12 years ago
- 88e2914 Moving DeferredDevice and DeferredGPipeController classes out of the deferred canvas API header by junov@chromium.org · 12 years ago
- 2788987 must include SkPath.h after restructure by reed@google.com · 12 years ago
- 9ddef9b include SkFlatteningBuffer.h after restructure by reed@google.com · 12 years ago
- b964061 Fix for r4978 unit test failure. TBR by Brian by robertphillips@google.com · 12 years ago
- 0c43266 need to explicitly include SkPath.h after refactoring by reed@google.com · 12 years ago
- c73dd5c Update SkFlattenable buffers to be more modular. by djsollen@google.com · 12 years ago
- 7b4531f change SkTextToPathIter to allow continuation even when there is no path for by reed@google.com · 12 years ago
- 46f9350 Added SkClipStack portion of new clip mask caching system by robertphillips@google.com · 12 years ago
- e691376 move SkTextToPathIter into private header by reed@google.com · 12 years ago
- 9060c9b Style correction: sprinkling "this->" in SkDeferredCanvas.cpp by junov@chromium.org · 12 years ago
- 3de7acc Removing the SkPicture backend from SkDeferredCanvas code by junov@chromium.org · 12 years ago
- 2e14ba8 Adding API to SkGPipe and SkDeferredCanvas for controlling memory usage externally by junov@chromium.org · 12 years ago