1. 932105a don't reference missing header by reed@google.com · 11 years ago
  2. 4c69a06 clone of https://codereview.chromium.org/15316014/ with teaks by reed@google.com · 11 years ago
  3. 03ca64b don't overclamp cubics (see skbug.com/1316) by reed@google.com · 11 years ago
  4. 1202c2a Add printing of SkColorFilter-derived classes to debugger by robertphillips@google.com · 11 years ago
  5. 6d9c92b Remove offsetcanvas from debugger by robertphillips@google.com · 11 years ago
  6. f0656c1 Reverting r9245 due to Chrome breakage by robertphillips@google.com · 11 years ago
  7. be1d02e Remove SkImageFilter::getInputResult(), since its return value is not by senorblanco@chromium.org · 11 years ago
  8. edef4aa Patch to prevent chromium breakage until the DEPS. by scroggo@google.com · 11 years ago
  9. 61d6c9e Add prototype for warning. by scroggo@google.com · 11 years ago
  10. 1b1bcc3 New API for encoding bitmaps during serialization. by scroggo@google.com · 11 years ago
  11. 7768751 Add buffer helper to read directly into SkString to avoid extra copying by djsollen@google.com · 11 years ago
  12. 74babdf add SkDrawPictureCallback optional parameter to drawPicture(), which can abort the picture drawing. by reed@google.com · 11 years ago
  13. 20f7f17 One SkTSearch to rule them all. Allow key to be of different type than the array. by bsalomon@google.com · 11 years ago
  14. 83d1a68 Add special handling of rectori case for gpu by robertphillips@google.com · 11 years ago
  15. 719a373 Band-aid for subsetted bitmaps in SKPs. by scroggo@google.com · 11 years ago
  16. 9401dee Make the use of fallback fonts in Android a runtime decision. by djsollen@google.com · 11 years ago
  17. 8686be2 Remove 16bit asserts and casts of string length. by bsalomon@google.com · 12 years ago
  18. c7a20e4 API modifications needed to upstream Android font changes. by commit-bot@chromium.org · 12 years ago
  19. 9e9dfa3 Fix memory leak in SkTypeface.cpp by robertphillips@google.com · 12 years ago
  20. 0ce0df7 Remove duplicated code in SkPictureRecord::drawRRect by junov@chromium.org · 12 years ago
  21. e55491d Reverting 9083 & 9084 due to Android failures by robertphillips@google.com · 12 years ago
  22. 3a886cc fix warning/error of uninitialized len by reed@google.com · 12 years ago
  23. 1445170 API modifications needed to upstream Android font changes. by commit-bot@chromium.org · 12 years ago
  24. 614f9e3 Fix some warnings in SkPath. by scroggo@google.com · 12 years ago
  25. 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
  26. be21431 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 12 years ago
  27. 3eff359 need to clamp all of the cubic points after a chop, in case our finite precision by reed@google.com · 12 years ago
  28. d575eed Fix behavior of SkPicture::kUsePathBoundsForClip_RecordingFlag to handle inverse fills and all clip ops correctly. by junov@chromium.org · 12 years ago
  29. 8b7463d remove dead code (SkBitmapSampler) by reed@google.com · 12 years ago
  30. 0a01f5a we only need one fontmetrics, since the paint (and fontcache) now know explicitly by reed@google.com · 12 years ago
  31. 2b34fe0 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 12 years ago
  32. 6862cba share derivative code with extrema logic, remove some dead code. by mike@reedtribe.org · 12 years ago
  33. 1040b47 fix impl for conic derivative (tangent) by mike@reedtribe.org · 12 years ago
  34. 24bd210 add (untested) tangent calc for conics by reed@google.com · 12 years ago
  35. 96fd344 path ops -- make combined clips soft if one is soft by caryclark@google.com · 12 years ago
  36. 2983ddd Revert "Allow supporting 1 older PICTURE_VERSION." by scroggo@google.com · 12 years ago
  37. 279627e reverting 9031 by junov@chromium.org · 12 years ago
  38. 0962ae1 Fix SkPicture path bound optimization to handle inverse filled paths. by junov@chromium.org · 12 years ago
  39. 5a5fe58 change setLength and Normalize to handle when mag2 overflows a float, but the by reed@google.com · 12 years ago
  40. 2fd42c4 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 12 years ago
  41. 5bdfb33 Detect color masks, and divert to draw-sprite instead of maskblitters. by reed@google.com · 12 years ago
  42. 0cb7df9 Allow supporting 1 older PICTURE_VERSION. by scroggo@google.com · 12 years ago
  43. 74b7ffd Fixes for piping bitmaps with encoded data. by scroggo@google.com · 12 years ago
  44. af5c506 add routines to compute error between conic and quad by mike@reedtribe.org · 12 years ago
  45. a0d9138 Stop using mix() to implement hard-light in shader. by commit-bot@chromium.org · 12 years ago
  46. c718b35 Remove inout params from saturation helper func in XferEffect. by commit-bot@chromium.org · 12 years ago
  47. dd72fde Remove redundant setting of alpha in hard-light GPU shader. by commit-bot@chromium.org · 12 years ago
  48. 48115de Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  49. 97514f2 add computation for error in conic-as-quad by mike@reedtribe.org · 12 years ago
  50. 214c870 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  51. b16e247 add comment for computing max-diff between conic and its bounding quad by reed@google.com · 12 years ago
  52. 2cf444f Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  53. 28552e1 rename SkRationalQuad to SkConic by mike@reedtribe.org · 12 years ago
  54. 49ce11b Use SkError for a bitmap that could not be decoded. by scroggo@google.com · 12 years ago
  55. bb6b5ba Temporarily disable HardLight effect in unit tests. by jvanverth@google.com · 12 years ago
  56. 3c0ecc5 Work around overzealous assertion in SkMaskFilter. by tomhudson@google.com · 12 years ago
  57. f2bfd54 Add GPU support for roundrects by commit-bot@chromium.org · 12 years ago
  58. 45a75fb path ops : make it real by caryclark@google.com · 12 years ago
  59. 32c1b66 Added "SkRRect::contains(const SkRect&) const" by robertphillips@google.com · 12 years ago
  60. 18c41ac Some fixes for saturation computation XferEffect. by commit-bot@chromium.org · 12 years ago
  61. 7989b58 Fix for compiler error: by robertphillips@google.com · 12 years ago
  62. 9711e44 Move MMap to SkData. by commit-bot@chromium.org · 12 years ago
  63. d5cfdff Fixing numerical rounding edge case in SkTileGrid by junov@chromium.org · 12 years ago
  64. 77cf460 Add non-separable xfer modes to GPU backend. by bsalomon@google.com · 12 years ago
  65. c4c9870 Adding optimization to avoid image copy in SkSurface copy on write when content is discardable by commit-bot@chromium.org · 12 years ago
  66. 73c0abc Catch failures to SkTypeface::Deserialize() and use the default in that case. by reed@google.com · 12 years ago
  67. c9f3b38 Sanitizing source files in Skia_Periodic_House_Keeping (SkipBuildbotRuns) by rmistry@google.com · 12 years ago
  68. cac3ae3 specialize SkDataTable for arrays where all elements are the same size. by mike@reedtribe.org · 12 years ago
  69. 64b682c Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  70. 3cceb9f add SkDataTable::NewEmpty() by reed@google.com · 12 years ago
  71. 8c5c7a9 add SkDataTable, to efficiently store an immutable array. Includes a builder by reed@google.com · 12 years ago
  72. 6856779 Final round of .0s by bsalomon@google.com · 12 years ago
  73. 07fa3ab More .0s by bsalomon@google.com · 12 years ago
  74. 58eb1af Add ".0" to 1 constants in xfermodes GLSL code. by bsalomon@google.com · 12 years ago
  75. 8da9bc7 Add all remaining separable xfer modes to GPU backend. by bsalomon@google.com · 12 years ago
  76. c1ccda3 return empty fontstyleset instead of null by reed@google.com · 12 years ago
  77. f707adc augmenting fix in 8700 and 8701, be careful NOT to "sort" the result of mapRect by reed@google.com · 12 years ago
  78. ee056a8 revert 8731, restoring 8700 and 8701... further investigation concluded that the by reed@google.com · 12 years ago
  79. 717d0cb Revert r8701 and r8700 due to layout test discrepancies by robertphillips@google.com · 12 years ago
  80. 45fb8b6 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  81. 5c082a1 add compute-bounds for conics by mike@reedtribe.org · 12 years ago
  82. 0c5c386 add extrema for conics by mike@reedtribe.org · 12 years ago
  83. 17a2c91 add comments for computing derivatives by reed@google.com · 12 years ago
  84. acea3ef Cleanup: Removing unnecessary args/complexity in SkSurface_Base and friends by junov@chromium.org · 12 years ago
  85. 9bfc438 add () around | cluster, to avoid warning. by reed@google.com · 12 years ago
  86. 19c4e6e use forward matrix to determine if we can ignore scale part of a matrix by reed@google.com · 12 years ago
  87. 7841c63 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  88. aebfa7e fix release warning (unused debug variable) by reed@google.com · 12 years ago
  89. 3df87cb add experimental chop-into-quads for conics by mike@reedtribe.org · 12 years ago
  90. b0091b8 Add coeffecients for kScreen xfermode. by bsalomon@google.com · 12 years ago
  91. 856b984 Remove freetype dependency from core.gyp by djsollen@google.com · 12 years ago
  92. f41ca79 Remove freetype dependency from core.gyp by djsollen@google.com · 12 years ago
  93. ab38e56 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  94. 8d55101 add special-case for chopping at exactly half for rational-quads (2-3x faster) by mike@reedtribe.org · 12 years ago
  95. 4af6280 compute new weight in standard-form by mike@reedtribe.org · 12 years ago
  96. 4bb50b2 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  97. 0d09955 incomplete impl for chopping rational quads (need to "normalize" so I can get by reed@google.com · 12 years ago
  98. c518710 experimental start to arcs by reed@google.com · 12 years ago
  99. dd96eb4 explicitly initialize all entries in array of SkBaseMatrix, since we can't say by reed@google.com · 12 years ago
  100. 31d8191 Compiler warning/error patch for r8658 by robertphillips@google.com · 12 years ago