- 45f746f restore bitmap.erase() support for 4444 : trivial, and BitmapCopyTest relied on it by reed@google.com · 11 years ago
- ea33808 remove dead AutoValidator by reed@google.com · 11 years ago
- 6ba4572 remove dst/rendertarget support for kARGB_4444_Config by reed@google.com · 11 years ago
- da2b21f add rect-output parameter to isRect, allowing us to return the correct bounds even if a rectagular path has a trailing moveTo by reed@google.com · 11 years ago
- a5809a3 SkPath::rewind needs to have same reset as SkPath::reset. by bungeman@google.com · 11 years ago
- 4d494f0 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
- 6757a3c combine glyph and image bulk alloc, and adjust initial alloc size, to reduce total waste from 50% to 30% by reed@google.com · 11 years ago
- d88a3d8 Add SkString::appendU32() and SkString::appendU64() as needed to re-land r9682 by epoger@google.com · 11 years ago
- ae72f47 remove unused line of code (from xcode's analysis) by reed@google.com · 11 years ago
- 8e990eb Update SkBitmap::validate to respect Android flag. by scroggo@google.com · 11 years ago
- 61c49f3 Improve the performance of SkConvertConfig8888Pixels using Array lookup by commit-bot@chromium.org · 11 years ago
- 7fb04bc oops, fix missing change in 9532, setting hashbits to 8 by reed@google.com · 11 years ago
- 01efe13 remove leftover printf by reed@google.com · 11 years ago
- 7de1e3f test thick stroking of conics by reed@google.com · 11 years ago
- b8b619a use 8 bits for fontcache hash by reed@google.com · 11 years ago
- 6fbe54c Compact the clipstack for kReplace_Op'd geometry by commit-bot@chromium.org · 11 years ago
- 792bbd1 add drawImage to lua by mike@reedtribe.org · 11 years ago
- 4e05fd2 add conic support to hairlines by reed@google.com · 11 years ago
- 5a64902 call through to the device from SkDraw by reed@google.com · 11 years ago
- 4fa748d Fix issues related to resolving fonts based on name. by djsollen@google.com · 11 years ago
- 8f6ef40 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
- 8cb1088 change impl to explicitly store length as u32, rather than size_t, so we keep a packed struct on 64bit machines by reed@google.com · 11 years ago
- ed43dff add size limit for using glyphcache. above that, draw using paths by reed@google.com · 11 years ago
- 11c9a55 Add SkData::NewFromFD. by bungeman@google.com · 11 years ago
- 135ece1 Added comment to SkDrawLooper fix by robertphillips@google.com · 11 years ago
- 2dd76d7 Hamfisted fix to drawLooper w/ 0 stages bug by robertphillips@google.com · 11 years ago
- 26da7f0 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
- 86fc266 Implement SkXfermode image filter. This required changing the signature of SkXfermode::asNewEffectOrCoeffs(), to add an optional background texture. by senorblanco@chromium.org · 11 years ago
- 277c3f8 bump picture version since SkPath has changed (conics) by reed@google.com · 11 years ago
- 2d76d93 Read and write pixel offset when serializing bitmaps. by scroggo@google.com · 11 years ago
- 1922c2e specialize bicubic filtering for scale-only by humper@google.com · 11 years ago
- fa2f2a4 Revert "add asserts to point<-->verb helpers" by reed@google.com · 11 years ago
- 7950a9e add asserts to point<-->verb helpers by reed@google.com · 11 years ago
- a5d3e77 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
- ed8d6bb Moving updateClipConservativelyUsingBounds into SkCanvas by junov@chromium.org · 11 years ago
- b74706f use integer math instead of float per-pixel. about a 2x speedup. not tested well, so this is just experimental. by reed@google.com · 11 years ago
- 6cab1a4 Change SkStream. https://codereview.chromium.org/15298009/ by bungeman@google.com · 11 years ago
- 0a4805e First pass at Comment API by robertphillips@google.com · 11 years ago
- 40078cb Android specific changes that are upstreamed from the android framework. by djsollen@google.com · 11 years ago
- 24287c1 Revert "Patch to prevent chromium breakage until the DEPS." by scroggo@google.com · 11 years ago
- 6840076 Remove SkImageFilter::getInputResult(), since its return value is not by senorblanco@chromium.org · 11 years ago
- 8b79028 Move SkDrawLooper implementation to its own file. by commit-bot@chromium.org · 11 years ago
- 3e2345a Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
- 932105a don't reference missing header by reed@google.com · 11 years ago
- 4c69a06 clone of https://codereview.chromium.org/15316014/ with teaks by reed@google.com · 11 years ago
- 03ca64b don't overclamp cubics (see skbug.com/1316) by reed@google.com · 11 years ago
- 1202c2a Add printing of SkColorFilter-derived classes to debugger by robertphillips@google.com · 11 years ago
- 6d9c92b Remove offsetcanvas from debugger by robertphillips@google.com · 11 years ago
- f0656c1 Reverting r9245 due to Chrome breakage by robertphillips@google.com · 11 years ago
- be1d02e Remove SkImageFilter::getInputResult(), since its return value is not by senorblanco@chromium.org · 11 years ago
- edef4aa Patch to prevent chromium breakage until the DEPS. by scroggo@google.com · 11 years ago
- 61d6c9e Add prototype for warning. by scroggo@google.com · 11 years ago
- 1b1bcc3 New API for encoding bitmaps during serialization. by scroggo@google.com · 11 years ago
- 7768751 Add buffer helper to read directly into SkString to avoid extra copying by djsollen@google.com · 11 years ago
- 74babdf add SkDrawPictureCallback optional parameter to drawPicture(), which can abort the picture drawing. by reed@google.com · 11 years ago
- 20f7f17 One SkTSearch to rule them all. Allow key to be of different type than the array. by bsalomon@google.com · 11 years ago
- 83d1a68 Add special handling of rectori case for gpu by robertphillips@google.com · 11 years ago
- 719a373 Band-aid for subsetted bitmaps in SKPs. by scroggo@google.com · 11 years ago
- 9401dee Make the use of fallback fonts in Android a runtime decision. by djsollen@google.com · 11 years ago
- 8686be2 Remove 16bit asserts and casts of string length. by bsalomon@google.com · 11 years ago
- c7a20e4 API modifications needed to upstream Android font changes. by commit-bot@chromium.org · 11 years ago
- 9e9dfa3 Fix memory leak in SkTypeface.cpp by robertphillips@google.com · 11 years ago
- 0ce0df7 Remove duplicated code in SkPictureRecord::drawRRect by junov@chromium.org · 11 years ago
- e55491d Reverting 9083 & 9084 due to Android failures by robertphillips@google.com · 11 years ago
- 3a886cc fix warning/error of uninitialized len by reed@google.com · 11 years ago
- 1445170 API modifications needed to upstream Android font changes. by commit-bot@chromium.org · 11 years ago
- 614f9e3 Fix some warnings in SkPath. by scroggo@google.com · 11 years ago
- 8d47ddc Make GrGLShaderBuilder check whether GrEffect advertised that it would require the dst color or fragment position by commit-bot@chromium.org · 11 years ago
- be21431 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
- 3eff359 need to clamp all of the cubic points after a chop, in case our finite precision by reed@google.com · 11 years ago
- d575eed Fix behavior of SkPicture::kUsePathBoundsForClip_RecordingFlag to handle inverse fills and all clip ops correctly. by junov@chromium.org · 11 years ago
- 8b7463d remove dead code (SkBitmapSampler) by reed@google.com · 11 years ago
- 0a01f5a we only need one fontmetrics, since the paint (and fontcache) now know explicitly by reed@google.com · 11 years ago
- 2b34fe0 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
- 6862cba share derivative code with extrema logic, remove some dead code. by mike@reedtribe.org · 11 years ago
- 1040b47 fix impl for conic derivative (tangent) by mike@reedtribe.org · 11 years ago
- 24bd210 add (untested) tangent calc for conics by reed@google.com · 11 years ago
- 96fd344 path ops -- make combined clips soft if one is soft by caryclark@google.com · 11 years ago
- 2983ddd Revert "Allow supporting 1 older PICTURE_VERSION." by scroggo@google.com · 11 years ago
- 279627e reverting 9031 by junov@chromium.org · 11 years ago
- 0962ae1 Fix SkPicture path bound optimization to handle inverse filled paths. by junov@chromium.org · 11 years ago
- 5a5fe58 change setLength and Normalize to handle when mag2 overflows a float, but the by reed@google.com · 12 years ago
- 2fd42c4 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 12 years ago
- 5bdfb33 Detect color masks, and divert to draw-sprite instead of maskblitters. by reed@google.com · 12 years ago
- 0cb7df9 Allow supporting 1 older PICTURE_VERSION. by scroggo@google.com · 12 years ago
- 74b7ffd Fixes for piping bitmaps with encoded data. by scroggo@google.com · 12 years ago
- af5c506 add routines to compute error between conic and quad by mike@reedtribe.org · 12 years ago
- a0d9138 Stop using mix() to implement hard-light in shader. by commit-bot@chromium.org · 12 years ago
- c718b35 Remove inout params from saturation helper func in XferEffect. by commit-bot@chromium.org · 12 years ago
- dd72fde Remove redundant setting of alpha in hard-light GPU shader. by commit-bot@chromium.org · 12 years ago
- 48115de Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- 97514f2 add computation for error in conic-as-quad by mike@reedtribe.org · 12 years ago
- 214c870 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- b16e247 add comment for computing max-diff between conic and its bounding quad by reed@google.com · 12 years ago
- 2cf444f Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- 28552e1 rename SkRationalQuad to SkConic by mike@reedtribe.org · 12 years ago
- 49ce11b Use SkError for a bitmap that could not be decoded. by scroggo@google.com · 12 years ago
- bb6b5ba Temporarily disable HardLight effect in unit tests. by jvanverth@google.com · 12 years ago
- 3c0ecc5 Work around overzealous assertion in SkMaskFilter. by tomhudson@google.com · 12 years ago
- f2bfd54 Add GPU support for roundrects by commit-bot@chromium.org · 12 years ago