1. c9ab2b7 SkTDynamicHash by mtklein@google.com · 11 years ago
  2. 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 · 11 years ago
  3. f6ad1e8 Revert r10659: Add a map homogenous points to SkMatrix by jvanverth@google.com · 11 years ago
  4. 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 · 11 years ago
  5. 80e18c9 Reland "Make WebP decoding independent of stream length." by scroggo@google.com · 11 years ago
  6. 47fa136 allow NULL in writeString/readString by commit-bot@chromium.org · 11 years ago
  7. 2fae54d Add a map homogenous points to SkMatrix by egdaniel@google.com · 11 years ago
  8. cb62224 Removing deprecated constructors and setDevice from SkDeferredCanvas by commit-bot@chromium.org · 11 years ago
  9. 1904df0 Reverting r10651: Make WebP decoding independent of stream length. by jvanverth@google.com · 11 years ago
  10. 9c1a967 remove uneeded SK_API declaration. by djsollen@google.com · 11 years ago
  11. a1007de Fix crash when querying a runtime config that is defined in environment by commit-bot@chromium.org · 11 years ago
  12. a111e49 Cleanup the ARM blitrow optimizations by djsollen@google.com · 11 years ago
  13. 1f617a7 Make WebP decoding independent of stream length. by djsollen@google.com · 11 years ago
  14. 940c863 Revert r10640: Fix hairline pathrenderer for Nexus-10. by jvanverth@google.com · 11 years ago
  15. 34504ad Adding 2 functions to the Skia API by commit-bot@chromium.org · 11 years ago
  16. 78b64ae Fix hairline pathrenderer for Nexus-10. Switches to using additional by commit-bot@chromium.org · 11 years ago
  17. 641a249 ARM Skia NEON patches - 11 - Blitter_RGB16 by commit-bot@chromium.org · 11 years ago
  18. d55e357 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  19. d2623a1 Use Path Ops to generate PDF clips by commit-bot@chromium.org · 11 years ago
  20. b265741 Revert r10603 (Remove operator== from SkPaint) due to Chrome failures by robertphillips@google.com · 11 years ago
  21. 590a5af Beginning work to refactor jpeg tile decoding. by scroggo@google.com · 11 years ago
  22. a1a5154 Fix failure exits from JPEG onBuildTileIndex. by scroggo@google.com · 11 years ago
  23. f44fcdc Upstreaming DropShadowImageFilter into skia, from Blink by junov@chromium.org · 11 years ago
  24. d79277f Support decoding subsets from JPG on Android. by scroggo@google.com · 11 years ago
  25. 2862151 Fix BGRA readback on Android by commit-bot@chromium.org · 11 years ago
  26. 9c9d4a7 Restore SkPath(const SkPath&) to copy the generation ID on Android. by mtklein@google.com · 11 years ago
  27. 8dc8bc5 Add downsample from 8888 to 4444. by scroggo@google.com · 11 years ago
  28. 839702b Add getFamilyNames to SkTypeface. by bungeman@google.com · 11 years ago
  29. 2515242 Add SkCanvas::drawPosTextBounded. by commit-bot@chromium.org · 11 years ago
  30. f7af91b Reverting r10608 (Add getFamilyNames to SkTypeface) due to compilation failures by robertphillips@google.com · 11 years ago
  31. 246b1c2 Add getFamilyNames to SkTypeface. by bungeman@google.com · 11 years ago
  32. 37ffe8a Remove operator== from SkPaint by commit-bot@chromium.org · 11 years ago
  33. 75796db Revert "Add blend optimization helpers and use to convert rect draws to clears." by bsalomon@google.com · 11 years ago
  34. b334366 Revert "Sanitizing source files in Housekeeper-Nightly" by bsalomon@google.com · 11 years ago
  35. 6eef65e Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  36. a980269 Add getFamilyNames to SkTypeface. by bungeman@google.com · 11 years ago
  37. 1c4c9ef Move SkComposeImageFilter into its own {.h, .cpp} files by commit-bot@chromium.org · 11 years ago
  38. 7ca6d2f Reverting r10589: Add getFamilyNames to SkTypeface by jvanverth@google.com · 11 years ago
  39. 990d85f Add getFamilyNames to SkTypeface. by bungeman@google.com · 11 years ago
  40. 9c8b4ea Reverting r10583: Upstreaming DropShadowImageFilter into skia, from Blink by jvanverth@google.com · 11 years ago
  41. d8e4024 Upstreaming DropShadowImageFilter into skia, from Blink by junov@chromium.org · 11 years ago
  42. c1cdf21 Add blend optimization helpers and use to convert rect draws to clears. by commit-bot@chromium.org · 11 years ago
  43. 7c6d264 Fix race condition when locking/unlocking pixels. by djsollen@google.com · 11 years ago
  44. ea4b797 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  45. f916f9e revise SkTDynamicHash and add unit tests BUG= R=reed@google.com by commit-bot@chromium.org · 11 years ago
  46. 34b05ca Separate quad UV calculation from bloat_quad by egdaniel@google.com · 11 years ago
  47. 9772a52 Minor sk_memset{16|32}_SSE2 optimization. by commit-bot@chromium.org · 11 years ago
  48. 67ed64e GPU Font Cache improvements: by commit-bot@chromium.org · 11 years ago
  49. 9b6a185 Revert "Add blend optimization helpers and use to convert rect draws to clears." by bsalomon@google.com · 11 years ago
  50. 66017f6 Add blend optimization helpers and use to convert rect draws to clears. by commit-bot@chromium.org · 11 years ago
  51. 1aa54bf Added ctm matrix to GPU path by commit-bot@chromium.org · 11 years ago
  52. a27622c Fix OverdrawFilter not set on first call to SkDebugCanvas::drawTo() by commit-bot@chromium.org · 11 years ago
  53. 6a6c80c Enable SkUtilsArm on all ARM platforms and always use NDK compliant NEON detection on Android. by djsollen@google.com · 11 years ago
  54. 1a165aa Actually flush the path stencil transform when the matrix changes by commit-bot@chromium.org · 11 years ago
  55. 19dd017 Fix a crash on stroking empty paths with nv_path_rendering enabled by commit-bot@chromium.org · 11 years ago
  56. a62efcc Avoid counting verbs twice in SkPath::isEmpty() by commit-bot@chromium.org · 11 years ago
  57. 48bc791 correctly copy constant coverage from GrPaint to GrDrawState by bsalomon@google.com · 11 years ago
  58. 44324fa Fixing SkDeferredCanvas::writePixels to trigger appropriate change notifications to SkSurface by junov@chromium.org · 11 years ago
  59. b6c7985 Add nv_path_rendering entry points to Unix GLInterface by commit-bot@chromium.org · 11 years ago
  60. bd74add Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  61. febfd70 Add onRefMatchingStyle to SkFontHost_linux. by bungeman@google.com · 11 years ago
  62. 5ecd4fa Fix SkTMin call introduced in 10500 which fails on some platforms. by bungeman@google.com · 11 years ago
  63. ddc218e Implement onGetTableTags and onGetTableData on Windows. by bungeman@google.com · 11 years ago
  64. 35a20a1 Fix memory leak in SkPDFResourceDict by commit-bot@chromium.org · 11 years ago
  65. 397a954 Reintroduce default impls removed in 10495. by bungeman@google.com · 11 years ago
  66. b10b51f Implement onGetTableTags and onGetTableData on Windows. by bungeman@google.com · 11 years ago
  67. 24202c7 Revert "Don't call SkGpuDevice::drawVertices from drawPoints when AA is required." by djsollen@google.com · 11 years ago
  68. 74f96b9 Added 3-color gradient scraper for detecting symmetrical gradients. by commit-bot@chromium.org · 11 years ago
  69. c048de0 Don't call SkGpuDevice::drawVertices from drawPoints when AA is required. by commit-bot@chromium.org · 11 years ago
  70. 3f2a2d5 Add Loop Blinn hairline conics to GPU by egdaniel@google.com · 11 years ago
  71. ab44a17 stub support for SK_FONTHOST_USES_FONTMGR by reed@google.com · 11 years ago
  72. 62df526 Make SkPath::conservativelyContainsRect not assert on paths that begin with repeated moveTos by commit-bot@chromium.org · 11 years ago
  73. d4c3565 Fixes for JPEG subset decoding. by scroggo@google.com · 11 years ago
  74. 350b4d5 Remove SkBlendImageFilter, and all tests. Its functionality has been subsumed by SkXfermodeImageFilter. by senorblanco@chromium.org · 11 years ago
  75. 8743b8f Mark GrMemoryPool methods as static. by commit-bot@chromium.org · 11 years ago
  76. 1fdc677 ARM Skia NEON patches - 14 - S32A_Blend by commit-bot@chromium.org · 11 years ago
  77. 5d4b773 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  78. 92ffe7d Inverse fill support in PDF by commit-bot@chromium.org · 11 years ago
  79. d9d5c05 Enable runtime checks for SSSE3 on x86 on Android. by mtklein@google.com · 11 years ago
  80. f3f2d16 set nominmax on windows by bsalomon@google.com · 11 years ago
  81. b6bd24d add impls for createfromstream for fontconfig fontmgr by reed@google.com · 11 years ago
  82. b14ecda add dox to SkTDynamicHash, fix typo of Key instead of KEY by reed@google.com · 11 years ago
  83. e027a6e adapt FontConfig to use SK_FONTHOST_USES_FONTMGR by reed@google.com · 11 years ago
  84. 29bf862 Upstream changes from Android by djsollen@google.com · 11 years ago
  85. 76015b0 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  86. 46724e4 + ,fLastAllocated(NULL) by commit-bot@chromium.org · 11 years ago
  87. 7fdcd44 support SK_FONTHOST_USES_FONTMGR on mac by reed@google.com · 11 years ago
  88. d71732a Optimize the blur convolution by only applying domain clamping where necessary. Split the blur convolution into left and right margins which have clamping applied and a center portion which doesn't. Also reorder the convolve_gaussian() parameters to match GrConvolutionEffect params. Correctness is covered by existing tests; performance is covered by BlurImageFilter bench. by senorblanco@chromium.org · 11 years ago
  89. 2faef55 Remove old default implementation of SkTypeface::onGetUPEM. by bungeman@google.com · 11 years ago
  90. 30ddd61 refactoring for SK_FONTHOST_USES_FONTMGR option by reed@google.com · 11 years ago
  91. 38bad32 fold SK_CPU_HAS_CONDITION_INSTR through as always defined by commit-bot@chromium.org · 11 years ago
  92. 5abacf6 add scalar stubs for neon functions to give arm guys a place to work by commit-bot@chromium.org · 11 years ago
  93. 17ad2bd Fix quickReject computation for blurs by robertphillips@google.com · 11 years ago
  94. 16d53aa Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  95. 6a774a1 Fix subpixel metrics with GDI. by bungeman@google.com · 11 years ago
  96. a3aaf16 Fix invalid comparison between int16 and int16be in name table code. by bungeman@google.com · 11 years ago
  97. 08df48d expose getFamilyName to public SkTypeface by reed@google.com · 11 years ago
  98. e8232bc Small optimization for convolution shader: only apply the bounds check in direction of convolution, not both. This requires generating different versions of the shader depending on direction. by senorblanco@chromium.org · 11 years ago
  99. 4dcd062 Matrix decomposition cleanup: Add is_degenerate_2x2(), and fix some asserts by commit-bot@chromium.org · 11 years ago
  100. 27e21fe Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago