1. c9917c0 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 12 years ago
  2. 1e973d7 Patch for r10762 by robertphillips@google.com · 12 years ago
  3. 6c15764 This CL addresses "SkCanvas::save flags are not respected by GPU backend" (https://code.google.com/p/skia/issues/detail?id=1503). by commit-bot@chromium.org · 12 years ago
  4. 4271f79 Revert "Make SkMatrix44::invert() check for finite 1/det instead of magic value" by scroggo@google.com · 12 years ago
  5. 968863f Revert r10718 to unblock roll by robertphillips@google.com · 12 years ago
  6. 7a3eeac Make SkMatrix44::invert() check for finite 1/det instead of magic value by commit-bot@chromium.org · 12 years ago
  7. 2822c9a Nobody defines SK_SUPPORT_HINTING_SCALE_FACTOR any more, so remove it. by mtklein@google.com · 12 years ago
  8. cb8b0ee Update how SkPath handles fGenerationID and fSourcePath, and add tests to cover. by mtklein@google.com · 12 years ago
  9. 259fbaf Add homogeneous point mapping to Matrix by egdaniel@google.com · 12 years ago
  10. 0038c12 Write NULL as "" so readString() always returns a non-NULL string. by mtklein@google.com · 12 years ago
  11. 439df28 fine-tune tolerance for pinchy quads in stroker by reed@google.com · 12 years ago
  12. 791816a Rename kES2_GrGLBinding to kES_GrGLBinding. Step 0 for supporting ES3. by bsalomon@google.com · 12 years ago
  13. bc98ff0 Enable coverage when drawing to the stencil buffer. by commit-bot@chromium.org · 12 years ago
  14. fdfbb9d Fix repeated point quads/cubics in convex pr and update convexpaths GM by commit-bot@chromium.org · 12 years ago
  15. 96583db Add missing fallback blending to SkA8_Shader_Blitter::blitMask() by commit-bot@chromium.org · 12 years ago
  16. 12bf9b3 Revert "Unpremultiply SkBitmaps for PDF output" by scroggo@google.com · 12 years ago
  17. 0e6e8cc Revert r10705 (ARM Skia NEON patches - 04 - Clean SkFixed / SkLONGLONG) due to 1000+ linux_layout failures (http://build.chromium.org/p/tryserver.chromium/builders/linux_layout_rel/builds/18997/steps/webkit_tests/logs/stdio) by robertphillips@google.com · 12 years ago
  18. 936be47 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 12 years ago
  19. 5d18cee Unpremultiply SkBitmaps for PDF output by commit-bot@chromium.org · 12 years ago
  20. 24ab3b0 Add blend optimization helpers and use to convert rect draws to clears. by commit-bot@chromium.org · 12 years ago
  21. 7d65dee allow both GDI and DW fontmgrs at the same time by reed@google.com · 12 years ago
  22. c1bf2de Fix crash when querying a runtime config that is defined in environment by commit-bot@chromium.org · 12 years ago
  23. 7425c12 Refactor GrGLUniformManager::UniformHandle to initialize itself by default by commit-bot@chromium.org · 12 years ago
  24. 5e2d270 Reverting r10707. Unreviewed. by jvanverth@google.com · 12 years ago
  25. 85eef60 Fix hairline pathrenderer for Nexus-10. Switches to using additional by commit-bot@chromium.org · 12 years ago
  26. 96ae688 effects: Replaces uses of GrAssert with SkASSERT. by commit-bot@chromium.org · 12 years ago
  27. 73ab296 ARM Skia NEON patches - 04 - Clean SkFixed / SkLONGLONG by commit-bot@chromium.org · 12 years ago
  28. 2dc8b96 Fix build with SK_SUPPORT_UNITTEST on by commit-bot@chromium.org · 12 years ago
  29. 03b8781 expose instance methods on SkTypefaceCache by reed@google.com · 12 years ago
  30. d423657 Prevent picture recording from over optimizing the culling of clips. by djsollen@google.com · 12 years ago
  31. a8b20d6 remove uncalled local functions by reed@google.com · 12 years ago
  32. 1cc07d9 Revert "Add SkCanvas::drawPosTextBounded." by reed@google.com · 12 years ago
  33. c9ab2b7 SkTDynamicHash by mtklein@google.com · 12 years ago
  34. 1c0ade7 Reverted r10654 (Fix crash when querying a runtime config that is defined in environment) due to compilation failure on Chromium win_layout bot by robertphillips@google.com · 12 years ago
  35. f6ad1e8 Revert r10659: Add a map homogenous points to SkMatrix by jvanverth@google.com · 12 years ago
  36. 9d54aeb All rSomethingTo() immediately following a close() are relative to the point we closed from, not the point we close to. Fix that. by commit-bot@chromium.org · 12 years ago
  37. 80e18c9 Reland "Make WebP decoding independent of stream length." by scroggo@google.com · 12 years ago
  38. 47fa136 allow NULL in writeString/readString by commit-bot@chromium.org · 12 years ago
  39. 2fae54d Add a map homogenous points to SkMatrix by egdaniel@google.com · 12 years ago
  40. cb62224 Removing deprecated constructors and setDevice from SkDeferredCanvas by commit-bot@chromium.org · 12 years ago
  41. 1904df0 Reverting r10651: Make WebP decoding independent of stream length. by jvanverth@google.com · 12 years ago
  42. 9c1a967 remove uneeded SK_API declaration. by djsollen@google.com · 12 years ago
  43. a1007de Fix crash when querying a runtime config that is defined in environment by commit-bot@chromium.org · 12 years ago
  44. a111e49 Cleanup the ARM blitrow optimizations by djsollen@google.com · 12 years ago
  45. 1f617a7 Make WebP decoding independent of stream length. by djsollen@google.com · 12 years ago
  46. 940c863 Revert r10640: Fix hairline pathrenderer for Nexus-10. by jvanverth@google.com · 12 years ago
  47. 34504ad Adding 2 functions to the Skia API by commit-bot@chromium.org · 12 years ago
  48. 78b64ae Fix hairline pathrenderer for Nexus-10. Switches to using additional by commit-bot@chromium.org · 12 years ago
  49. 641a249 ARM Skia NEON patches - 11 - Blitter_RGB16 by commit-bot@chromium.org · 12 years ago
  50. d55e357 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 12 years ago
  51. d2623a1 Use Path Ops to generate PDF clips by commit-bot@chromium.org · 12 years ago
  52. b265741 Revert r10603 (Remove operator== from SkPaint) due to Chrome failures by robertphillips@google.com · 12 years ago
  53. 590a5af Beginning work to refactor jpeg tile decoding. by scroggo@google.com · 12 years ago
  54. a1a5154 Fix failure exits from JPEG onBuildTileIndex. by scroggo@google.com · 12 years ago
  55. f44fcdc Upstreaming DropShadowImageFilter into skia, from Blink by junov@chromium.org · 12 years ago
  56. d79277f Support decoding subsets from JPG on Android. by scroggo@google.com · 12 years ago
  57. 2862151 Fix BGRA readback on Android by commit-bot@chromium.org · 12 years ago
  58. 9c9d4a7 Restore SkPath(const SkPath&) to copy the generation ID on Android. by mtklein@google.com · 12 years ago
  59. 8dc8bc5 Add downsample from 8888 to 4444. by scroggo@google.com · 12 years ago
  60. 839702b Add getFamilyNames to SkTypeface. by bungeman@google.com · 12 years ago
  61. 2515242 Add SkCanvas::drawPosTextBounded. by commit-bot@chromium.org · 12 years ago
  62. f7af91b Reverting r10608 (Add getFamilyNames to SkTypeface) due to compilation failures by robertphillips@google.com · 12 years ago
  63. 246b1c2 Add getFamilyNames to SkTypeface. by bungeman@google.com · 12 years ago
  64. 37ffe8a Remove operator== from SkPaint by commit-bot@chromium.org · 12 years ago
  65. 75796db Revert "Add blend optimization helpers and use to convert rect draws to clears." by bsalomon@google.com · 12 years ago
  66. b334366 Revert "Sanitizing source files in Housekeeper-Nightly" by bsalomon@google.com · 12 years ago
  67. 6eef65e Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 12 years ago
  68. a980269 Add getFamilyNames to SkTypeface. by bungeman@google.com · 12 years ago
  69. 1c4c9ef Move SkComposeImageFilter into its own {.h, .cpp} files by commit-bot@chromium.org · 12 years ago
  70. 7ca6d2f Reverting r10589: Add getFamilyNames to SkTypeface by jvanverth@google.com · 12 years ago
  71. 990d85f Add getFamilyNames to SkTypeface. by bungeman@google.com · 12 years ago
  72. 9c8b4ea Reverting r10583: Upstreaming DropShadowImageFilter into skia, from Blink by jvanverth@google.com · 12 years ago
  73. d8e4024 Upstreaming DropShadowImageFilter into skia, from Blink by junov@chromium.org · 12 years ago
  74. c1cdf21 Add blend optimization helpers and use to convert rect draws to clears. by commit-bot@chromium.org · 12 years ago
  75. 7c6d264 Fix race condition when locking/unlocking pixels. by djsollen@google.com · 12 years ago
  76. ea4b797 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 12 years ago
  77. f916f9e revise SkTDynamicHash and add unit tests BUG= R=reed@google.com by commit-bot@chromium.org · 12 years ago
  78. 34b05ca Separate quad UV calculation from bloat_quad by egdaniel@google.com · 12 years ago
  79. 9772a52 Minor sk_memset{16|32}_SSE2 optimization. by commit-bot@chromium.org · 12 years ago
  80. 67ed64e GPU Font Cache improvements: by commit-bot@chromium.org · 12 years ago
  81. 9b6a185 Revert "Add blend optimization helpers and use to convert rect draws to clears." by bsalomon@google.com · 12 years ago
  82. 66017f6 Add blend optimization helpers and use to convert rect draws to clears. by commit-bot@chromium.org · 12 years ago
  83. 1aa54bf Added ctm matrix to GPU path by commit-bot@chromium.org · 12 years ago
  84. a27622c Fix OverdrawFilter not set on first call to SkDebugCanvas::drawTo() by commit-bot@chromium.org · 12 years ago
  85. 6a6c80c Enable SkUtilsArm on all ARM platforms and always use NDK compliant NEON detection on Android. by djsollen@google.com · 12 years ago
  86. 1a165aa Actually flush the path stencil transform when the matrix changes by commit-bot@chromium.org · 12 years ago
  87. 19dd017 Fix a crash on stroking empty paths with nv_path_rendering enabled by commit-bot@chromium.org · 12 years ago
  88. a62efcc Avoid counting verbs twice in SkPath::isEmpty() by commit-bot@chromium.org · 12 years ago
  89. 48bc791 correctly copy constant coverage from GrPaint to GrDrawState by bsalomon@google.com · 12 years ago
  90. 44324fa Fixing SkDeferredCanvas::writePixels to trigger appropriate change notifications to SkSurface by junov@chromium.org · 12 years ago
  91. b6c7985 Add nv_path_rendering entry points to Unix GLInterface by commit-bot@chromium.org · 12 years ago
  92. bd74add Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 12 years ago
  93. febfd70 Add onRefMatchingStyle to SkFontHost_linux. by bungeman@google.com · 12 years ago
  94. 5ecd4fa Fix SkTMin call introduced in 10500 which fails on some platforms. by bungeman@google.com · 12 years ago
  95. ddc218e Implement onGetTableTags and onGetTableData on Windows. by bungeman@google.com · 12 years ago
  96. 35a20a1 Fix memory leak in SkPDFResourceDict by commit-bot@chromium.org · 12 years ago
  97. 397a954 Reintroduce default impls removed in 10495. by bungeman@google.com · 12 years ago
  98. b10b51f Implement onGetTableTags and onGetTableData on Windows. by bungeman@google.com · 12 years ago
  99. 24202c7 Revert "Don't call SkGpuDevice::drawVertices from drawPoints when AA is required." by djsollen@google.com · 12 years ago
  100. 74f96b9 Added 3-color gradient scraper for detecting symmetrical gradients. by commit-bot@chromium.org · 12 years ago