- 7699eeb Revert r10281 -- it broke the Update step on Test builders by epoger@google.com · 11 years ago
- ed5eb4e Revert r10280, which caused https://code.google.com/p/skia/issues/detail?id=1441 by epoger@google.com · 11 years ago
- 2ccc3af pdfviewer: improve memory usage, improve parse time (by 30-50%) and don't allocate extra buffers (more to do, but low priority now), and put the page specific memory in an allocator. by edisonn@google.com · 11 years ago
- 0ab790b Move gm-expected to trunk/expectations/gm , and modify scripts that use it. by epoger@google.com · 11 years ago
- 434251f refactor duplication (shouldSkip and skip_name) into a utility function by sglez@google.com · 11 years ago
- 88876db remove dead SampleDecode.cpp by reed@google.com · 11 years ago
- dfec28d Add SkImage->draw() call with src and dst rects. by commit-bot@chromium.org · 11 years ago
- bcc6d7d Update freetype to version 2.5.0.1 when building it from source. by djsollen@google.com · 11 years ago
- a82c9eb Use SKIA_OUT variable in make.py by borenet@google.com · 11 years ago
- 4fdbb22 turn off debugging printfs by caryclark@google.com · 11 years ago
- 672222e Update gyp DEPS by borenet@google.com · 11 years ago
- f8f8970 Roll freetype back to 2.4.9 until Android/NaCL errors are resolved. by djsollen@google.com · 11 years ago
- ee0f46d put max on outputted poi in skpdiff by zachr@google.com · 11 years ago
- 2e767c3 Update freetype DEPS to version 2.5 with PNG encoded color bitmap glyphs by djsollen@google.com · 11 years ago
- bc25558 Accidentally skipped buildbot runs on r10257 by borenet@google.com · 11 years ago
- 3e2ea25 I don't want these changes as part of the "allow bleeding" CL. by commit-bot@chromium.org · 11 years ago
- faa5ae4 Turn on -Wall -Wextra on Mac, and fix all the warnings that crop up for /usr/bin/g++ and Clang 3.3. by commit-bot@chromium.org · 11 years ago
- 6ae6383 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
- ccf225c 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
- 49a07ad Last friday I changed this file to un-break the build. by commit-bot@chromium.org · 11 years ago
- 5b3e2b9 move skpdiff into tools by zachr@google.com · 11 years ago
- fc16667 Revert "Adds SkPDFResourceDict class, refactor existing code to use it." by vandebo@chromium.org · 11 years ago
- 3a8dfc3 Adds SkPDFResourceDict class, refactor existing code to use it. by commit-bot@chromium.org · 11 years ago
- 87bde7d include SkPaint.h by reed@google.com · 11 years ago
- b4a57f8 copy/paste error. don't use s. by reed@google.com · 11 years ago
- d761e32 pdfviewer: SkTDict, does accept to pass the length of the key also. We will use it, as this is a prerequirment for optimizing memory usage for pdf parser. by edisonn@google.com · 11 years ago
- eb3fe8e rename fFilterQuality to fFilterLevel by reed@google.com · 11 years ago
- 9cfc83c stop using bitmap-filter flags outside of paint itself, as a step towards really changing them into an enum by reed@google.com · 11 years ago
- 35f02fb ports for mac, ios, android, linux, windows by zachr@google.com · 11 years ago
- 1d241f1 Revert "Add SkImage->draw() call with src and dst rects." by fmalita@google.com · 11 years ago
- 1d91600 Add SkImage->draw() call with src and dst rects. by commit-bot@chromium.org · 11 years ago
- ac03d91 pdfviewer: All NulCanvas (does not draw operations), TrackDevice (trackes what pixels have been changed) by edisonn@google.com · 11 years ago
- 3fc4826 pdfviewer: fix typo (false != NULL) by edisonn@google.com · 11 years ago
- c93c8ac Add --csv parameter to skpdiff to dump all scores in a csv file. We can run it with all skps, and have scores available to look at worst offenders progarmatically. by edisonn@google.com · 11 years ago
- 4b18f57 Clean up a few warnings on Windows x64. by bungeman@google.com · 11 years ago
- b8f3655 Update obvious deps. by bungeman@google.com · 11 years ago
- 489ba1d Update android_make to use arrays instead of space delimited strings by djsollen@google.com · 11 years ago
- 2679ff8 refactor gyp to isolate freetype usage by djsollen@google.com · 11 years ago
- 02dd688 Make the copy of fontconfig font names before freeing their memory. by bungeman@google.com · 11 years ago
- 904f86e Revert "migrate skpdiff to tools" by zachr@google.com · 11 years ago
- a54aaf7 migrate skpdiff to tools by zachr@google.com · 11 years ago
- 14cec91 Add SkNWayCanvas comment API overrides. by commit-bot@chromium.org · 11 years ago
- 1f3c738 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
- 899f1d8 Revert deps changes in r10220 and r10217. by bungeman@google.com · 11 years ago
- f64c684 Add a 'unique' method to SkRefCnt, document the usage, and add support. by bungeman@google.com · 11 years ago
- 13388e7 Lie about views_animated dependencies until Android situation is resolved. by bungeman@google.com · 11 years ago
- 99e789c Fix latent warning as error in Android specific code. by bungeman@google.com · 11 years ago
- c29f3d8 Add a detachAsStream to SkDynamicMemoryWStream. by bungeman@google.com · 11 years ago
- 2b0ab9e Update obvious deps. by bungeman@google.com · 11 years ago
- 777ded0 Fix some noisy warnings on Windows x64. by bungeman@google.com · 11 years ago
- faeb18b Revert "Slipping in a small bug fix for my previous patch" by reed@google.com · 11 years ago
- 8ac834b bad line in gyp fie snuck into last commit, continuing the ARM breakage by humper@google.com · 11 years ago
- 0817fb6 Slipping in a small bug fix for my previous patch by sglez@google.com · 11 years ago
- 16acf75 use SK_ScalarPI, and fix ARM build by humper@google.com · 11 years ago
- dd85088 struct and class forward declarations incompatible on some compilers by humper@google.com · 11 years ago
- f436683 scale --> convolution typo by humper@google.com · 11 years ago
- f131cde missing M_PI include needed on Windows by humper@google.com · 11 years ago
- ab56cda remove unused function by humper@google.com · 11 years ago
- 5f3f681 fix mac by sglez@google.com · 11 years ago
- 138ebc3 The image resampling code has been transplanted from Chrome; it's incredibly fast. by humper@google.com · 11 years ago
- d322cf4 Revert "Adds SkPDFResourceDict class to manage resource dicts. Refactors existing code to use this class." by vandebo@chromium.org · 11 years ago
- 1d38ae9 please fix the build, please BUG= by sglez@google.com · 11 years ago
- fc9eb1b Add include to fix build by sglez@google.com · 11 years ago
- c84fb47 Adds SkPDFResourceDict class to manage resource dicts. Refactors existing code to use this class. by commit-bot@chromium.org · 11 years ago
- 6645cde Fix build problem with reverted issue 16948011 by commit-bot@chromium.org · 11 years ago
- fc70a4a Remove unneeded mention of SkThread_pthread.cpp in ports.gyp. by bungeman@google.com · 11 years ago
- d2fd07c Bench performance trigger rebaselines by robertphillips@google.com · 11 years ago
- d92cf2e Fix texture allocation in SWMaskHelper by robertphillips@google.com · 11 years ago
- 05b7bef revert unreviewed 10194, will send to review by edisonn@google.com · 11 years ago
- 9fdb705 SkAlpha constant defs by commit-bot@chromium.org · 11 years ago
- 9345d94 skpdiff: add ability to write the diff scores in a csv file (one line per pair of diff images, with the result of each diff engine) by edisonn@google.com · 11 years ago
- e4eaea2 Alter resource cache and GrContext to (optionally) never reuse a scratch texture by robertphillips@google.com · 11 years ago
- 727b33f add reformat-json.py script by epoger@google.com · 11 years ago
- 88682b7 Add a detachAsStream to SkDynamicMemoryWStream. by bungeman@google.com · 11 years ago
- a799198 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
- 7ac13b7 Reverting r10173 due to compile problems by robertphillips@google.com · 11 years ago
- 0abc976 Measurement tool for Bounding-Box-Hierarchies. by commit-bot@chromium.org · 11 years ago
- 6eee5c3 Revert r10171 due to test failure in StreamTest by robertphillips@google.com · 11 years ago
- eacb54e Add a detachAsStream to SkDynamicMemoryWStream. by bungeman@google.com · 11 years ago
- b835652 Plumb in flag for reusing scratch textures by commit-bot@chromium.org · 11 years ago
- dc6c8ba add copyright notices by reed@google.com · 11 years ago
- 415c480 Update static SkMutex to remove static initializer on Linux. by bungeman@google.com · 11 years ago
- 9a47ed7 use { 0, 0, 0, 0 } to fix warning by reed@google.com · 11 years ago
- 7437bfb init prevLevel to avoid warning by reed@google.com · 11 years ago
- 8e2ef01 Remove assert which is failing. by scroggo@google.com · 11 years ago
- 6f67b3b Test decoding the bounds in skimage. by scroggo@google.com · 11 years ago
- 826d63a Add test to ensure buildTileIndex stores SkStream. by scroggo@google.com · 11 years ago
- c70a3aa Support decoding Gray to A8 in PNG. by scroggo@google.com · 11 years ago
- eed6f1b pull mipmap class into its own (private) header by reed@google.com · 11 years ago
- 12d0642 Initialize config. by scroggo@google.com · 11 years ago
- 1f6b995 A8 bitmaps from JPEG are not opaque. by scroggo@google.com · 11 years ago
- f698c82 Allow decoding JPEG into A8. by scroggo@google.com · 11 years ago
- 97e49e9 Hold on to image-filtered texture in SkGpuDevice by commit-bot@chromium.org · 11 years ago
- 25a11e4 Add bench to test float to fixed conversion by djsollen@google.com · 11 years ago
- 114cfbd Remove unimplemented Mutex() method from SkFontMgr.h. by bungeman@google.com · 11 years ago
- 627858b svndiff.py: add support for git checkouts by epoger@google.com · 11 years ago
- d6bcfa3 Fix for Ubuntu compiler complaint by robertphillips@google.com · 11 years ago
- 2277b54 Yet another build fix for r10148 by robertphillips@google.com · 11 years ago
- ae6b777 Fix build breakages due to r10148 by robertphillips@google.com · 11 years ago
- d6543e5 Improve null gpu's memory handling by robertphillips@google.com · 11 years ago