- fd03d4a Replace all instances of GrRect with SkRect. by commit-bot@chromium.org · 12 years ago
- eebe6f4 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 12 years ago
- 50df631 NIT MASTER 9000 by commit-bot@chromium.org · 12 years ago
- b92f9fb More PathUtilsTest.cpp nits by commit-bot@chromium.org · 12 years ago
- 40f960e Fixed PathUtils nits. by commit-bot@chromium.org · 12 years ago
- 8d0a524 harden and speed up path op unit tests by caryclark@google.com · 12 years ago
- 977409a Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 12 years ago
- 5ec2b1e call newOneOff instead of oneOff by caryclark@google.com · 12 years ago
- 7bdd614 Implement onCountGlyphs and onGetUPEM on Windows. by bungeman@google.com · 12 years ago
- b4a2855 Fix build error by robertphillips@google.com · 12 years ago
- 226d508 PathUtilsTest valgrind patch by robertphillips@google.com · 12 years ago
- 8dcea7d Fix compiler warning/error in r10079 by robertphillips@google.com · 12 years ago
- 3dd2784 add florin tests by caryclark@google.com · 12 years ago
- 791d0de fix linux point compare by caryclark@google.com · 12 years ago
- 2d3b492 Remove possiblity of NULL effect in GrEffectStage by commit-bot@chromium.org · 12 years ago
- fa2aeee path ops near exact by caryclark@google.com · 12 years ago
- c2050e3 ARM Skia NEON patches - 01 - Simple fixes by commit-bot@chromium.org · 12 years ago
- 9c96d4b fix trivial matrix computation by humper@google.com · 12 years ago
- 7e4d99a More valgrind suppressions by robertphillips@google.com · 12 years ago
- 0408a34 More valgrind suppressions by robertphillips@google.com · 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
- 400798a Fix valgrind suppressions file by robertphillips@google.com · 12 years ago
- 4d37673 Fix leak in SkAutoSTArray by robertphillips@google.com · 12 years ago
- f5cc5b1 R=mtklein@google.com by bungeman@google.com · 12 years ago
- cfe8aa6 More valgrind suppressions by robertphillips@google.com · 12 years ago
- 2cab8f7 More valgrind suppressions by robertphillips@google.com · 12 years ago
- 49c6b43 More valgrind suppressions by robertphillips@google.com · 12 years ago
- fe433c1 When gather pixel refs was broken, REPORTER_ASSERT(data) realized that data was NULL, but subsequent lines dereferenced it anyway, and so segfaulted. by commit-bot@chromium.org · 12 years ago
- cb6d97c Revert of r9902 (Consider conical shader opaque if it covers by robertphillips@google.com · 12 years ago
- 5d367c4 More valgrind suppressions by robertphillips@google.com · 12 years ago
- a4aced4 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 12 years ago
- d7a1eea More valgrind suppressions by robertphillips@google.com · 12 years ago
- 07e97fc path ops work in progress by caryclark@google.com · 12 years ago
- 5e6c355 Consider conical shader opaque if it covers entire plane. by commit-bot@chromium.org · 12 years ago
- 9c4c3de valgrind suppressions for tests & gm by robertphillips@google.com · 12 years ago
- 4914931 Add canFilterMaskGPU & filterMaskGPU to SkMaskFilter by robertphillips@google.com · 12 years ago
- 98a1967 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 12 years ago
- 738e02c Update tests valgrind suppressions by commit-bot@chromium.org · 12 years ago
- c3eb56d use if (false) instead of #ifdef to avoid unused code warning by reed@google.com · 12 years ago
- bcb42ae add charsToGlyphs to SkTypeface by reed@google.com · 12 years ago
- 0d55dd7 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 12 years ago
- f884650 Yet another fix for Win7 compiler errors/warnings by robertphillips@google.com · 12 years ago
- a950551 Fixed non-constant array size in test. by dierk@google.com · 12 years ago
- 064779a Adding my Bitmap2Path sample for 1on1 meeting. by commit-bot@chromium.org · 12 years ago
- a6ff36b Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 12 years ago
- f1754ec Replace SkPicture(SkStream) constructors with a factory. by scroggo@google.com · 12 years ago
- 60d3235 add bitmap::eraseArea by reed@google.com · 12 years ago
- 2cb1480 remove kRLE_Index8_Config from SkBitmap 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
- 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
- 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
- 1f79286 Refactor: clean up some unused or mostly-unused API I saw here. by commit-bot@chromium.org · 12 years ago
- d892bd8 convert pathops to use SkSTArray where possible. by caryclark@google.com · 12 years ago
- daaea2d Fixes for unpremul decode. by scroggo@google.com · 12 years ago
- 2bbc2c9 Add an option to create unpremultiplied bitmaps. by scroggo@google.com · 12 years ago
- eb6879f Replace fixed-size array of effect stages in GrDrawState with two appendable arrays, one for color, one for coverage. by bsalomon@google.com · 12 years ago
- 6fbe54c Compact the clipstack for kReplace_Op'd geometry by commit-bot@chromium.org · 12 years ago
- 99d43ff Fix for caller of GetTmpDir. by scroggo@google.com · 12 years ago
- 2c84aa3 separate arrays for color and coverage effects. by bsalomon@google.com · 12 years ago
- c76218d Fix bug in setting directories for tests. by scroggo@google.com · 12 years ago
- 8f6ef40 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 12 years ago
- 20d5461 path ops -- try to fix build again by caryclark@google.com · 12 years ago
- 4b66f36 path ops work in progress by caryclark@google.com · 12 years ago
- cffbcc3 path ops -- rewrite angle sort by caryclark@google.com · 12 years ago
- 11f2b44 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 12 years ago
- 11c9a55 Add SkData::NewFromFD. by bungeman@google.com · 12 years ago
- 277c3f8 bump picture version since SkPath has changed (conics) by reed@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
- 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
- 66070a5 Changing SkDeferredCanvas to use factories for creation by junov@chromium.org · 12 years ago
- ccd7afb Reland 'Add path utils, plus a test for it.' by scroggo@google.com · 12 years ago
- dbbcaa8 Revert "Add path utils, plus a test for it." by scroggo@google.com · 12 years ago
- 1bee037 Add path utils, plus a test for it. by scroggo@google.com · 12 years ago
- 7070f76 Adding setSurface public API method to SkDeferredCanvas by junov@chromium.org · 12 years ago
- d4993ff GM: create GmResultDigest that encapsulates digest type ("bitmap-64bitMD5") and value (12345) by epoger@google.com · 12 years ago
- 2db3ded Make GrGLProgramDesc's key variable length by compacting the effect key array by bsalomon@google.com · 12 years ago
- 25b3bd5 add kBicubicFilterBitmap_Flag to paint, just for testing purposes. by reed@google.com · 12 years ago
- 8f83825 Add methods to SkLayerDrawLooper to allow adding layers on top by commit-bot@chromium.org · 12 years ago
- 1b1bcc3 New API for encoding bitmaps during serialization. by scroggo@google.com · 12 years ago
- b1c725a Fixing deferred canvases so that they do not return deferred devices on createCompatibleDevice by junov@chromium.org · 12 years ago
- 845220b Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 12 years ago
- 20f7f17 One SkTSearch to rule them all. Allow key to be of different type than the array. by bsalomon@google.com · 12 years ago
- 83d1a68 Add special handling of rectori case for gpu by robertphillips@google.com · 12 years ago
- b515881 Key shader on whether frag pos read is relative to top-left or bottom-left by bsalomon@google.com · 12 years ago
- 4a8084c Revert r9081 by epoger@google.com · 12 years ago
- 3a8d3d0 add SkString::append(const char c) by epoger@google.com · 12 years ago
- 8d47ddc Make GrGLShaderBuilder check whether GrEffect advertised that it would require the dst color or fragment position by commit-bot@chromium.org · 12 years ago
- 504976e Move loops that chain together effects into GrGLShaderBuilder from GrGLProgram. by bsalomon@google.com · 12 years ago
- 3eff359 need to clamp all of the cubic points after a chop, in case our finite precision by reed@google.com · 12 years ago
- 2a9a8be fix BitmapHasher unittest failure as of r9064 by epoger@google.com · 12 years ago
- 0a117be Re-land r9059 with empty cityhash.gyp, instead of deleted cityhash.gyp by epoger@google.com · 12 years ago
- d575eed Fix behavior of SkPicture::kUsePathBoundsForClip_RecordingFlag to handle inverse fills and all clip ops correctly. by junov@chromium.org · 12 years ago