aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/utils
Commit message (Expand)AuthorAge
...
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2014-02-25
* Add some SkPath lua functionsGravatar commit-bot@chromium.org2014-02-24
* Add getClipStack method to lua SkCanvasGravatar commit-bot@chromium.org2014-02-24
* Add DRRect to debuggerGravatar commit-bot@chromium.org2014-02-24
* add new copyTo version to SkBitmap, which takes SkColorTypeGravatar commit-bot@chromium.org2014-02-23
* override new virtual onDrawDRRect in util canvas subclassesGravatar commit-bot@chromium.org2014-02-21
* use colortype instead of configGravatar reed@google.com2014-02-20
* Factory methods for heap-allocated SkPathEffect and SkXfermode objects.Gravatar commit-bot@chromium.org2014-02-20
* use SkColorType instead of SkBitmap::Config in views/effectsGravatar commit-bot@chromium.org2014-02-16
* Store SkRRects in SkClipStackGravatar commit-bot@chromium.org2014-02-16
* Change device factories to take SkImageInfo instead of SkBitmap::ConfigGravatar commit-bot@chromium.org2014-02-16
* Revert "Revert of have DeferredDevice inherit from SkBaseDevice (https://code...Gravatar reed@google.com2014-02-14
* Revert of have DeferredDevice inherit from SkBaseDevice (https://codereview.c...Gravatar commit-bot@chromium.org2014-02-14
* have DeferredDevice inherit from SkBaseDeviceGravatar reed@google.com2014-02-14
* Allow buffered stream to work with an offset.Gravatar commit-bot@chromium.org2014-02-10
* Make SkImageFilter methods const.Gravatar commit-bot@chromium.org2014-02-05
* remove SkCanvas::createCompatibleDevice, and add SkCanvas::newSurfaceGravatar reed@google.com2014-02-05
* remove (unused by chrome) SkDeferredCanvas(device) factory signatureGravatar reed@google.com2014-02-04
* rename tracing parameter to be more consistent with other methodsGravatar commit-bot@chromium.org2014-02-03
* don't initialize the default Skia tracer if one has already been providedGravatar commit-bot@chromium.org2014-02-03
* clean up a couple of parameters in the tracing interfaceGravatar commit-bot@chromium.org2014-02-03
* add SkCanvas constructor that explicitly creates no_config with dimensionsGravatar commit-bot@chromium.org2014-01-31
* fix leaks in SkConfGravatar commit-bot@chromium.org2014-01-31
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2014-01-31
* initial import of Chrome's trace_event into skia frameworkGravatar commit-bot@chromium.org2014-01-31
* Port SkBase64 test to our test driver.Gravatar tfarina@chromium.org2014-01-30
* Refactor read and write buffers.Gravatar commit-bot@chromium.org2014-01-30
* fix more 64bit warningsGravatar reed@google.com2014-01-27
* add installPixelsGravatar reed@google.com2014-01-24
* Revert of Use SkMScalar as intermediates in SkMatrix44::setConcat. (https://c...Gravatar commit-bot@chromium.org2014-01-24
* Use SkMScalar as intermediates in SkMatrix44::setConcat.Gravatar commit-bot@chromium.org2014-01-24
* remove SkScalarMul macroGravatar mike@reedtribe.org2014-01-23
* Convert SkWriter32 to use an SkTDArray for its internal storage.Gravatar commit-bot@chromium.org2014-01-14
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2014-01-14
* remove remaining references to Sk64 (obsolete)Gravatar reed@google.com2014-01-13
* Yet another patch for r13038Gravatar robertphillips@google.com2014-01-13
* Pull in Chromium's version of GatherPixelRefsGravatar robertphillips@google.com2014-01-13
* If poppler is disable and native pdf is enabled, we still need SkPDFRasterize...Gravatar commit-bot@chromium.org2014-01-10
* Reduce verbosity of SkGraphics::Init in default case.Gravatar halcanary@google.com2014-01-10
* Expand GatherPixelRefs unit testGravatar robertphillips@google.com2014-01-09
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2014-01-08
* NoSaveLayerCanvas now its own fileGravatar robertphillips@google.com2014-01-07
* remove unused SkFixed and SkFract functionsGravatar reed@google.com2013-12-19
* Add cast to fix Win* compile complaint/failureGravatar commit-bot@chromium.org2013-12-19
* Add cast to fix Win* compile complaint/failureGravatar robertphillips@google.com2013-12-18
* Expose more SkPaint fields in Lua API.Gravatar commit-bot@chromium.org2013-12-18
* replace SkScalarMulRound(a,b) with SkScalarRountToInt(a*b)Gravatar reed@google.com2013-12-18
* deprecate SkScalarRound (and its ilk), use SkScalarRound[ToInt,ToScalar]. #de...Gravatar reed@google.com2013-12-17
* remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floatsGravatar reed@google.com2013-12-17
* Prevent crash in Lua bindings.Gravatar commit-bot@chromium.org2013-12-17