- 65caeaf Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
- fd67f2f Fix a warning. by scroggo@google.com · 11 years ago
- 83fd2c7 Add a buffered SkStream class. by scroggo@google.com · 11 years ago
- 939ca7c move GrMalloc, GrFree, Gr_bzero to their sk equivalents by reed@google.com · 11 years ago
- baed71f add counting to Globals, and refactor some for clarity by reed@google.com · 11 years ago
- 2c86fbb Add SkDivMod with a special case for ARM. by commit-bot@chromium.org · 11 years ago
- 0ac74b2 Added SkTileImageFilter to SkFlattenable::InitializeFlattenables() by sugoi@google.com · 11 years ago
- 1a4fb70 Moving 4 SkImageFilter derived classes from blink to skia by commit-bot@chromium.org · 11 years ago
- 9529441 GrAtlas refactor: Replace GrMaskFormat usage in GrAtlas with GrPixelConfig. by commit-bot@chromium.org · 11 years ago
- 4cc2632 ARM Skia NEON patches - 24 - S32_D565_Blend_Dither slight speedup/bugfix by commit-bot@chromium.org · 11 years ago
- 97f8167 We don't flatten or unflatten SkPaintOptionsAndroid. Reproduce and fix. by commit-bot@chromium.org · 11 years ago
- 3fddf0e First pass at font cache refactor: Create an atlas manager per texture by commit-bot@chromium.org · 11 years ago
- ca0c838 Move bound and isFinite into pathref by robertphillips@google.com · 11 years ago
- 50955db Fix iOS build. by scroggo@google.com · 11 years ago
- b5571b3 Change SkImageDecoders to take an SkStreamRewindable. by scroggo@google.com · 11 years ago
- 228f2b8 Print a better error message. by scroggo@google.com · 11 years ago
- a934899 Use the default resync_to_restart in jpeg. by scroggo@google.com · 11 years ago
- 4382330 Replace GR_*_BUILD by their SK_BUILD_FOR_* equivalents. by commit-bot@chromium.org · 11 years ago
- 39a7c70 Use different unique identifier for a fallback family. by djsollen@google.com · 11 years ago
- dfc7403 remove obsolete USE_CACHE_HASH by reed@google.com · 11 years ago
- c8fb998 Revert r11423 (low hanging calloc fruit) by robertphillips@google.com · 11 years ago
- 572a865 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
- 2905ff5 low hanging calloc fruit by mtklein@google.com · 11 years ago
- d28ba80 promote SkImage::AlphaType to SkAlphaType by reed@google.com · 11 years ago
- d2cfa74 [PDF] clear() and drawPaint() where applying the initial transform twice. by commit-bot@chromium.org · 11 years ago
- c526c71 Map Calibri to Carlito by bungeman@google.com · 11 years ago
- dd88ecc Fix slight hinting with GDI. by bungeman@google.com · 11 years ago
- 0060159 ARM Skia NEON patches - 21 - new NEON S32_D565_Opaque 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
- f91e3d4 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
- c5e57bd silence the error test to be a better citizen by commit-bot@chromium.org · 11 years ago
- 9902c38 Add new entry point that supports fallback font selection based on language. by djsollen@google.com · 11 years ago
- aa6c4d2 pdf: report NYI features, and fail gracefully when something is not supported in pdf. by edisonn@google.com · 11 years ago
- 962c886 Implement crop rect support for the merge image filter. by senorblanco@chromium.org · 11 years ago
- 52c7526 Reenable GrAAHairlinePathRenderer assert w/ fix by robertphillips@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
- 2262c58 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
- 4fe0555 Temporarily disable assert in GrAAHairlinePathRenderer.cpp by robertphillips@google.com · 11 years ago
- 9528bdb Don't reuse scratch textures update by robertphillips@google.com · 11 years ago
- ada90da "Fix" for hairline corner bugs by robertphillips@google.com · 11 years ago
- d44d988 fix fontconfig backend to only cache new fonts if their outName was unique by reed@google.com · 11 years ago
- 07f6cf3 fix printing of error messages in canvasstatetest. by commit-bot@chromium.org · 11 years ago
- 26d2e04 pdf: write only ToUnicode mappings needed by the font, trimming anything out of [firstChar, lastChar] interval. by edisonn@google.com · 11 years ago
- 286a883 cleanup XML_Parser after reading android config files. by djsollen@google.com · 11 years ago
- 5898dce Attempt to remove 64 bit min size for NPOT resized texture. by commit-bot@chromium.org · 11 years ago
- a0b4028 Replace uses of GrNoncopyable by SkNoncopyable. by commit-bot@chromium.org · 11 years ago
- 0694ea7 Fix to allow ovals GM to finish on N7 by commit-bot@chromium.org · 11 years ago
- 688d362 ARM Skia NEON patches - 23 - S32_D565_Opaque_Dither cleanup/bugfix/speed by commit-bot@chromium.org · 11 years ago
- 2291e72 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
- 636d87a update devicelooper to skip internal tiles that are empty, and unittests by reed@google.com · 11 years ago
- 8135323 pdf: ifgnore shader colors applied for 0 range. by edisonn@google.com · 11 years ago
- 8fcad98 Implement crop rect for the dilate and erode (morphology) filters. This provoked some cleanup on the GPU side: apply_morphology() now deals with SkBitmaps, rather than GrTextures. There's still a clear opportunity for more refactoring between the two filters. by senorblanco@chromium.org · 11 years ago
- ef45a64 [External patch] Source-over support for SkLumaXfermode. by fmalita@google.com · 11 years ago
- 07f81a5 Baby step in making SkGpuDevice no longer derive from SkBitmapDevice by robertphillips@google.com · 11 years ago
- a604c4f Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
- bbe55fd Have multiple plotmgrs, one for each mask format. by jvanverth@google.com · 11 years ago
- a2f4b15 Don't declare displayCache variable if PROGRAM_CACHE_STATS not defined. by jvanverth@google.com · 11 years ago
- 5c9b6fa Only display program cache info if RTConf flag is set. by jvanverth@google.com · 11 years ago
- 570863f path ops work in progress by caryclark@google.com · 11 years ago
- 24ddde9 Revert 11247, 11250, 11251, 11257, and 11279 to unblock DEPS roll (https://codereview.chromium.org/24159002/) by robertphillips@google.com · 11 years ago
- ba6e954 Revert the revert of 11247, 11250, 11251 and 11279 (Chrome already relies on changes in r11247) by robertphillips@google.com · 11 years ago
- 478884f Revert 11247, 11250, 11251 and 11279 to unblock DEPS roll (https://codereview.chromium.org/24159002/) by robertphillips@google.com · 11 years ago
- dc9888c Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
- cee9dcb start to remove lockPixels from bitmapshader by reed@google.com · 11 years ago
- 558d5d3 Warnings as errors fix by robertphillips@google.com · 11 years ago
- 4b681bc Fixed issues found by fuzzer by commit-bot@chromium.org · 11 years ago
- 5792cde Initial error handling code by commit-bot@chromium.org · 11 years ago
- 2db4eab ARM Skia NEON patches - 19 - Intrinsics version of the Filter32 routines by commit-bot@chromium.org · 11 years ago
- e932c98 re-enable GrIODB by bsalomon@google.com · 11 years ago
- 6cc8d44 Fix for ovals failing on Xoom. by jvanverth@google.com · 11 years ago
- 115fbf6 Fix uninitialized string bug by robertphillips@google.com · 11 years ago
- 9a070f2 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
- e0e7cfe Change old PRG to be SkLCGRandom; change new one to SkRandom by commit-bot@chromium.org · 11 years ago
- 82d1223 Two and three color GPU gradients without textures. by bsalomon@google.com · 11 years ago
- ce6da4d Improve handling of FF vertex array state by commit-bot@chromium.org · 11 years ago
- beba935 remove SK_IGNORE_IMAGE_PRESCALE flag (no longer used) by reed@google.com · 11 years ago
- ef0e319 move decision to smash invmatrix into unit-space (for faster repeat/mirror to after the call to possiblyScaleImage(), so we don't confuse that code with a munged matrix. Fixes the scaled_tilemodes gm for HQ by reed@google.com · 11 years ago
- a4de8c2 Remove GrRefCnt.h in favor of SkRefCnt.h by commit-bot@chromium.org · 11 years ago
- 53cbb0b Return canonical logfont size to 64. by bungeman@google.com · 11 years ago
- b3ec29d Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
- 1acc3d7 Replace uses of GR_DEBUGCODE by SkDEBUGCODE. by commit-bot@chromium.org · 11 years ago
- b57a30d Remove dead code from libwebp image decoder by commit-bot@chromium.org · 11 years ago
- a91f031 Add a requiresVertexShader method to GrGLEffect by commit-bot@chromium.org · 11 years ago
- e65d76f Remove coverage msaa func from android grglinterface setup by bsalomon@google.com · 11 years ago
- 040fd8f Rip out CSAA support by commit-bot@chromium.org · 11 years ago
- 96a7a96 Fix for aliasing in device-independent ovals on Nexus 10. by commit-bot@chromium.org · 11 years ago
- 1e62727 Fallback to GLES context when GL context setup fails at any stage. by commit-bot@chromium.org · 11 years ago
- 6d2fef9 Update the freetype backed fonthost to keep the style and fixed width attributes for a font stream. by djsollen@google.com · 11 years ago
- bfe2b9d Move oval and rect renderer includes to private interface by jvanverth@google.com · 11 years ago
- 91a798f alpha threshold bitmap shader by commit-bot@chromium.org · 11 years ago
- 04c500f Update to allow packed depth-stencil on ES3 by commit-bot@chromium.org · 11 years ago
- b706117 Push sigma-based blur interface into our GMs/benches/tests/samplecode by robertphillips@google.com · 11 years ago
- b27eba7 fix regression in fallback chain where we don't account for the original font style. by djsollen@google.com · 11 years ago
- e15d9ec move platformConvolutionProcs() call to right before we need it by reed@google.com · 11 years ago
- 6fc1b49 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
- a8e5a06 Add support for ES3 MSAA. by commit-bot@chromium.org · 11 years ago
- 67db510 Revert "alpha threshold bitmap shader" by bsalomon@google.com · 11 years ago
- 4ec4cf9 alpha threshold bitmap shader by commit-bot@chromium.org · 11 years ago
- 48e9260 add SkConvolutionProcs* to the none platformConvolutionProcs() signature by reed@google.com · 11 years ago
- fed04b3 remove fConvolutionProcs from State, and just use it locally by reed@google.com · 11 years ago