aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2013-10-31Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it t...reed@google.com
2013-10-31add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers ...reed@google.com
2013-10-31Sanitizing source files in Housekeeper-Nightlyskia.committer@gmail.com
2013-10-30Revert r1784: SK_API on a non-concrete template is strange.bungeman@google.com
2013-10-30[PDF] Improve complex xfer mode support.vandebo@chromium.org
2013-10-30Use SkPathRef gen id for SkPath::getGenerationIDcommit-bot@chromium.org
2013-10-30remove contains(x,y) for rects and rrects ... not well defined, and unusedreed@google.com
2013-10-30Allow specifying the max texture count on the botsrobertphillips@google.com
2013-10-30prototype for kerning apireed@google.com
2013-10-30Sanitizing source files in Housekeeper-Nightlyskia.committer@gmail.com
2013-10-29Reverting r12010 (Use SkPathRef gen id for SkPath::getGenerationID https://co...robertphillips@google.com
2013-10-29Use SkPathRef gen id for SkPath::getGenerationIDcommit-bot@chromium.org
2013-10-29All SkAnnotations are no-draw. Propose we fold that through.commit-bot@chromium.org
2013-10-29Don't reuse scratch textures patchrobertphillips@google.com
2013-10-28Enabling validation code in serialization and adding serialization to fuzzercommit-bot@chromium.org
2013-10-28Fix for issue 1728: raster vs. gpu text draws with the wrong colorcommit-bot@chromium.org
2013-10-28Reverting r11968 (Enabling validation code in serialization and adding serial...robertphillips@google.com
2013-10-25Enabling validation code in serialization and adding serialization to fuzzercommit-bot@chromium.org
2013-10-25Allow users to build on top of, instead of beneath, SkRefCnt.bungeman@google.com
2013-10-25Compute clipped src rect once in tiled bitmap drawscommit-bot@chromium.org
2013-10-24Fix non-bmp in generateCharToGlyph on Mac.bungeman@google.com
2013-10-24Implement charToGlyph on remaining ports.bungeman@google.com
2013-10-24Tile large bitmaps that are clipped.bsalomon@google.com
2013-10-24We want to give SkPixelRef a way to signal over to GrResourceCache that it's ...commit-bot@chromium.org
2013-10-24Minor changesrobertphillips@google.com
2013-10-24Expose SkPicture::willPlayBackBitmaps()tomhudson@google.com
2013-10-24Apply matrix early in draw bitmapcommit-bot@chromium.org
2013-10-23Revert "Apply matrix early in draw bitmap"scroggo@google.com
2013-10-23Apply matrix early in draw bitmapcommit-bot@chromium.org
2013-10-23Split up SkXfermode::asNewEffectOrCoeff() into asNewEffect(), asCoeff().senorblanco@chromium.org
2013-10-23Initial error handling codecommit-bot@chromium.org
2013-10-23SK_ONCE for SkData and SkPathRefcommit-bot@chromium.org
2013-10-23Remove GrContext from SkXfermode::[Aa]sNewEffectOrCoeff() and all subclasses,senorblanco@chromium.org
2013-10-23Implement SkColorFilter as a GrGLEffectcommit-bot@chromium.org
2013-10-22Revert "If the path is a rect, call drawRect to raster the geometry in SkCanv...bsalomon@google.com
2013-10-22If the path is a rect, call drawRect to raster the geometry in SkCanvas::draw...bsalomon@google.com
2013-10-21Revert r11880 (Apply matrix early in draw bitmap - https://codereview.chromiu...robertphillips@google.com
2013-10-21Add DPI stettings to SkDocument::CreatePDF(). Tests will be added in a future...commit-bot@chromium.org
2013-10-21Apply matrix early in draw bitmapcommit-bot@chromium.org
2013-10-21store SkAlphaType inside SkBitmap, on road to support unpremulreed@google.com
2013-10-21Reverting revert of r11862 (Constify SkFlattenable::getFactory()) or revertin...robertphillips@google.com
2013-10-20Reverted due to Chromium compilation failures. Please see:robertphillips@google.com
2013-10-18Implement crop rect support for SkMatrixConvolutionImageFilter.senorblanco@chromium.org
2013-10-18Constify SkFlattenable::getFactory().commit-bot@chromium.org
2013-10-18SkThreadPool: allow for Runnables that add other Runnables to the pool.commit-bot@chromium.org
2013-10-17Make SkImageFilter::asNewEffect() (and all derived-class overrides) protected.senorblanco@chromium.org
2013-10-17Revert r11842 (call drawRect to try GrAARectRenderer if the path is a rect - ...robertphillips@google.com
2013-10-17If the path is a rect, call drawRect to raster the geometry in SkCanvas::draw...commit-bot@chromium.org
2013-10-16Split out GrBitmapTextContext from GrTextContext.jvanverth@google.com
2013-10-16Make CropRect immutable after construction.senorblanco@chromium.org