- 1c87672 Revert "[PDF] Add unpremultiply support and a GM (try3)." by vandebo@chromium.org · 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
- 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
- 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
- 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
- dfe0f43 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
- 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
- 4cc1815 catch the other case where we need to see if fScaledBitmap.lockPixels() might have failed by reed@google.com · 11 years ago
- 34150b4 Clear out SK_SCALAR_IS_FLOAT from SkRadialGradient, and merge the logic for radial_mirror and radial_repeat. by commit-bot@chromium.org · 11 years ago
- 9cf0cb1 Implement perspective for bitmaps in pdf. by edisonn@google.com · 11 years ago
- c7a40fa Split out GrBitmapTextContext from GrTextContext. by jvanverth@google.com · 11 years ago
- 3f1f2a3 Make CropRect immutable after construction. by senorblanco@chromium.org · 11 years ago
- 3e7e992 Add display of filterLevel to debugger by robertphillips@google.com · 11 years ago
- e9cd27d Third wave of Win64 warning cleanup by robertphillips@google.com · 11 years ago
- 1ae6c2b check of fScaledBitmap failed to lock by reed@google.com · 11 years ago
- b4c29c5 ARM Skia NEON patches - 30 - Xfermode: NEON modeprocs by commit-bot@chromium.org · 11 years ago
- 8b66abb Remove support for SK_CROP_RECT_IS_INT, now that it is no longer used in Blink or Chrome. by senorblanco@chromium.org · 11 years ago
- fe070ba Make sure attribute indexes are correct after restoring vertex attributes by commit-bot@chromium.org · 11 years ago
- 6397217 detach blur result texture when it is the same texture used to render path mask by commit-bot@chromium.org · 11 years ago
- 3534822 force readbuffer clients to use specialized readFoo for flattenables by reed@google.com · 11 years ago
- 4726291 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
- f8dd384 Reverting r11777 (ARM Skia NEON patches - 30 - Xfermode: NEON modeprocs) due to Chromium compilation failure by robertphillips@google.com · 11 years ago
- 607b3a9 Guard colorNames variable under SK_SUPPORT_UNITTEST. by commit-bot@chromium.org · 11 years ago
- 2f92966 Remove SkDataTable from SkFlattenable hierarchy. by commit-bot@chromium.org · 11 years ago
- e0e1da3 Remove SkColorTable from SkFlattenable hierarchy. by commit-bot@chromium.org · 11 years ago
- 23d0ab7 return false if we can't scale, to force us to try to lock the original and then proceed by reed@google.com · 11 years ago
- db62709 Turn clear-to-white-then-intersect clips into clear-to-black-then-replace by commit-bot@chromium.org · 11 years ago
- 01bdf3c Add crop rect support for SkDisplacementMapEffect (raster and GPU paths). by senorblanco@chromium.org · 11 years ago
- b8aa4dd Fix off by one error in last advanceCount in SkFontHost_FreeType. by bungeman@google.com · 11 years ago
- 8b16931 Second wave of Win64 warning cleanup by robertphillips@google.com · 11 years ago
- baa1558 ARM Skia NEON patches - 30 - Xfermode: NEON modeprocs by commit-bot@chromium.org · 11 years ago
- b58ba89 account for inverse-paths when we prealloc storage in the rgn-builder by reed@google.com · 11 years ago
- 33e88b7 SkRectShaderImageFilter: add a new factory method which takes a CropRect. by senorblanco@chromium.org · 11 years ago
- 0d0bb83 remove clipstack/region bounds assertion by commit-bot@chromium.org · 11 years ago
- 8aaac8d Fix build break in assert by bsalomon@google.com · 11 years ago
- 6b7938f separate state for msaa renderability by commit-bot@chromium.org · 11 years ago
- fbc58a3 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
- adacc70 Start cleaning up 64bit Win warnings by robertphillips@google.com · 11 years ago
- 04b57f8 Runtime configuration setting for suppressing JPEG decoder errors. by halcanary@google.com · 11 years ago
- 0cd2ac6 change SkAnnotation to not inherit from SkFlattenable (does not need dynamic factories) by reed@google.com · 11 years ago
- ea476e1 swizzle color table if necessary by commit-bot@chromium.org · 11 years ago
- 4979f32 remove SkDataSet, and just store a key/value in SkAnnotation by reed@google.com · 11 years ago
- 790c3f4 Remove need for readFlattenableT from SkLightingImageFilter. by commit-bot@chromium.org · 11 years ago
- 7388051 Move renderable config list to GrDrawTargetCaps by commit-bot@chromium.org · 11 years ago
- da30055 SkData need not be a Flattenable, since it does not need subclass/factories by reed@google.com · 11 years ago
- 5e00989 Add SkPDFDeviceFlatenner which extends SkPDFDevice to add support to flatten the path and the text when we have perspective. by commit-bot@chromium.org · 11 years ago
- 1108fc3 Remove SkLumaXfermode. by commit-bot@chromium.org · 11 years ago
- 2a10318 Simplify code for configuring suppression of ImageDecoder warnings by halcanary@google.com · 11 years ago
- 18252fe Add stdio include to SkFonrConfigParser_android. by bungeman@google.com · 11 years ago
- 8530296 Try to work around VS2010 intsafe/stdint multiple define issues. by bungeman@google.com · 11 years ago
- 72e8324 Add stdio include to SkDebug_android. by bungeman@google.com · 11 years ago
- 2c8e9d4 Add stdio include for Android specific code in SkRegion. by bungeman@google.com · 11 years ago
- 3dc82c4 Correct 32bit pointer assumption in assert in SkMatrix. by bungeman@google.com · 11 years ago
- fab44db Clean up SkTypes.h. by bungeman@google.com · 11 years ago
- 29d4e63 GIF decode: optional error messages and fault tolerance. by halcanary@google.com · 11 years ago
- 5e85300 SkRectShaderImageFilter: add a workaround for the zero-sized rects currently passed by Blink. by senorblanco@chromium.org · 11 years ago
- e9d61ed Use #if insteadof #ifdef DYNAMIC_ANNOTATIONS_ENABLED. It's always defined, just to 0 or 1. by senorblanco@chromium.org · 11 years ago
- 1f1b4aa Fix double ref issue in SkPDFFont ctor by robertphillips@google.com · 11 years ago
- 21a705d SK_ONCE for SkMatrix::I() by commit-bot@chromium.org · 11 years ago
- e258eb3 Implement crop rect support for SkRectShaderImageFilter: remove fRect and use the cropRect from SkImageFilter in its place. by senorblanco@chromium.org · 11 years ago
- d494b09 Align SkLumaColorFilter with the spec. by commit-bot@chromium.org · 11 years ago
- a7538ba SkThreadPool: tweak two little things that have been annoying me by commit-bot@chromium.org · 11 years ago
- fb6deed make explicit the requirement that all colorfilters are reentrant-safe by reed@google.com · 11 years ago
- 0197b32 Always clear dest in SkBitmap::copyTo's draw path by robertphillips@google.com · 11 years ago
- 0a6151d Revert "Revert "change SkColorTable to be immutable"" by reed@google.com · 11 years ago
- b295fb6 Change SkImageFilter's cropRect from SkIRect to a CropRect struct, containing an SkRect and flags indicating which parameters are set. by senorblanco@chromium.org · 11 years ago
- f29c380 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
- 824c346 Express (GLSL expression, possibly known value) pairs as a class by commit-bot@chromium.org · 11 years ago
- b5a6651 SkDocument api changes (abort, close return success, set DCT encoder...). by commit-bot@chromium.org · 11 years ago
- 1303761 Remove _impl from names in SkOnce.h. by commit-bot@chromium.org · 11 years ago
- 235002f low hanging calloc fruit by commit-bot@chromium.org · 11 years ago
- c9542ca Add swapBuffer call to SkGLContextHelper. by djsollen@google.com · 11 years ago
- 48d9ff5 Revert "change SkColorTable to be immutable" by reed@google.com · 11 years ago
- 9864c24 change SkColorTable to be immutable by reed@google.com · 11 years ago
- 3a19fb5 Sketch of SK_ONCE by mtklein@google.com · 11 years ago
- 32184d8 Implement stroking a path with nv_path_rendering by commit-bot@chromium.org · 11 years ago
- aadb4d9 flush after every print in windows by commit-bot@chromium.org · 11 years ago
- df187c7 ARM Skia NEON patches - 28 - Xfermode: SIMD modeprocs by commit-bot@chromium.org · 11 years ago
- c4dc0ad Implement filling a path with nv_path_rendering cover by commit-bot@chromium.org · 11 years ago
- 12eb781 try uping the cache-count-limit to see if it speeds up bench-pictures by reed@google.com · 11 years ago
- 27f74aa Improve SkScalerContext_GDI::generateCharToGlyph for non-BMP code points. by bungeman@google.com · 11 years ago
- dac4a1d Allow sampling GIF images during decode. by commit-bot@chromium.org · 11 years ago
- c0de5d6 Fix uninitialized memory access by robertphillips@google.com · 11 years ago
- 6f980c6 Revert "ARM Skia NEON patches - 28 - Xfermode: SIMD modeprocs" by djsollen@google.com · 11 years ago
- 84cc1eb ARM Skia NEON patches - 28 - Xfermode: SIMD modeprocs by commit-bot@chromium.org · 11 years ago