C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}
[platform/upstream/libSkiaSharp.git] / src / core / SkDraw.cpp
2015-03-26 mtkleinC++11 override should now be supported by all of {bots...
2015-03-16 bungemanAdd __STDC_LIMIT_MACROS to SkDraw.cpp.
2015-03-16 bungemanTest for glyphs which straddle the edge of device space.
2015-03-13 reedsome utils for rect and matrix
2015-03-11 bungemanGlyph positions maintain 32 bit integer part.
2015-02-25 herbBUG=skia:
2015-02-24 scroggoRevert of Make fID and MixedID calculations private...
2015-02-24 herbBUG=skia:
2015-02-17 reeduse common impl for drawTextOnPath
2015-02-12 reedoptional res-scale parameter to getFillPath
2015-01-22 egdanielRemove the need for asCoeff in SkXfermode.
2015-01-15 fmalitaUse device-space stroke width for SkDraw::drawRect...
2015-01-09 mtkleinFix up all the easy virtual ... SK_OVERRIDE cases.
2015-01-07 mtkleinRemove macros that make it look like it's a good idea...
2014-12-15 reedpass dst-rect through from drawBitmapRect for better...
2014-11-24 mtkleinAdd Sk prefix to CreateBitmapShader.
2014-11-19 reedadd roundOut that returns its result
2014-11-13 bungemanRemove SK_IGNORE_SUBPIXEL_AXIS_ALIGN_FIX.
2014-11-04 robertphillipsCrop the fast path dashed lines to the cull rect
2014-11-04 reedremove dead SK_DISABLE_DASHING_OPTIMIZATION flag
2014-10-24 jvanverthSet temporary paths volatile so we don't cache them.
2014-09-29 fmalitaRevert of Revert of Fix SkTextBlob offset semantics...
2014-09-29 robertphillipsRevert of Fix SkTextBlob offset semantics. (patchset...
2014-09-26 Florin MalitaFix SkTextBlob offset semantics.
2014-09-17 reedhide deviceproperties, prepare the way for surfaceprops
2014-09-09 georgeOutset the stroke width when computing the bounds for...
2014-09-05 bsalomon"NULL !=" = NULL
2014-08-21 reedSimplify flattening to just write enough to call the...
2014-08-06 krajcevskiAllow custom blitters to be passed to SkDraw::drawPath
2014-06-13 kkinnunenExtract "text align proc" functions as reusable classes
2014-06-03 reedremove SkBounder -- unused and unloved
2014-05-30 commit-bot@chromiu... Revert "Revert of setConfig -> setInfo (https://coderev...
2014-05-30 commit-bot@chromiu... Fix the rendering error of SkDraw::drawVertices in...
2014-05-23 commit-bot@chromiu... fix stroking large drawPosText
2014-05-06 commit-bot@chromiu... add local-matrix to shader::context
2014-05-05 commit-bot@chromiu... fix TriColorShader to respect the paint's alpha
2014-05-05 commit-bot@chromiu... Remove SkShader virtual method validContext
2014-05-04 commit-bot@chromiu... Revert of fix the error that path is inversed for strok...
2014-05-04 commit-bot@chromiu... fix the error that path is inversed for stroke and...
2014-05-01 commit-bot@chromiu... create struct to hold all the params passed around...
2014-04-28 commit-bot@chromiu... Move SkShader::fLocalMatrix into SkShader constructor.
2014-04-23 commit-bot@chromiu... Revert of Revert of Extract most of the mutable state...
2014-04-23 commit-bot@chromiu... Revert of Extract most of the mutable state of SkShader...
2014-04-23 commit-bot@chromiu... Extract most of the mutable state of SkShader into...
2014-04-17 commit-bot@chromiu... Revert of Extract most of the mutable state of SkShader...
2014-04-16 commit-bot@chromiu... Extract most of the mutable state of SkShader into...
2014-04-11 commit-bot@chromiu... Revert of Revert of Rename kPMColor_SkColorType to...
2014-04-11 commit-bot@chromiu... Revert of Rename kPMColor_SkColorType to kN32_SkColorTy...
2014-04-10 commit-bot@chromiu... Revert of Revert of Rename kPMColor_SkColorType to...
2014-04-10 commit-bot@chromiu... Revert of Rename kPMColor_SkColorType to kN32_SkColorTy...
2014-04-09 commit-bot@chromiu... Rename kPMColor_SkColorType to kN32_SkColorType.
2014-03-18 commit-bot@chromiu... Remove SkCanvas matrix ops return value.
2014-03-13 commit-bot@chromiu... Allow toString capability to be toggled independent...
2014-03-07 commit-bot@chromiu... Add a class to allocate small objects w/o extra calls...
2014-02-20 reed@google.comuse colortype instead of config
2014-01-30 commit-bot@chromiu... Refactor read and write buffers.
2014-01-24 commit-bot@chromiu... fix (some) 64bit warnings -- size_t -> int
2014-01-06 mike@reedtribe.orgSK_SUPPORTED_DEPRECATED_FIXEDROUND around deprecated...
2013-12-30 reed@google.comfix drawVertices when we have both colors and textures
2013-12-19 commit-bot@chromiu... Move distance field font code into GrDistanceFieldTextC...
2013-12-17 reed@google.comdeprecate SkScalarRound (and its ilk), use SkScalarRoun...
2013-12-13 bungeman@google.comUse SkScalar when aligning glyphs in user space.
2013-11-22 commit-bot@chromiu... Apply hairline optimization only if the path renderer...
2013-11-21 commit-bot@chromiu... Minor fixes for distance field fonts:
2013-11-18 commit-bot@chromiu... Guard against most unintentionally ephemeral SkAutoFoo...
2013-11-13 reed@google.comdrawPosTextOnPath is now deprecated, removing all overr...
2013-11-12 skia.committer@gma... Sanitizing source files in Housekeeper-Nightly
2013-11-11 jvanverth@google.comHook in rough distance field support for fonts
2013-11-08 scroggo@google.comAdd ability to ninepatch blurred rounded rectangle
2013-11-08 bsalomon@google.comRevert "Do not apply hairline optimization for paths...
2013-11-08 commit-bot@chromiu... Do not apply hairline optimization for paths if nv_path...
2013-11-07 reed@google.comRevert "Revert "speed up A8 by creating a new entry...
2013-11-04 reed@google.comRevert "speed up A8 by creating a new entry-point in...
2013-11-04 reed@google.comspeed up A8 by creating a new entry-point in SkDraw...
2013-10-31 reed@google.comRevert "Revert "add SK_ATTR_DEPRECATED -- will need...
2013-10-31 reed@google.comRevert "add SK_ATTR_DEPRECATED -- will need to disable...
2013-10-31 reed@google.comadd SK_ATTR_DEPRECATED -- will need to disable for...
2013-08-29 skia.committer@gma... Sanitizing source files in Housekeeper-Nightly
2013-08-28 reed@google.comfix state machine so we know simple only loops once...
2013-08-27 rmistry@google.comRevert of r10943.
2013-08-27 reed@google.comadd SkDeviceLooper to handle larger-than-fixedpoint
2013-07-23 reed@google.comremove dead defines from SkUserConfig.h
2013-06-26 reed@google.comRevert "avoid AntiFrameRect when strokeSize is too...
2013-06-25 reed@google.comavoid AntiFrameRect when strokeSize is too small. Worka...
2013-06-21 reed@google.comremove dst/rendertarget support for kARGB_4444_Config
2013-06-05 reed@google.comcall through to the device from SkDraw
2013-06-05 skia.committer@gma... Sanitizing source files in Housekeeper-Nightly
2013-06-04 reed@google.comadd size limit for using glyphcache. above that, draw...
2013-05-02 reed@google.comDetect color masks, and divert to draw-sprite instead...
2013-03-29 reed@google.comuse SkTCast
2013-02-25 scroggo@google.comFix a bunch of warnings, mainly around rowBytes.
2013-02-25 bungeman@google.comAlways round text position correctly.
2013-02-22 reed@google.comremove obsolete build flags:
2013-02-05 djsollen@google.comFix unbalanced Shader set/endContext calls in drawVertices
2013-01-30 reed@google.comclone of https://codereview.appspot.com/7208043/
2013-01-26 skia.committer@gma... Sanitizing source files in Skia_Periodic_House_Keeping
2013-01-25 skia.committer@gma... Sanitizing source files in Skia_Periodic_House_Keeping
2013-01-24 reed@google.comadd optional cull-rect to patheffects, so they can...
2013-01-22 bungeman@google.comFix Android only code in SkDraw for 7317.
2013-01-22 bungeman@google.comExpose geometry and gamma on device.
next