- 3f88f4d Rebaselining bleed GMs due to recent GPU blur changes. by bsalomon@google.com · 11 years ago
- a4b0540 remove file added accidentally by commit-bot@chromium.org · 11 years ago
- 2e9a715 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
- 3e62ebf make ignored-tests.txt specify full test name, not partial name by commit-bot@chromium.org · 11 years ago
- 5f43d21 Remove drawPosTextOnPath() from SkDevice API. by tfarina@chromium.org · 11 years ago
- e13af71 Revert of https://codereview.chromium.org/132643007/ by commit-bot@chromium.org · 11 years ago
- f0b56e7 Revert "Revert of https://codereview.chromium.org/129423002/" by reed@google.com · 11 years ago
- 9b06ba4 Revert of https://codereview.chromium.org/129423002/ by commit-bot@chromium.org · 11 years ago
- dd9ea92 add SkBitmap::installPixelRef() by reed@google.com · 11 years ago
- a858223 Add no-op NULL picture to bench_record. by commit-bot@chromium.org · 11 years ago
- 3c0ccff Misc rebaselines related to recent GPU blur changes. by bsalomon@google.com · 11 years ago
- 2055454 Add handling alpha values in RRGGBBAA formatted styles. by commit-bot@chromium.org · 11 years ago
- 7a4b9fa Allocate memory in SkTDynamicHash on first use. by commit-bot@chromium.org · 11 years ago
- 8519548 GM: run mode comparisons for all raster configs. by commit-bot@chromium.org · 11 years ago
- cd9175e remove _gpu suffix from tests in ignored-tests.txt that are changed on all gpu configs (msaa, ...). by bsalomon@google.com · 11 years ago
- a396137 Rebaseline NVPR roundrects images by robertphillips@google.com · 11 years ago
- 439ff1b Use correct matrix to adjust blur radius for gpu by commit-bot@chromium.org · 11 years ago
- 6077057 Remove redundant auto rt object in skpaint2grpaintshader function. by commit-bot@chromium.org · 11 years ago
- 4db7a31 Remove rects GM from ignored-tests.txt and rebaseline by bsalomon@google.com · 11 years ago
- 9c80cbe Add CONTRIBUTING file by borenet@google.com · 11 years ago
- 1a033fb remove (now dead code) for SK_SUPPORT_LEGACY_COLORTYPE and SK_SUPPORT_LEGACY_ALPHATYPE by reed@google.com · 11 years ago
- bf0001d remove remaining references to Sk64 (obsolete) by reed@google.com · 11 years ago
- a7d89c8 Handle drawBitmapRect src_rect->dst_rect mapping as a local matrix rather than view matrix when there is a mask filter. by commit-bot@chromium.org · 11 years ago
- f0a4013 Yet another patch for r13038 by robertphillips@google.com · 11 years ago
- 0e4ce14 Fix for r13038 by robertphillips@google.com · 11 years ago
- 56bf6e4 Pull in Chromium's version of GatherPixelRefs by robertphillips@google.com · 11 years ago
- 15ac322 Add bench_record. by commit-bot@chromium.org · 11 years ago
- c45ece5 NEON fast path for box blur by commit-bot@chromium.org · 11 years ago
- 1b3fea7 Cleanup: Remove unused includes from skia_unix.cpp by tfarina@chromium.org · 11 years ago
- 7cced56 merge multiple blurrect GMs into one GM and add versions by commit-bot@chromium.org · 11 years ago
- 4ee16bf Add a DEF_GPUTEST() macro. by tfarina@chromium.org · 11 years ago
- f3abaeb remove (now unused) Sk64 -- just use int64_t by reed@google.com · 11 years ago
- cd11018 Just use one version of the scripts in both the browser and in SkV8 by using feature detection to determine if we are running in a browser, and if the platform supports the Path() object. Also add oval, console.log, and the snow example code. by commit-bot@chromium.org · 11 years ago
- 4d5e136 Fixes to roll_deps for the bots by borenet@google.com · 11 years ago
- 698dfa4 Add a simple test ttc for FontHost test. by bungeman@google.com · 11 years ago
- 6e83423 Eliminate useless NULL push by making fIndexedData 0-based. by commit-bot@chromium.org · 11 years ago
- 2dc54c9 Remove printfs from FontHostTest when font is not sfnt. by bungeman@google.com · 11 years ago
- f85251c fNextIndex is redundant. Remove it. by commit-bot@chromium.org · 11 years ago
- 1066f08 If poppler is disable and native pdf is enabled, we still need SkPDFRasterizer.cpp by commit-bot@chromium.org · 11 years ago
- 5c6f1d4 Revert of https://codereview.chromium.org/112113005/ by commit-bot@chromium.org · 11 years ago
- 0f7e347 Revert of https://codereview.chromium.org/106563002/ by commit-bot@chromium.org · 11 years ago
- f2595e4 Fix genID cloning bugs. by commit-bot@chromium.org · 11 years ago
- 4a8e17d remove poplar building from mac, until it is fixed by commit-bot@chromium.org · 11 years ago
- 2b8aacb Delete all invalidated resources with same key by commit-bot@chromium.org · 11 years ago
- 7095607 Suppressing imagefiltersbase_gpu on RHB device by robertphillips@google.com · 11 years ago
- 2d1adf2 Reduce verbosity of SkGraphics::Init in default case. by halcanary@google.com · 11 years ago
- a9325fa Add REPORTF test macro. by halcanary@google.com · 11 years ago
- 9acb8cd SampleApp Cleanup: by halcanary@google.com · 11 years ago
- 6791138 Suppress imagefiltersgraph_msaa4 failure on Nexus10 by robertphillips@google.com · 11 years ago
- 856673a Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
- 83f5692 Fix Mac fontconfig build (try 2) by commit-bot@chromium.org · 11 years ago
- 6f0f5b4 Remove references to Skia's SVN repository by borenet@google.com · 11 years ago
- 2e0f1ee remove bad gm expected images by reed@google.com · 11 years ago
- 303c475 use bitmap's fRowBytes, as the pixelref's is not (yet) reliable by reed@google.com · 11 years ago
- fe5824a Fix for Mac-specific compilation issue in r13000 by robertphillips@google.com · 11 years ago
- ed9866c Expand GatherPixelRefs unit test by robertphillips@google.com · 11 years ago
- 88e1ec8 Add 565 to dm defaults. by commit-bot@chromium.org · 11 years ago
- 2b199e6 Mark imagefiltersgraph, IntelRhb, msaa4 config as ignore failure due to garbage on bottom line. by bsalomon@google.com · 11 years ago
- 32eea43 Revert of https://codereview.chromium.org/113203003/ by commit-bot@chromium.org · 11 years ago
- 2b0f7c3 Convert Checksum test to DEF_TEST() macro. by commit-bot@chromium.org · 11 years ago
- 857e320 Use truncation, not rounding, when converting perlin noise seed (required by SVG spec). by senorblanco@chromium.org · 11 years ago
- 9a907fa Fix Mac fontconfig build by commit-bot@chromium.org · 11 years ago
- 18b75e5 Fix race on creating the default typeface. by bungeman@google.com · 11 years ago
- ff007e8 Allocate SkPictureFlat::fScratch lazily. by commit-bot@chromium.org · 11 years ago
- 96ab95f Disable optimizations GM for 565 targets. by commit-bot@chromium.org · 11 years ago
- 6235b85 Update baselines for NVPR bot by robertphillips@google.com · 11 years ago
- 1c6affb Fix GL context creation on Windows when NV path rendering by robertphillips@google.com · 11 years ago
- 1ae9111 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
- ca38f2c Fix TODO in SkMutex_win.h to prevent accidental copying. by bungeman@google.com · 11 years ago
- 41bf930 Rename GPU functions on SkBlurMaskFilter and pass ctm. by commit-bot@chromium.org · 11 years ago
- f190178 use SkImageInfo directly, instead of convert to Config by commit-bot@chromium.org · 11 years ago
- efd0ff1 More rebaselines after r12895 for the mega-stragglers. by senorblanco@chromium.org · 11 years ago
- 1034ef1 Revert of https://codereview.chromium.org/127223004/ by commit-bot@chromium.org · 11 years ago
- 8c5d2c1 Changes to roll_deps.py by halcanary@google.com · 11 years ago
- 5a56793 Move geometry allocator for drawVertices inside autoflush scope. by commit-bot@chromium.org · 11 years ago
- 1360c52 use SkImageInfo directly, instead of converting to SkBitmap::Config by reed@google.com · 11 years ago
- e48ef2a Remove GPU-only flag for vertices GM by commit-bot@chromium.org · 11 years ago
- d08d23b Small tweaks to be able to build everything target: by commit-bot@chromium.org · 11 years ago
- 506ecc2 For comparison, add std::vector. by commit-bot@chromium.org · 11 years ago
- 4b5fba5 Use a spinlock in SkOnce. by commit-bot@chromium.org · 11 years ago
- d4ba6e7 submit_try: create the diff file using git, rather than relying on trychange.py by borenet@google.com · 11 years ago
- 97a5d5d Improve 'stretch' in legacy create typeface for DirectWrite. by bungeman@google.com · 11 years ago
- 677e815 Buildbot SKPs have been recreated. Triggering rebuilds. by rmistry@google.com · 11 years ago
- 711ebb9 fix gm self-test by commit-bot@chromium.org · 11 years ago
- d9c4dfb Move DM from everything to most, to build it by default. by commit-bot@chromium.org · 11 years ago
- fa8afda Work around SkString::gEmptyRec->writable_str() is unwritable. by bungeman@google.com · 11 years ago
- a52209f one more filterbitmap ASAN ignore by bsalomon@google.com · 11 years ago
- 77bf27e Rebaselines for filterbitmap and downsample GMs on gpu N4 by bsalomon@google.com · 11 years ago
- 672588b change offset to xy for pixelref subsetting by reed@google.com · 11 years ago
- c75b25a Mark ASAN filterbitmap images as ignore failure by bsalomon@google.com · 11 years ago
- aed01c1 Mark filterbitmap_* on N4 (persp) as ignore failure because of skia issue 1966 by bsalomon@google.com · 11 years ago
- c62bdc7 More rebaselines from r12895. by senorblanco@chromium.org · 11 years ago
- b163984 Move v8 into third_party. by commit-bot@chromium.org · 11 years ago
- 7bdc759 suppress on gpu for now by reed@google.com · 11 years ago
- d737366 Trigger builds after https://skia.googlesource.com/buildbot/+/49f751a735103de70ef7e4a5108ebf13d345633f by borenet@google.com · 11 years ago
- 8f7a108 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
- 91e099e Update utils.gyp to find SkNoSaveLayerCanvas.h in 'src'. by commit-bot@chromium.org · 11 years ago
- d784104 Add the gears.js demo and all the code changes needed to get it working, including implementing both fill and stroke style. Also add the HTML and JS files to compare with browser performance. by commit-bot@chromium.org · 11 years ago
- b6b0cf3 more PDF filterbitmap ignores by bsalomon@google.com · 11 years ago
- 69ac6de rebaseline_server: allow spaces within test/config names by commit-bot@chromium.org · 11 years ago