- d665685 Generate tests/Android.mk from gyp by commit-bot@chromium.org · 11 years ago
- 0dc5bd1 Let DM run unit tests. by commit-bot@chromium.org · 11 years ago
- 7f428a9 Check in today's exhaustive blend experiments. by commit-bot@chromium.org · 11 years ago
- 79e1326 Revert of Let DM run unit tests. (https://codereview.chromium.org/178273002/) by commit-bot@chromium.org · 11 years ago
- 6bd250a Let DM run unit tests. by commit-bot@chromium.org · 11 years ago
- 1f71846 Add test harness for matrix/clip state collapsing by robertphillips@google.com · 11 years ago
- c22d139 Initial QuadTree implementation by commit-bot@chromium.org · 11 years ago
- bbff208 Split GrUnitTests.cpp into two separate unit tests. by tfarina@chromium.org · 11 years ago
- 6169f2b initial import of Chrome's trace_event into skia framework by commit-bot@chromium.org · 11 years ago
- ceddfeb Port SkBase64 test to our test driver. by tfarina@chromium.org · 11 years ago
- 68f3a3e Reland "Unwrap GrRedBlackTree unit test and use REPORTER_ASSERT()." by tfarina@chromium.org · 11 years ago
- 01260b2 Revert of Unwrap GrRedBlackTree unit test and use REPORTER_ASSERT(). (https://codereview.chromium.org/147713002/) by commit-bot@chromium.org · 11 years ago
- 0fba151 Unwrap GrRedBlackTree unit test and use REPORTER_ASSERT(). by tfarina@chromium.org · 11 years ago
- bf0001d remove remaining references to Sk64 (obsolete) by reed@google.com · 11 years ago
- 1bed687 Add a release procedure to SkMallocPixelRef; remove SkDataPixelRef by halcanary@google.com · 11 years ago
- 4428734 Allow 0-width SkBitmap in setConfig. by halcanary@google.com · 11 years ago
- bc55eec Implement SkAshmemDiscardableMemory by halcanary@google.com · 11 years ago
- 2c7c7ee Big Cleanup: SkBitmapFactory, SkLazyPixelRef, SkImageCache by halcanary@google.com · 11 years ago
- 55ca824 Refactor FourByteInterps. Add 64-bit Fast version. Add tests. by commit-bot@chromium.org · 11 years ago
- 611fde1 Remove the comments settings for vim tab width and expansion variables. by commit-bot@chromium.org · 11 years ago
- d6bab02 Reverting r12427 by rmistry@google.com · 11 years ago
- 5b39f5b Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
- 742058f Speed up GrResourceCache lookup by inlining GrBinHashKey comparisons by commit-bot@chromium.org · 11 years ago
- ad04eb4 Add SkImageGenerator Interface by halcanary@google.com · 11 years ago
- 7d8013f Changes to SkTDStackNester. by scroggo@google.com · 11 years ago
- 9901727 Fix stale assert in GrDrawTarget::print by commit-bot@chromium.org · 11 years ago
- 1f0121a New SkRTConf macro SK_CONF_TRY_SET: no complaint on missing configuration by halcanary@google.com · 11 years ago
- 0251288 Adding size parameter to read array functions by commit-bot@chromium.org · 11 years ago
- 7585479 Allow SkLazyPixelRef to use SkScaledImageCache by commit-bot@chromium.org · 11 years ago
- 50a3043 We want to give SkPixelRef a way to signal over to GrResourceCache that it's become pointless to keep around textures based on that SkPixelRef when its pixels change, so that it can be a good citizen and free those textures. by commit-bot@chromium.org · 11 years ago
- a34995e Implement SkColorFilter as a GrGLEffect by commit-bot@chromium.org · 11 years ago
- 8c90827 add tests for SkDocument by commit-bot@chromium.org · 11 years ago
- a46128e Remove obsolete CityHash conditional. by commit-bot@chromium.org · 11 years ago
- 29d4e63 GIF decode: optional error messages and fault tolerance. by halcanary@google.com · 11 years ago
- 3a19fb5 Sketch of SK_ONCE by mtklein@google.com · 11 years ago
- fed3037 Make image decoding more fault resistant, less verbose. by halcanary@google.com · 11 years ago
- 83fd2c7 Add a buffered SkStream class. by scroggo@google.com · 11 years ago
- 97f8167 We don't flatten or unflatten SkPaintOptionsAndroid. Reproduce and fix. by commit-bot@chromium.org · 11 years ago
- 519f967 Add sk_calloc. Remove SkMemory_stdlib, which seems unused. by mtklein@google.com · 11 years ago
- 1f584ed Update Android's FontHost to return NULL if familyName does not match by djsollen@google.com · 11 years ago
- 35349d8 Revert r11342 (Add infrastructure for testing the debugger code) due to build breakages by robertphillips@google.com · 11 years ago
- 15ec2ea Add infrastructure for testing the debugger code. by commit-bot@chromium.org · 11 years ago
- 636d87a update devicelooper to skip internal tiles that are empty, and unittests by reed@google.com · 11 years ago
- 5587ac0 Create a semi-stable API for capturing the state of an SkCanvas and reconstructing that state across different versions of Skia. by djsollen@google.com · 11 years ago
- 16b86ce Revert "Create a semi-stable API for capturing the state of an SkCanvas and reconstructing that state across different versions of Skia." by djsollen@google.com · 11 years ago
- 2ce9fce Create a semi-stable API for capturing the state of an SkCanvas and reconstructing that state across different versions of Skia. by djsollen@google.com · 11 years ago
- c1bf2de Fix crash when querying a runtime config that is defined in environment by commit-bot@chromium.org · 11 years ago
- 1c0ade7 Reverted r10654 (Fix crash when querying a runtime config that is defined in environment) due to compilation failure on Chromium win_layout bot by robertphillips@google.com · 11 years ago
- a1007de Fix crash when querying a runtime config that is defined in environment by commit-bot@chromium.org · 11 years ago
- c28f555 This attempts to replicate some bad cache behavior Mozilla reported. by commit-bot@chromium.org · 11 years ago
- f916f9e revise SkTDynamicHash and add unit tests BUG= R=reed@google.com by commit-bot@chromium.org · 11 years ago
- 19dd017 Fix a crash on stroking empty paths with nv_path_rendering enabled by commit-bot@chromium.org · 11 years ago
- 194d775 This patch implements a crop rect for SkImageFilter. It has been implemented for SkColorFilterImageFilter and SkBlurImageFilter as examples. by senorblanco@chromium.org · 11 years ago
- 602a1d7 add scaledimagecache by reed@google.com · 11 years ago
- eed6f1b pull mipmap class into its own (private) header by reed@google.com · 11 years ago
- f5cc5b1 R=mtklein@google.com by bungeman@google.com · 11 years ago
- 064779a Adding my Bitmap2Path sample for 1on1 meeting. by commit-bot@chromium.org · 11 years ago
- 2bbc2c9 Add an option to create unpremultiplied bitmaps. by scroggo@google.com · 11 years ago
- 52f0297 Prepare skia for shared library build on android by djsollen@google.com · 11 years ago
- a96627f prepare skia for shared library build on android by djsollen@google.com · 12 years ago
- cf5348f prepare skia for shared library build on android by djsollen@google.com · 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
- 8f83825 Add methods to SkLayerDrawLooper to allow adding layers on top by commit-bot@chromium.org · 12 years ago
- 45a75fb path ops : make it real by caryclark@google.com · 12 years ago
- 8c6a4f2 ARGB image encoder for checksums. https://codereview.chromium.org/14267031/ by bungeman@google.com · 12 years ago
- f685a22 enable path ops in unit tests by caryclark@google.com · 12 years ago
- b98e5d0 disabling path ops by caryclark@google.com · 12 years ago
- 0dc98b2 Enable path ops by caryclark@google.com · 12 years ago
- d2b1d90 revert path ops unit test until errors are fixed by caryclark@google.com · 12 years ago
- 7abfa49 turn on pathops unit test by caryclark@google.com · 12 years ago
- 908f583 rename SkBitmapChecksummer as SkBitmapHasher, and prepare for it to possibly use by epoger@google.com · 12 years ago
- 83165a5 add fontmgr tests, and optional --verboseFontMgr flag (or -vfm) for more output by reed@google.com · 12 years ago
- ba59d64 use commandlineflags for tests/ by commit-bot@chromium.org · 12 years ago
- 686bcb8 Reland of 8525 with fix for case when GrRT outlives GrTexture. by bsalomon@google.com · 12 years ago
- 75e3ca1 Error checking / reporting API by humper@google.com · 12 years ago
- e06f8ef Revert 8525,8526 pending investigation of bench_pictures crashes. by bsalomon@google.com · 12 years ago
- d02e880 Remove GrTexture::releaseRenderTarget() and add GrSurface::isSameAs(). by bsalomon@google.com · 12 years ago
- 07a69f8 Name table iterator. https://codereview.appspot.com/8180043/ by bungeman@google.com · 12 years ago
- 995beb6 Adding unit test for verifying copy on write in SkSurface + bug fix in SkCanvas::clear by junov@chromium.org · 12 years ago
- 327b9b2 Gyp changes for NaCl debugger by borenet@google.com · 12 years ago
- 04115a1 Add an SkSet class to be used by Pdf only, for now - reverted because of triggering heap corruption on Win7, original coe review: https://codereview.appspot.com/6749054 by edisonn@google.com · 12 years ago
- f8d7d27 Create SkLazyPixelRef which performs lazy decoding. by scroggo@google.com · 12 years ago
- a1c511b New SkRectShaderImageFilter image filter by sugoi@google.com · 12 years ago
- 5a90ada Add Random unit tests. by jvanverth@google.com · 12 years ago
- a519f48 rver r7626, might trigger for some strange reason a heap corruption by edisonn@google.com · 12 years ago
- 848b9af Add a true Set class. Current use case is to be used with Pdf generator. by edisonn@google.com · 12 years ago
- cfcb1be Add SHA1 and MD5 to utils. https://codereview.appspot.com/7071055/ by bungeman@google.com · 12 years ago
- 31114c6 Create SkBitmapChecksummer and associated SkBitmapTransformer by epoger@google.com · 12 years ago
- bbe5290 Add SkTLList, linked list class implemented on top of the internal llist class. by bsalomon@google.com · 12 years ago
- 08cb728 Revert change accidentally committed. by bsalomon@google.com · 12 years ago
- d29902e Add SkTLList, linked list class implemented on top of the internal llist class. by bsalomon@google.com · 12 years ago
- 9f686f3 Create a factory to decode an SkBitmap from an SkData. by scroggo@google.com · 12 years ago
- 5985e7c SkRoundRect start by robertphillips@google.com · 12 years ago
- 603dbed add specialty strokeRect() to SkStroke, which can return much cleaner results by reed@google.com · 12 years ago
- 013c5d9 In SkBitmapHeap, defer adding owners for new bitmaps. by scroggo@google.com · 12 years ago
- adc58e4 Unit testing for SkTileGrid Review URL: https://codereview.appspot.com/6827053 by junov@chromium.org · 12 years ago
- 4adfab8 Split off SkConsistentChecksum from SkChecksum by epoger@google.com · 12 years ago
- efb1d77 Build Skia as a static library by borenet@google.com · 12 years ago