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