1. 9c4c3de valgrind suppressions for tests & gm by robertphillips@google.com · 12 years ago
  2. 4914931 Add canFilterMaskGPU & filterMaskGPU to SkMaskFilter by robertphillips@google.com · 12 years ago
  3. 98a1967 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 12 years ago
  4. 738e02c Update tests valgrind suppressions by commit-bot@chromium.org · 12 years ago
  5. c3eb56d use if (false) instead of #ifdef to avoid unused code warning by reed@google.com · 12 years ago
  6. bcb42ae add charsToGlyphs to SkTypeface by reed@google.com · 12 years ago
  7. 0d55dd7 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 12 years ago
  8. f884650 Yet another fix for Win7 compiler errors/warnings by robertphillips@google.com · 12 years ago
  9. a950551 Fixed non-constant array size in test. by dierk@google.com · 12 years ago
  10. 064779a Adding my Bitmap2Path sample for 1on1 meeting. by commit-bot@chromium.org · 12 years ago
  11. a6ff36b Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 12 years ago
  12. f1754ec Replace SkPicture(SkStream) constructors with a factory. by scroggo@google.com · 12 years ago
  13. 60d3235 add bitmap::eraseArea by reed@google.com · 12 years ago
  14. 2cb1480 remove kRLE_Index8_Config from SkBitmap by reed@google.com · 12 years ago
  15. 8fd1603 Revert r9724 (add rect-output parameter to isRect) to allow the DEPS roll by robertphillips@google.com · 12 years ago
  16. 020b25b Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 12 years ago
  17. ea33808 remove dead AutoValidator by reed@google.com · 12 years ago
  18. 6ba4572 remove dst/rendertarget support for kARGB_4444_Config by reed@google.com · 12 years ago
  19. 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 · 12 years ago
  20. a5809a3 SkPath::rewind needs to have same reset as SkPath::reset. by bungeman@google.com · 12 years ago
  21. 6757a3c combine glyph and image bulk alloc, and adjust initial alloc size, to reduce total waste from 50% to 30% by reed@google.com · 12 years ago
  22. d88a3d8 Add SkString::appendU32() and SkString::appendU64() as needed to re-land r9682 by epoger@google.com · 12 years ago
  23. 1f79286 Refactor: clean up some unused or mostly-unused API I saw here. by commit-bot@chromium.org · 12 years ago
  24. d892bd8 convert pathops to use SkSTArray where possible. by caryclark@google.com · 12 years ago
  25. daaea2d Fixes for unpremul decode. by scroggo@google.com · 12 years ago
  26. 2bbc2c9 Add an option to create unpremultiplied bitmaps. by scroggo@google.com · 12 years ago
  27. eb6879f Replace fixed-size array of effect stages in GrDrawState with two appendable arrays, one for color, one for coverage. by bsalomon@google.com · 12 years ago
  28. 6fbe54c Compact the clipstack for kReplace_Op'd geometry by commit-bot@chromium.org · 12 years ago
  29. 99d43ff Fix for caller of GetTmpDir. by scroggo@google.com · 12 years ago
  30. 2c84aa3 separate arrays for color and coverage effects. by bsalomon@google.com · 12 years ago
  31. c76218d Fix bug in setting directories for tests. by scroggo@google.com · 12 years ago
  32. 8f6ef40 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 12 years ago
  33. 20d5461 path ops -- try to fix build again by caryclark@google.com · 12 years ago
  34. 4b66f36 path ops work in progress by caryclark@google.com · 12 years ago
  35. cffbcc3 path ops -- rewrite angle sort by caryclark@google.com · 12 years ago
  36. 11f2b44 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 12 years ago
  37. 11c9a55 Add SkData::NewFromFD. by bungeman@google.com · 12 years ago
  38. 277c3f8 bump picture version since SkPath has changed (conics) by reed@google.com · 12 years ago
  39. fa2f2a4 Revert "add asserts to point<-->verb helpers" by reed@google.com · 12 years ago
  40. 7950a9e add asserts to point<-->verb helpers by reed@google.com · 12 years ago
  41. 6cab1a4 Change SkStream. https://codereview.chromium.org/15298009/ by bungeman@google.com · 12 years ago
  42. 0a4805e First pass at Comment API by robertphillips@google.com · 12 years ago
  43. 66070a5 Changing SkDeferredCanvas to use factories for creation by junov@chromium.org · 12 years ago
  44. ccd7afb Reland 'Add path utils, plus a test for it.' by scroggo@google.com · 12 years ago
  45. dbbcaa8 Revert "Add path utils, plus a test for it." by scroggo@google.com · 12 years ago
  46. 1bee037 Add path utils, plus a test for it. by scroggo@google.com · 12 years ago
  47. 7070f76 Adding setSurface public API method to SkDeferredCanvas by junov@chromium.org · 12 years ago
  48. d4993ff GM: create GmResultDigest that encapsulates digest type ("bitmap-64bitMD5") and value (12345) by epoger@google.com · 12 years ago
  49. 2db3ded Make GrGLProgramDesc's key variable length by compacting the effect key array by bsalomon@google.com · 12 years ago
  50. 25b3bd5 add kBicubicFilterBitmap_Flag to paint, just for testing purposes. by reed@google.com · 12 years ago
  51. 8f83825 Add methods to SkLayerDrawLooper to allow adding layers on top by commit-bot@chromium.org · 12 years ago
  52. 1b1bcc3 New API for encoding bitmaps during serialization. by scroggo@google.com · 12 years ago
  53. b1c725a Fixing deferred canvases so that they do not return deferred devices on createCompatibleDevice by junov@chromium.org · 12 years ago
  54. 845220b Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 12 years ago
  55. 20f7f17 One SkTSearch to rule them all. Allow key to be of different type than the array. by bsalomon@google.com · 12 years ago
  56. 83d1a68 Add special handling of rectori case for gpu by robertphillips@google.com · 12 years ago
  57. b515881 Key shader on whether frag pos read is relative to top-left or bottom-left by bsalomon@google.com · 12 years ago
  58. 4a8084c Revert r9081 by epoger@google.com · 12 years ago
  59. 3a8d3d0 add SkString::append(const char c) by epoger@google.com · 12 years ago
  60. 8d47ddc Make GrGLShaderBuilder check whether GrEffect advertised that it would require the dst color or fragment position by commit-bot@chromium.org · 12 years ago
  61. 504976e Move loops that chain together effects into GrGLShaderBuilder from GrGLProgram. by bsalomon@google.com · 12 years ago
  62. 3eff359 need to clamp all of the cubic points after a chop, in case our finite precision by reed@google.com · 12 years ago
  63. 2a9a8be fix BitmapHasher unittest failure as of r9064 by epoger@google.com · 12 years ago
  64. 0a117be Re-land r9059 with empty cityhash.gyp, instead of deleted cityhash.gyp by epoger@google.com · 12 years ago
  65. d575eed Fix behavior of SkPicture::kUsePathBoundsForClip_RecordingFlag to handle inverse fills and all clip ops correctly. by junov@chromium.org · 12 years ago
  66. e8d08a0 Roll out r9059 to unbreak bots by epoger@google.com · 12 years ago
  67. aaf7343 Remove third-party cityhash, unused since r8992 by epoger@google.com · 12 years ago
  68. 2b34fe0 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 12 years ago
  69. a5e5592 path ops -- fix skp bugs by caryclark@google.com · 12 years ago
  70. 66f5aaa Check whether font creation is failed to avoid segment fault. by commit-bot@chromium.org · 12 years ago
  71. 279627e reverting 9031 by junov@chromium.org · 12 years ago
  72. 0962ae1 Fix SkPicture path bound optimization to handle inverse filled paths. by junov@chromium.org · 12 years ago
  73. fcc9ca0 by hook or by crook, force gcc to return the value of SkPoint::length() to actually be a float by reed@google.com · 12 years ago
  74. ecc9d28 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 12 years ago
  75. dc9cdf8 add (temporary) diagnostic code for normalize test by reed@google.com · 12 years ago
  76. c9f8166 add endian tests (reviewed by bungeman) by reed@google.com · 12 years ago
  77. b4ca46d SkBitmapHasher: use 64-bit-truncated MD5 instead of 64-bit CityHash by epoger@google.com · 12 years ago
  78. 25720b4 trick the compiler into not knowning that I will generate an overflow by reed@google.com · 12 years ago
  79. 5a5fe58 change setLength and Normalize to handle when mag2 overflows a float, but the by reed@google.com · 12 years ago
  80. 89d1827 fix error that ran no tests if no options were passed by caryclark@google.com · 12 years ago
  81. b631eec Allow unit tests to include or exclude test sets. by caryclark@google.com · 12 years ago
  82. b516a41 Build fix for SurfaceTest on non-gpu platforms by junov@chromium.org · 12 years ago
  83. da90474 Adding public API method on SkImage for extracting the GPU texture handle. by junov@chromium.org · 12 years ago
  84. 7103344 Add FontMgr to DirectWrite. https://codereview.chromium.org/14314008/ by bungeman@google.com · 12 years ago
  85. 8152113 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  86. bc57a29 add wacky random shift so I can generate some zeros (without the optimizer knowing) by reed@google.com · 12 years ago
  87. 7729534d reland 8897 (was not a build-breaker) and fix MathTest (was a build-breaker) by reed@google.com · 12 years ago
  88. c21f86f add unittest for SkCLZ by reed@google.com · 12 years ago
  89. e23b4a4 path ops -- disable fail test for now by caryclark@google.com · 12 years ago
  90. 66560ca path ops -- handle non-finite numbers by caryclark@google.com · 12 years ago
  91. 2cf444f Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  92. 8dd94f0 Avoid side effects related to skia error callbacks in the testing infrastructure by humper@google.com · 12 years ago
  93. 49ce11b Use SkError for a bitmap that could not be decoded. by scroggo@google.com · 12 years ago
  94. eb02957 disable checking the style name from fontmgr (not impl on some backends, by reed@google.com · 12 years ago
  95. 32c1b66 Added "SkRRect::contains(const SkRect&) const" by robertphillips@google.com · 12 years ago
  96. 6dc7df6 path ops : fix empty-diff bug, op-in-place by caryclark@google.com · 12 years ago
  97. 83f0d30 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  98. d5cfdff Fixing numerical rounding edge case in SkTileGrid by junov@chromium.org · 12 years ago
  99. f1a358f Fix compile warning on mac that breaks a bot, and remove jpeg creation bitmap since we mock the compression. by edisonn@google.com · 12 years ago
  100. d9dfa18 Encode images with DCTDecode (JPEG) in PDFs if it makes sense. Fallback to FlateDecode (zip) if it makes sense. Otherewise include uncompressed stream. by edisonn@google.com · 12 years ago