1. e3823fd add script to scrape glyph usage in drawText calls by reed@google.com · 11 years ago
  2. fa2f2a4 Revert "add asserts to point<-->verb helpers" by reed@google.com · 11 years ago
  3. 7950a9e add asserts to point<-->verb helpers by reed@google.com · 11 years ago
  4. a5d3e77 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  5. 9a6eb0e Provide a GPU implementation of SkArithmeticMode, using a custom GrEffect exposed via asNewEffectOrCoeff(). by senorblanco@chromium.org · 11 years ago
  6. 1198e74 Use macros for new and delete in SkTemplates.h by scroggo@google.com · 11 years ago
  7. ed8d6bb Moving updateClipConservativelyUsingBounds into SkCanvas by junov@chromium.org · 11 years ago
  8. 06e7424 Revert "Provide a GPU implementation of SkArithmeticMode, using a custom GrEffect exposed via asNewEffectOrCoeff()." by senorblanco@chromium.org · 11 years ago
  9. 6b6c1dc Provide a GPU implementation of SkArithmeticMode, using a custom GrEffect exposed via asNewEffectOrCoeff(). by senorblanco@chromium.org · 11 years ago
  10. 3467ee0 add != operator for SkTDArray by reed@google.com · 11 years ago
  11. 6cab1a4 Change SkStream. https://codereview.chromium.org/15298009/ by bungeman@google.com · 11 years ago
  12. 0a4805e First pass at Comment API by robertphillips@google.com · 11 years ago
  13. 66070a5 Changing SkDeferredCanvas to use factories for creation by junov@chromium.org · 11 years ago
  14. bb6a317 Make GrContext track the current matrix, render target, and clip directly rather than using GrDrawState. by commit-bot@chromium.org · 11 years ago
  15. ccd7afb Reland 'Add path utils, plus a test for it.' by scroggo@google.com · 11 years ago
  16. 40078cb Android specific changes that are upstreamed from the android framework. by djsollen@google.com · 11 years ago
  17. dbbcaa8 Revert "Add path utils, plus a test for it." by scroggo@google.com · 11 years ago
  18. 1bee037 Add path utils, plus a test for it. by scroggo@google.com · 11 years ago
  19. 7070f76 Adding setSurface public API method to SkDeferredCanvas by junov@chromium.org · 11 years ago
  20. 24287c1 Revert "Patch to prevent chromium breakage until the DEPS." by scroggo@google.com · 11 years ago
  21. 6840076 Remove SkImageFilter::getInputResult(), since its return value is not by senorblanco@chromium.org · 11 years ago
  22. 3d3a860 Add flag to gradients to interpolate colors in premul space. Experimental API to encapsulate the shared parameters for all gradients into a struct. by reed@google.com · 11 years ago
  23. abcec6d remove outdated debugging code now that we no longer support fixed point by commit-bot@chromium.org · 11 years ago
  24. 0f2b195 Fix bug in SkAutoSMalloc::reset by robertphillips@google.com · 11 years ago
  25. 1202c2a Add printing of SkColorFilter-derived classes to debugger by robertphillips@google.com · 11 years ago
  26. 2d816ad Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  27. f0656c1 Reverting r9245 due to Chrome breakage by robertphillips@google.com · 11 years ago
  28. be879bc Mark SkDrawPictureCallback with SK_API, so that it can be derived from by SK_API classes by commit-bot@chromium.org · 11 years ago
  29. 3597b73 expand SkLua to handle creation of its own State by reed@google.com · 11 years ago
  30. be1d02e Remove SkImageFilter::getInputResult(), since its return value is not by senorblanco@chromium.org · 11 years ago
  31. 74ce6f0 add dumpops.lua as a sample scraper that just dumps the arguments by reed@google.com · 11 years ago
  32. 25b3bd5 add kBicubicFilterBitmap_Flag to paint, just for testing purposes. by reed@google.com · 11 years ago
  33. 9eb6645 Add return param to SkAutoSMalloc::reset() that indicates whether the allocation changed or not. by bsalomon@google.com · 11 years ago
  34. 8f83825 Add methods to SkLayerDrawLooper to allow adding layers on top by commit-bot@chromium.org · 11 years ago
  35. b83cb9b add SkLerpXfermode by reed@google.com · 11 years ago
  36. edef4aa Patch to prevent chromium breakage until the DEPS. by scroggo@google.com · 11 years ago
  37. 1b1bcc3 New API for encoding bitmaps during serialization. by scroggo@google.com · 11 years ago
  38. bfae9d3 Add a fontConfig interface for android. by djsollen@google.com · 11 years ago
  39. 7768751 Add buffer helper to read directly into SkString to avoid extra copying by djsollen@google.com · 11 years ago
  40. f02fe3d support SkCanvas as a real lua object by mike@reedtribe.org · 11 years ago
  41. 3e50e99 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  42. 74babdf add SkDrawPictureCallback optional parameter to drawPicture(), which can abort the picture drawing. by reed@google.com · 11 years ago
  43. 4b0757b add encodeData() to SkImageEncoder, and add encoding to SkImage by reed@google.com · 11 years ago
  44. 845220b Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  45. 20f7f17 One SkTSearch to rule them all. Allow key to be of different type than the array. by bsalomon@google.com · 11 years ago
  46. 83d1a68 Add special handling of rectori case for gpu by robertphillips@google.com · 11 years ago
  47. 9401dee Make the use of fallback fonts in Android a runtime decision. by djsollen@google.com · 11 years ago
  48. 539f364 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  49. dff7e11 add SkLuaCanvas by reed@google.com · 11 years ago
  50. f98118e Provide a function to print the name of a Format. by scroggo@google.com · 11 years ago
  51. 5da3f22 Fix includes in SkLayerDrawLooper.h. It was previously not possible to by commit-bot@chromium.org · 11 years ago
  52. afd1cba Re-add isIRect test for AA rect drawing by robertphillips@google.com · 11 years ago
  53. c7a20e4 API modifications needed to upstream Android font changes. by commit-bot@chromium.org · 11 years ago
  54. 3f4ea26 Check for NULL texture in GrAutoScratchTexture::detach() by commit-bot@chromium.org · 11 years ago
  55. 94b284d Remove GrPathCmd by bsalomon@google.com · 11 years ago
  56. 114eb9e Update shader rect drawing path for r9087 (removal of isIRect "opt") by robertphillips@google.com · 11 years ago
  57. 18136d1 Remove isIRect "optimization" & defer computation of device Rect in AA rect rendering by robertphillips@google.com · 11 years ago
  58. e55491d Reverting 9083 & 9084 due to Android failures by robertphillips@google.com · 11 years ago
  59. 1445170 API modifications needed to upstream Android font changes. by commit-bot@chromium.org · 11 years ago
  60. 4a8084c Revert r9081 by epoger@google.com · 11 years ago
  61. 3a8d3d0 add SkString::append(const char c) by epoger@google.com · 11 years ago
  62. 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
  63. d028056 add SK_API by reed@google.com · 11 years ago
  64. 2b34fe0 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  65. 24bd210 add (untested) tangent calc for conics by reed@google.com · 11 years ago
  66. 3b34505 add block comment describing sync nature of SkStream by reed@google.com · 11 years ago
  67. b5e34e2 XPS ttc handling. by commit-bot@chromium.org · 11 years ago
  68. 2983ddd Revert "Allow supporting 1 older PICTURE_VERSION." by scroggo@google.com · 11 years ago
  69. c5fd461 Mask orientation and layout correctly. by commit-bot@chromium.org · 11 years ago
  70. 665b2cc lockPixels before calling getColorTable. by scroggo@google.com · 11 years ago
  71. e4faa14 Remove unused complex script support from android builds by commit-bot@chromium.org · 11 years ago
  72. 7e6fcee Test region decoding in skimage, plus fixes. by scroggo@google.com · 11 years ago
  73. b4ca46d SkBitmapHasher: use 64-bit-truncated MD5 instead of 64-bit CityHash by epoger@google.com · 11 years ago
  74. 2fd42c4 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  75. 00142c4 Fix GL extension printing on core profiles. by bsalomon@google.com · 11 years ago
  76. 5bdfb33 Detect color masks, and divert to draw-sprite instead of maskblitters. by reed@google.com · 11 years ago
  77. 4b140b5 Add geometry-based rotated AA rect drawing path by robertphillips@google.com · 11 years ago
  78. b19cb7f Axis aligned shader-based rect drawing by robertphillips@google.com · 11 years ago
  79. 4bbc524 TTC support for DirectWrite. https://codereview.chromium.org/14600009/ by bungeman@google.com · 11 years ago
  80. 37d883d Disable AA for ovals and roundrects if MSAA is enabled. by commit-bot@chromium.org · 11 years ago
  81. da90474 Adding public API method on SkImage for extracting the GPU texture handle. by junov@chromium.org · 11 years ago
  82. 7103344 Add FontMgr to DirectWrite. https://codereview.chromium.org/14314008/ by bungeman@google.com · 11 years ago
  83. 0cb7df9 Allow supporting 1 older PICTURE_VERSION. by scroggo@google.com · 11 years ago
  84. 74b7ffd Fixes for piping bitmaps with encoded data. by scroggo@google.com · 11 years ago
  85. af5c506 add routines to compute error between conic and quad by mike@reedtribe.org · 11 years ago
  86. a6ffb58 Plumbed in discard_framebuffer extension by robertphillips@google.com · 11 years ago
  87. 5c341d1 reenable __builtin_clz for GNUC (and clang), recognizing that it is undefined for a zero argument, by reed@google.com · 11 years ago
  88. de58012 temp work-around for mysterious failure of shadertext2 when using __builtin_clz by reed@google.com · 11 years ago
  89. 7729534d reland 8897 (was not a build-breaker) and fix MathTest (was a build-breaker) by reed@google.com · 11 years ago
  90. 44d37d9 revert 8897 -- broke clang build by reed@google.com · 11 years ago
  91. c267b4b use intrinsics on more platforms for SkCLZ by reed@google.com · 11 years ago
  92. 97514f2 add computation for error in conic-as-quad by mike@reedtribe.org · 11 years ago
  93. 214c870 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  94. 66560ca path ops -- handle non-finite numbers by caryclark@google.com · 11 years ago
  95. 2cf444f Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  96. 28552e1 rename SkRationalQuad to SkConic by mike@reedtribe.org · 11 years ago
  97. 39edf4c Updates to skimage tool to use it for testing. by scroggo@google.com · 11 years ago
  98. 6ef912a Reduce calls to SkMatrix::reset from GrDrawState by robertphillips@google.com · 11 years ago
  99. f2bfd54 Add GPU support for roundrects by commit-bot@chromium.org · 11 years ago
  100. 384f5e2 Adding missing SK_API identifier to class so that it's accessible in debug blink. by sugoi@google.com · 11 years ago