- c968315 add FilterLevel API to SkPaint, replacing various Flag bits by reed@google.com · 12 years ago
- f7d01ce Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 12 years ago
- a524d5e Avoid lineTo() duplication in SkPath::dump(). by commit-bot@chromium.org · 12 years ago
- 5dd567c Add getRectCount to SkRegtion by commit-bot@chromium.org · 12 years ago
- 883fe7f Move implementation of SkFilterShader into its source file. by tfarina@chromium.org · 12 years ago
- 7bdd614 Implement onCountGlyphs and onGetUPEM on Windows. by bungeman@google.com · 12 years ago
- c2050e3 ARM Skia NEON patches - 01 - Simple fixes by commit-bot@chromium.org · 12 years ago
- 5dc14c1 ARM Skia NEON patches - 08 - Cleaning / possible fix by commit-bot@chromium.org · 12 years ago
- 12e0cda ARM Skia NEON patches - 03 - Duplicate code removal by commit-bot@chromium.org · 12 years ago
- e38e53b ARM Skia NEON patches - 07 - Equation simplification by commit-bot@chromium.org · 12 years ago
- 9c96d4b fix trivial matrix computation by humper@google.com · 12 years ago
- 42dacab Make GrPaint have a variable sized array of color and coverage stages rather than a fixed size. by commit-bot@chromium.org · 12 years ago
- d647426 Reverted 10056-10059 by robertphillips@google.com · 12 years ago
- fa1bd5f Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 12 years ago
- d64d8a9 Working plumb of image scaling: by humper@google.com · 12 years ago
- 5383a75 Add implicit hairline conic rendering to GPU by egdaniel@google.com · 12 years ago
- ef284a8 The two leaks are: by commit-bot@chromium.org · 12 years ago
- 40ea172 Initialize the matrix used when recursing from a GPU image filter -> raster image filter. by senorblanco@chromium.org · 12 years ago
- de2e4e8 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 12 years ago
- a8fc268 fix 64 bit warnings by humper@google.com · 12 years ago
- 5857e03 remove unused variables by humper@google.com · 12 years ago
- 87fbf4f fix bug with awesome filtered images sometimes being slightly offset. by humper@google.com · 12 years ago
- 7b32070 Implement offset for GPU filter path. Although we can't yet use this in Blink for FEOffset, due to SVG semantics, we can use it to support crop rect (upcoming patch). by commit-bot@chromium.org · 12 years ago
- b446fc7 Remove SkRasterClip::setPath(const SkPath&, const SkRasterClip&, bool). by commit-bot@chromium.org · 12 years ago
- e81d1bc don't leak the bitmap filter by commit-bot@chromium.org · 12 years ago
- 262ff95 restore hash size to 8 bits, following windows fix in 3591f7a4a56153349240dfc542cc61a11fab2487 by reed@google.com · 12 years ago
- 84e22d8 allow createScalerContext to return null, and then have the GDI backend trigger that if we fail to create the necessary GDI resources by reed@google.com · 12 years ago
- 9e1ec1a Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 12 years ago
- ead3b83 Fix Win7 compiler errors/warnings for r9945 by robertphillips@google.com · 12 years ago
- b088947 New bitmap filter checkin; this time with less build breakage by humper@google.com · 12 years ago
- 1a8940e Revert "More general image filter interface; tested implementation of standalone" by humper@google.com · 12 years ago
- 25fc6b9 More general image filter interface; tested implementation of standalone by humper@google.com · 12 years ago
- 4b60dbe move failable work outside of constructors for SkGlyphCache and SkScalerContextGDI. If we fail, try to purge everything and try again, in case the failure was from memory/os-resource exhaustion (e.g. out of HDC handles in windows) by reed@google.com · 12 years ago
- e1b75b4 GM (and fix) for drawArc capping issue by robertphillips@google.com · 12 years ago
- c6e5fcb Debugging statements to investigate a bug. by scroggo@google.com · 12 years ago
- 056dab3 Revert "Temporary change to keep chrome happy." by scroggo@google.com · 12 years ago
- 1842adf Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 12 years ago
- 0b82852 GPU-less build fix for r9888 by robertphillips@google.com · 12 years ago
- 4914931 Add canFilterMaskGPU & filterMaskGPU to SkMaskFilter by robertphillips@google.com · 12 years ago
- 6c035f6 Build fix for [-Werror=maybe-uninitialized]. by commit-bot@chromium.org · 12 years ago
- 2c82ed3 Revert of r9581 (oops, fix missing change in 9532, setting hashbits to 8) due to Chromium assert failure (https://code.google.com/p/chromium/issues/detail?id=256476) by robertphillips@google.com · 12 years ago
- bcb42ae add charsToGlyphs to SkTypeface by reed@google.com · 12 years ago
- a6ff36b Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 12 years ago
- 0e0180a Temporary change to keep chrome happy. by scroggo@google.com · 12 years ago
- f1754ec Replace SkPicture(SkStream) constructors with a factory. by scroggo@google.com · 12 years ago
- 92833f9 use width() instead of fWidth to get int value by reed@google.com · 12 years ago
- 60d3235 add bitmap::eraseArea by reed@google.com · 12 years ago
- f48e475 Remove SK_DEBUG_PATH_REF by commit-bot@chromium.org · 12 years ago
- b8d00db Change undefined SkGpuRenderTarget and SkGpuTexture forward declares to GrRenderTarget and GrTexture. by commit-bot@chromium.org · 12 years ago
- dd68f45 Fix PathRefDebugRef (SK_DEBUG_PATH_REF) case for SkPath copy constructor. by bungeman@google.com · 12 years ago
- afe397b fix build break, remove "RLE" from gConfigNames too by edisonn@google.com · 12 years ago
- 2cb1480 remove kRLE_Index8_Config from SkBitmap by reed@google.com · 12 years ago
- 81e3412 Revert "avoid AntiFrameRect when strokeSize is too small. Workaround for skbug/1368" by reed@google.com · 12 years ago
- 056ae7c avoid AntiFrameRect when strokeSize is too small. Workaround for skbug/1368 by reed@google.com · 12 years ago
- 62b2605 move kConfigCount out of Config enum, so we don't pullute type-checking by reed@google.com · 12 years ago
- 8fd1603 Revert r9724 (add rect-output parameter to isRect) to allow the DEPS roll by robertphillips@google.com · 12 years ago
- 020b25b Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 12 years ago
- 45f746f restore bitmap.erase() support for 4444 : trivial, and BitmapCopyTest relied on it by reed@google.com · 12 years ago
- ea33808 remove dead AutoValidator by reed@google.com · 12 years ago
- 6ba4572 remove dst/rendertarget support for kARGB_4444_Config by reed@google.com · 12 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 · 12 years ago
- a5809a3 SkPath::rewind needs to have same reset as SkPath::reset. by bungeman@google.com · 12 years ago
- 4d494f0 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 12 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 · 12 years ago
- d88a3d8 Add SkString::appendU32() and SkString::appendU64() as needed to re-land r9682 by epoger@google.com · 12 years ago
- ae72f47 remove unused line of code (from xcode's analysis) by reed@google.com · 12 years ago
- 8e990eb Update SkBitmap::validate to respect Android flag. by scroggo@google.com · 12 years ago
- 61c49f3 Improve the performance of SkConvertConfig8888Pixels using Array lookup by commit-bot@chromium.org · 12 years ago
- 7fb04bc oops, fix missing change in 9532, setting hashbits to 8 by reed@google.com · 12 years ago
- 01efe13 remove leftover printf by reed@google.com · 12 years ago
- 7de1e3f test thick stroking of conics by reed@google.com · 12 years ago
- b8b619a use 8 bits for fontcache hash by reed@google.com · 12 years ago
- 6fbe54c Compact the clipstack for kReplace_Op'd geometry by commit-bot@chromium.org · 12 years ago
- 792bbd1 add drawImage to lua by mike@reedtribe.org · 12 years ago
- 4e05fd2 add conic support to hairlines by reed@google.com · 12 years ago
- 5a64902 call through to the device from SkDraw by reed@google.com · 12 years ago
- 4fa748d Fix issues related to resolving fonts based on name. by djsollen@google.com · 12 years ago
- 8f6ef40 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 12 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 · 12 years ago
- ed43dff add size limit for using glyphcache. above that, draw using paths by reed@google.com · 12 years ago
- 11c9a55 Add SkData::NewFromFD. by bungeman@google.com · 12 years ago
- 135ece1 Added comment to SkDrawLooper fix by robertphillips@google.com · 12 years ago
- 2dd76d7 Hamfisted fix to drawLooper w/ 0 stages bug by robertphillips@google.com · 12 years ago
- 26da7f0 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 12 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 · 12 years ago
- 277c3f8 bump picture version since SkPath has changed (conics) by reed@google.com · 12 years ago
- 2d76d93 Read and write pixel offset when serializing bitmaps. by scroggo@google.com · 12 years ago
- 1922c2e specialize bicubic filtering for scale-only by humper@google.com · 12 years ago
- fa2f2a4 Revert "add asserts to point<-->verb helpers" by reed@google.com · 12 years ago
- 7950a9e add asserts to point<-->verb helpers by reed@google.com · 12 years ago
- a5d3e77 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 12 years ago
- ed8d6bb Moving updateClipConservativelyUsingBounds into SkCanvas by junov@chromium.org · 12 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 · 12 years ago
- 6cab1a4 Change SkStream. https://codereview.chromium.org/15298009/ by bungeman@google.com · 12 years ago
- 0a4805e First pass at Comment API by robertphillips@google.com · 12 years ago
- 40078cb Android specific changes that are upstreamed from the android framework. by djsollen@google.com · 12 years ago
- 24287c1 Revert "Patch to prevent chromium breakage until the DEPS." by scroggo@google.com · 12 years ago
- 6840076 Remove SkImageFilter::getInputResult(), since its return value is not by senorblanco@chromium.org · 12 years ago
- 8b79028 Move SkDrawLooper implementation to its own file. by commit-bot@chromium.org · 12 years ago
- 3e2345a Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 12 years ago