- 23267ce Fix ModeColorFilterEffect assert during GLProgramsTest by commit-bot@chromium.org · 11 years ago
- 83d8eda PDF: support perspective in simple shaders. (this version does not work well with tilling) by edisonn@google.com · 11 years ago
- ac90d1d Replacing SkTDArray with SkAutoSTArray to reduce memory allocation overhead in SkTileGrid::search by commit-bot@chromium.org · 11 years ago
- 381010e Expose SkPicture::willPlayBackBitmaps() by tomhudson@google.com · 11 years ago
- 583b18a Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
- bbfe454 Apply matrix early in draw bitmap by commit-bot@chromium.org · 11 years ago
- e982187 Revert "Apply matrix early in draw bitmap" by scroggo@google.com · 11 years ago
- ccf6b91 Revert "[PDF] Add unpremultiply support and a GM (try4)" by vandebo@chromium.org · 11 years ago
- 25e5a20 Apply matrix early in draw bitmap by commit-bot@chromium.org · 11 years ago
- e66d376 [PDF] Add unpremultiply support and a GM (try4) by vandebo@chromium.org · 11 years ago
- 0794dcd rebaseline scaled tilemodes gms on the GPU by humper@google.com · 11 years ago
- 1a6382f Split up SkXfermode::asNewEffectOrCoeff() into asNewEffect(), asCoeff(). by senorblanco@chromium.org · 11 years ago
- d594dbe Follow up to serialization validation code by commit-bot@chromium.org · 11 years ago
- c0b7e10 Initial error handling code by commit-bot@chromium.org · 11 years ago
- 759befb use the supplied matrix instead of the texture w/h div for the bicubic GPU effect by commit-bot@chromium.org · 11 years ago
- a8aef8b Lighting filter uses input on raster path by commit-bot@chromium.org · 11 years ago
- 3f80dd5 Add support for reading non-rendertarget textures. by commit-bot@chromium.org · 11 years ago
- 338a664 TSAN build fix: forgot to pass the address into ANNOTATE_BENIGN_RACE. by mtklein@google.com · 11 years ago
- eb83259 rebaseline_server: add tabs, and ability to submit new baselines to the server by epoger@google.com · 11 years ago
- 1f81fd6 SK_ONCE for SkData and SkPathRef by commit-bot@chromium.org · 11 years ago
- fbcd415 Remove GrContext from SkXfermode::[Aa]sNewEffectOrCoeff() and all subclasses, by senorblanco@chromium.org · 11 years ago
- a34995e Implement SkColorFilter as a GrGLEffect by commit-bot@chromium.org · 11 years ago
- afba644 New gm expectations for imagemagnifier by sugoi@google.com · 11 years ago
- 5237b7f Fix a test warning on some linux machines by edisonn@google.com · 11 years ago
- 7ce564c Revert "If the path is a rect, call drawRect to raster the geometry in SkCanvas::drawPath to get better performance." by bsalomon@google.com · 11 years ago
- c294a97 if fBitmap is still NULL, return false by reed@google.com · 11 years ago
- 8c90827 add tests for SkDocument by commit-bot@chromium.org · 11 years ago
- a5f30e9 Add strokerect to ignored tests list by bsalomon@google.com · 11 years ago
- ad254fe If the path is a rect, call drawRect to raster the geometry in SkCanvas::drawPath to get better performance. by bsalomon@google.com · 11 years ago
- db6fa17 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
- 5187c43 More work to integrate skimage with rebaseline tools. by scroggo@google.com · 11 years ago
- 380355e Xoom rebaselines. by senorblanco@chromium.org · 11 years ago
- dbbe1d4 Revert r11880 (Apply matrix early in draw bitmap - https://codereview.chromium.org/30593003) due to layout test failure by robertphillips@google.com · 11 years ago
- 4c2af74 GrTHashCache -> GrTHashTable by mtklein@google.com · 11 years ago
- 5ee18dd Image decoder fixes (mostly) around A8. by scroggo@google.com · 11 years ago
- 114038a Revert "Revert "cache SkImage::Info calculation in lazypixelref"" by reed@google.com · 11 years ago
- e986b22 Revert "cache SkImage::Info calculation in lazypixelref" by reed@google.com · 11 years ago
- 2590a91 cache SkImage::Info calculation in lazypixelref by reed@google.com · 11 years ago
- 0d00976 Roll gyp from r1684 to r1765. by bungeman@google.com · 11 years ago
- 8204743 ChromeOS and IntelRhb rebaselines. by senorblanco@chromium.org · 11 years ago
- 192cbf6 DM: add --serialize by commit-bot@chromium.org · 11 years ago
- ad6d35b Third round of matrixconvolution rebaselines, and removal from ignored-tests.txt. by senorblanco@chromium.org · 11 years ago
- 950b1b0 Fix out of order destruction error by robertphillips@google.com · 11 years ago
- 00434ec GM: remove deprecated --ignoreTests flag BUG=skia:1730 R=borenet@google.com by epoger@google.com · 11 years ago
- 8c29490 Add DPI stettings to SkDocument::CreatePDF(). Tests will be added in a future cl, once DPI will be used in SkPDFDevice by commit-bot@chromium.org · 11 years ago
- 9f51d16 Second round of matrixconvolution rebaselines. by senorblanco@chromium.org · 11 years ago
- 4b7d673 More clang warning fixes. by commit-bot@chromium.org · 11 years ago
- f642f8c Magnifier gpu path fix by commit-bot@chromium.org · 11 years ago
- 718f5e2 First round of matrixconvolution rebaselines. by senorblanco@chromium.org · 11 years ago
- 8e919ad Fix GrProgramsTest to not generate tests with too many TexCoord references by commit-bot@chromium.org · 11 years ago
- 15455b2 Apply matrix early in draw bitmap by commit-bot@chromium.org · 11 years ago
- e7e29b7 scope ComputeIsOpaque with SkBitmap by reed@google.com · 11 years ago
- 9cd697c change ERROR label to BAD_CONFIG -- avoid windows complaint by reed@google.com · 11 years ago
- 383a697 store SkAlphaType inside SkBitmap, on road to support unpremul by reed@google.com · 11 years ago
- c2eae47 Reverting revert of r11862 (Constify SkFlattenable::getFactory()) or reverting r11871. by robertphillips@google.com · 11 years ago
- 466ea91 A few stragglers for r1187 (Fix cubic->quad RR corner regression) by robertphillips@google.com · 11 years ago
- 7c4d512 More rebaselines for r1187 (Fix cubic->quad RR corner regression) by robertphillips@google.com · 11 years ago
- d8b0a14 rebaselines after r1187 (Fix cubic->quad RR corner regression) by robertphillips@google.com · 11 years ago
- 2a4223c Fix for cropped matrix convolution for BottomLeft render targets. by senorblanco@chromium.org · 11 years ago
- b5e3910 Reverted due to Chromium compilation failures. Please see: by robertphillips@google.com · 11 years ago
- 1236719 Fix cubic->quad RR corner regression by robertphillips@google.com · 11 years ago
- b3c2da3 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
- 1c87672 Revert "[PDF] Add unpremultiply support and a GM (try3)." by vandebo@chromium.org · 11 years ago
- a7a9f37 DM: add --writePath by mtklein@google.com · 11 years ago
- 59fd223 [PDF] Add unpremultiply support and a GM (try3). by vandebo@chromium.org · 11 years ago
- dc37e20 Revert "PDF: support perspective in simple shaders. (this version does not work well with tilling)" by vandebo@chromium.org · 11 years ago
- eb5992c PDF: support perspective in simple shaders. (this version does not work well with tilling) by vandebo@chromium.org · 11 years ago
- 7938bae Implement crop rect support for SkMatrixConvolutionImageFilter. by senorblanco@chromium.org · 11 years ago
- 575604d Constify SkFlattenable::getFactory(). by commit-bot@chromium.org · 11 years ago
- cce4e09 Revert r11860, which was supposed to just be a whitespace change (argh) by epoger@google.com · 11 years ago
- 94041c6 Whitespace change to trigger buildbots after https://code.google.com/p/skia/source/detail?r=11859 by epoger@google.com · 11 years ago
- ce60c1f Revert "[PDF] Add unpremultiply support and a GM." by vandebo@chromium.org · 11 years ago
- c4d1771 [PDF] Add unpremultiply support and a GM. by vandebo@chromium.org · 11 years ago
- de7de56 rebaseline gpu complex clip tests by bsalomon@google.com · 11 years ago
- f711f32 GM: add --ignoreFailuresFile as an alternative to --ignoreTests by epoger@google.com · 11 years ago
- 6ee6858 SkThreadPool: allow for Runnables that add other Runnables to the pool. by commit-bot@chromium.org · 11 years ago
- f84ad8f Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
- 1aa6872 Make SkImageFilter::asNewEffect() (and all derived-class overrides) protected. by senorblanco@chromium.org · 11 years ago
- 32bbcf8 Add texture filtering override to debugger by robertphillips@google.com · 11 years ago
- c2cc1db Revert r11842 (call drawRect to try GrAARectRenderer if the path is a rect - https://codereview.chromium.org/23484007) due to changes to the following GM images: by robertphillips@google.com · 11 years ago
- 4256d24 Add support for GL_CHROMIUM_renderbuffer_format_BGRA8888 by commit-bot@chromium.org · 11 years ago
- cd7992b ARM Skia NEON patches - 30 - Xfermode: NEON modeprocs by commit-bot@chromium.org · 11 years ago
- 521a467 If the path is a rect, call drawRect to raster the geometry in SkCanvas::drawPath to get better performance. by commit-bot@chromium.org · 11 years ago
- 627f662 Disable r11835 (Replace cubic round rect corners with quads) due to performance regression by robertphillips@google.com · 11 years ago
- e0d7277 Revert 11839 (rebaseline images after r11835) due to performance regression in 11835 by robertphillips@google.com · 11 years ago
- 01c51b7 rebaseline images after r11835 by robertphillips@google.com · 11 years ago
- 3f15884 Added nested_bw to suppression list by robertphillips@google.com · 11 years ago
- e4b500b rebaseline stragglers from repeated radial gradient tweak by mtklein@google.com · 11 years ago
- 6b1b248 Fix typo in ignored-tests file by robertphillips@google.com · 11 years ago
- 1cc385b Replace cubic round rect corners with quads by robertphillips@google.com · 11 years ago
- 4677acc Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
- dfe0f43e Reverting r11813 (ARM Skia NEON patches - 30 - Xfermode: NEON modeprocs - https://codereview.chromium.org/26627004) due to Chromium compilation faliures. by robertphillips@google.com · 11 years ago
- 3ae71b6 Initial baselines for skbug1719 by bsalomon@google.com · 11 years ago
- 6065d36 tools/rebaseline.py --tests xfermodes3 drawbitmaprect scaled_tilemode_gradient tilemode_gradient by mtklein@google.com · 11 years ago
- d117910 update drawbitmap gm (part 2) by edisonn@google.com · 11 years ago
- 29a2d35 Updates to SkPDFDevice and SkDocument classes. by edisonn@google.com · 11 years ago
- 536dc83 Build fix fo windows only by sugoi@google.com · 11 years ago
- 0315ed8 Build fix for chromium shared component build by junov@google.com · 11 years ago
- 66bb3d1 DM: duh, don't calculate digests unless we're going to look at them. by commit-bot@chromium.org · 11 years ago
- 4cc1815 catch the other case where we need to see if fScaledBitmap.lockPixels() might have failed by reed@google.com · 11 years ago