1. 020b25b Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  2. 45f746f restore bitmap.erase() support for 4444 : trivial, and BitmapCopyTest relied on it by reed@google.com · 11 years ago
  3. ea33808 remove dead AutoValidator by reed@google.com · 11 years ago
  4. 6ba4572 remove dst/rendertarget support for kARGB_4444_Config by reed@google.com · 11 years ago
  5. da2b21f add rect-output parameter to isRect, allowing us to return the correct bounds even if a rectagular path has a trailing moveTo by reed@google.com · 11 years ago
  6. a5809a3 SkPath::rewind needs to have same reset as SkPath::reset. by bungeman@google.com · 11 years ago
  7. 4d494f0 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  8. 6757a3c combine glyph and image bulk alloc, and adjust initial alloc size, to reduce total waste from 50% to 30% by reed@google.com · 11 years ago
  9. d88a3d8 Add SkString::appendU32() and SkString::appendU64() as needed to re-land r9682 by epoger@google.com · 11 years ago
  10. ae72f47 remove unused line of code (from xcode's analysis) by reed@google.com · 11 years ago
  11. 8e990eb Update SkBitmap::validate to respect Android flag. by scroggo@google.com · 11 years ago
  12. 61c49f3 Improve the performance of SkConvertConfig8888Pixels using Array lookup by commit-bot@chromium.org · 11 years ago
  13. 7fb04bc oops, fix missing change in 9532, setting hashbits to 8 by reed@google.com · 11 years ago
  14. 01efe13 remove leftover printf by reed@google.com · 11 years ago
  15. 7de1e3f test thick stroking of conics by reed@google.com · 11 years ago
  16. b8b619a use 8 bits for fontcache hash by reed@google.com · 11 years ago
  17. 6fbe54c Compact the clipstack for kReplace_Op'd geometry by commit-bot@chromium.org · 11 years ago
  18. 792bbd1 add drawImage to lua by mike@reedtribe.org · 11 years ago
  19. 4e05fd2 add conic support to hairlines by reed@google.com · 11 years ago
  20. 5a64902 call through to the device from SkDraw by reed@google.com · 11 years ago
  21. 4fa748d Fix issues related to resolving fonts based on name. by djsollen@google.com · 11 years ago
  22. 8f6ef40 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  23. 8cb1088 change impl to explicitly store length as u32, rather than size_t, so we keep a packed struct on 64bit machines by reed@google.com · 11 years ago
  24. ed43dff add size limit for using glyphcache. above that, draw using paths by reed@google.com · 11 years ago
  25. 11c9a55 Add SkData::NewFromFD. by bungeman@google.com · 11 years ago
  26. 135ece1 Added comment to SkDrawLooper fix by robertphillips@google.com · 11 years ago
  27. 2dd76d7 Hamfisted fix to drawLooper w/ 0 stages bug by robertphillips@google.com · 11 years ago
  28. 26da7f0 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  29. 86fc266 Implement SkXfermode image filter. This required changing the signature of SkXfermode::asNewEffectOrCoeffs(), to add an optional background texture. by senorblanco@chromium.org · 11 years ago
  30. 277c3f8 bump picture version since SkPath has changed (conics) by reed@google.com · 11 years ago
  31. 2d76d93 Read and write pixel offset when serializing bitmaps. by scroggo@google.com · 11 years ago
  32. 1922c2e specialize bicubic filtering for scale-only by humper@google.com · 11 years ago
  33. fa2f2a4 Revert "add asserts to point<-->verb helpers" by reed@google.com · 11 years ago
  34. 7950a9e add asserts to point<-->verb helpers by reed@google.com · 11 years ago
  35. a5d3e77 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  36. ed8d6bb Moving updateClipConservativelyUsingBounds into SkCanvas by junov@chromium.org · 11 years ago
  37. b74706f use integer math instead of float per-pixel. about a 2x speedup. not tested well, so this is just experimental. by reed@google.com · 11 years ago
  38. 6cab1a4 Change SkStream. https://codereview.chromium.org/15298009/ by bungeman@google.com · 11 years ago
  39. 0a4805e First pass at Comment API by robertphillips@google.com · 11 years ago
  40. 40078cb Android specific changes that are upstreamed from the android framework. by djsollen@google.com · 11 years ago
  41. 24287c1 Revert "Patch to prevent chromium breakage until the DEPS." by scroggo@google.com · 11 years ago
  42. 6840076 Remove SkImageFilter::getInputResult(), since its return value is not by senorblanco@chromium.org · 11 years ago
  43. 8b79028 Move SkDrawLooper implementation to its own file. by commit-bot@chromium.org · 11 years ago
  44. 3e2345a Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  45. 932105a don't reference missing header by reed@google.com · 11 years ago
  46. 4c69a06 clone of https://codereview.chromium.org/15316014/ with teaks by reed@google.com · 11 years ago
  47. 03ca64b don't overclamp cubics (see skbug.com/1316) by reed@google.com · 11 years ago
  48. 1202c2a Add printing of SkColorFilter-derived classes to debugger by robertphillips@google.com · 11 years ago
  49. 6d9c92b Remove offsetcanvas from debugger by robertphillips@google.com · 11 years ago
  50. f0656c1 Reverting r9245 due to Chrome breakage by robertphillips@google.com · 11 years ago
  51. be1d02e Remove SkImageFilter::getInputResult(), since its return value is not by senorblanco@chromium.org · 11 years ago
  52. edef4aa Patch to prevent chromium breakage until the DEPS. by scroggo@google.com · 11 years ago
  53. 61d6c9e Add prototype for warning. by scroggo@google.com · 11 years ago
  54. 1b1bcc3 New API for encoding bitmaps during serialization. by scroggo@google.com · 11 years ago
  55. 7768751 Add buffer helper to read directly into SkString to avoid extra copying by djsollen@google.com · 11 years ago
  56. 74babdf add SkDrawPictureCallback optional parameter to drawPicture(), which can abort the picture drawing. by reed@google.com · 11 years ago
  57. 20f7f17 One SkTSearch to rule them all. Allow key to be of different type than the array. by bsalomon@google.com · 11 years ago
  58. 83d1a68 Add special handling of rectori case for gpu by robertphillips@google.com · 11 years ago
  59. 719a373 Band-aid for subsetted bitmaps in SKPs. by scroggo@google.com · 11 years ago
  60. 9401dee Make the use of fallback fonts in Android a runtime decision. by djsollen@google.com · 11 years ago
  61. 8686be2 Remove 16bit asserts and casts of string length. by bsalomon@google.com · 11 years ago
  62. c7a20e4 API modifications needed to upstream Android font changes. by commit-bot@chromium.org · 11 years ago
  63. 9e9dfa3 Fix memory leak in SkTypeface.cpp by robertphillips@google.com · 11 years ago
  64. 0ce0df7 Remove duplicated code in SkPictureRecord::drawRRect by junov@chromium.org · 11 years ago
  65. e55491d Reverting 9083 & 9084 due to Android failures by robertphillips@google.com · 11 years ago
  66. 3a886cc fix warning/error of uninitialized len by reed@google.com · 11 years ago
  67. 1445170 API modifications needed to upstream Android font changes. by commit-bot@chromium.org · 11 years ago
  68. 614f9e3 Fix some warnings in SkPath. by scroggo@google.com · 11 years ago
  69. 8d47ddc Make GrGLShaderBuilder check whether GrEffect advertised that it would require the dst color or fragment position by commit-bot@chromium.org · 11 years ago
  70. be21431 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  71. 3eff359 need to clamp all of the cubic points after a chop, in case our finite precision by reed@google.com · 11 years ago
  72. d575eed Fix behavior of SkPicture::kUsePathBoundsForClip_RecordingFlag to handle inverse fills and all clip ops correctly. by junov@chromium.org · 11 years ago
  73. 8b7463d remove dead code (SkBitmapSampler) by reed@google.com · 11 years ago
  74. 0a01f5a we only need one fontmetrics, since the paint (and fontcache) now know explicitly by reed@google.com · 11 years ago
  75. 2b34fe0 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  76. 6862cba share derivative code with extrema logic, remove some dead code. by mike@reedtribe.org · 11 years ago
  77. 1040b47 fix impl for conic derivative (tangent) by mike@reedtribe.org · 11 years ago
  78. 24bd210 add (untested) tangent calc for conics by reed@google.com · 11 years ago
  79. 96fd344 path ops -- make combined clips soft if one is soft by caryclark@google.com · 11 years ago
  80. 2983ddd Revert "Allow supporting 1 older PICTURE_VERSION." by scroggo@google.com · 11 years ago
  81. 279627e reverting 9031 by junov@chromium.org · 11 years ago
  82. 0962ae1 Fix SkPicture path bound optimization to handle inverse filled paths. by junov@chromium.org · 11 years ago
  83. 5a5fe58 change setLength and Normalize to handle when mag2 overflows a float, but the by reed@google.com · 11 years ago
  84. 2fd42c4 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  85. 5bdfb33 Detect color masks, and divert to draw-sprite instead of maskblitters. by reed@google.com · 11 years ago
  86. 0cb7df9 Allow supporting 1 older PICTURE_VERSION. by scroggo@google.com · 11 years ago
  87. 74b7ffd Fixes for piping bitmaps with encoded data. by scroggo@google.com · 11 years ago
  88. af5c506 add routines to compute error between conic and quad by mike@reedtribe.org · 11 years ago
  89. a0d9138 Stop using mix() to implement hard-light in shader. by commit-bot@chromium.org · 11 years ago
  90. c718b35 Remove inout params from saturation helper func in XferEffect. by commit-bot@chromium.org · 11 years ago
  91. dd72fde Remove redundant setting of alpha in hard-light GPU shader. by commit-bot@chromium.org · 11 years ago
  92. 48115de Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  93. 97514f2 add computation for error in conic-as-quad by mike@reedtribe.org · 11 years ago
  94. 214c870 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  95. b16e247 add comment for computing max-diff between conic and its bounding quad by reed@google.com · 11 years ago
  96. 2cf444f Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  97. 28552e1 rename SkRationalQuad to SkConic by mike@reedtribe.org · 11 years ago
  98. 49ce11b Use SkError for a bitmap that could not be decoded. by scroggo@google.com · 11 years ago
  99. bb6b5ba Temporarily disable HardLight effect in unit tests. by jvanverth@google.com · 11 years ago
  100. 3c0ecc5 Work around overzealous assertion in SkMaskFilter. by tomhudson@google.com · 11 years ago