1. 5f6102d SaveFlags be-gone by Florin Malita · 11 years ago
  2. e462f2b Revert of Begin atlasing (https://codereview.chromium.org/354533004/) by robertphillips · 11 years ago
  3. 55e61f0 Begin atlasing by robertphillips · 11 years ago
  4. bae704b add rowbytes option to allocPixels by reed · 11 years ago
  5. ce41ad1 remove SK_SUPPORT_LEGACY_INSTALLPIXELSPARAMS code by reed · 11 years ago
  6. d3e474e Deprecate SkPicture::clone(). by mtklein · 11 years ago
  7. 89443ab change gpudevice and pdfdevice to inherit from basedevice by reed · 11 years ago
  8. 982542d add SkSurface::NewRasterDirectReleaseProc by reed · 11 years ago
  9. 0766931 delete code for SK_SUPPORT_LEGACY_GETTOTALCLIP by reed · 11 years ago
  10. 93fabf4 Don't set SK_MALLOC_TEMP in SkAutoTMalloc. by Mike Klein · 11 years ago
  11. 3f547cb Add SK_API to SkWriter32 by bsalomon · 11 years ago
  12. 66a5d8b add path dump test by caryclark · 11 years ago
  13. c11530e Tick off some TODOs: by Mike Klein · 11 years ago
  14. c6cb56f Implement text rendering with NVPR by kkinnunen · 11 years ago
  15. 6fc763e No one uses SkPicture::swap. by Mike Klein · 11 years ago
  16. 744fb73 Enable basic drawing with SkRecord-based pictures. by Mike Klein · 11 years ago
  17. f22b6b5 Use smart pointers to make SkPictureRecorder lifetimes less manual. by Mike Klein · 11 years ago
  18. c4b84ae Revert of Revert of Fix SkPaint::measureText for stroked hairline text (https://codereview.chromium.org/354433002/) by rmistry · 11 years ago
  19. abc9bb5 Revert of Fix SkPaint::measureText for stroked hairline text (https://codereview.chromium.org/335603003/) by rmistry · 11 years ago
  20. 196af73 Fix SkPaint::measureText for stroked hairline text by kkinnunen · 11 years ago
  21. 0f9bad0 [PDF] Fix font embedding restrictions. by vandebo · 11 years ago
  22. 3f73e8c CrashHandler for Windows. by mtklein · 11 years ago
  23. 9f01471 Revert of remove guarded code - there are no more callers (https://codereview.chromium.org/343783002/) by reed · 11 years ago
  24. c5d5cf9 remove guarded code - there are no more callers by reed · 11 years ago
  25. 1d7975b Remove unused class from the Android framework build by djsollen · 11 years ago
  26. b59161f Add SkASSERTF. by mtklein · 11 years ago
  27. 6ca763f More SaveFlags removal twiddling. by fmalita · 11 years ago
  28. dbb7b30 Update the name of the friended android class and add the appropriate guards. by djsollen · 11 years ago
  29. 887f397 Add EXPERIMENTAL_beginRecording() for SkRecord-based recording. by mtklein · 11 years ago
  30. 859b924 move some headers out of public by reed · 11 years ago
  31. c3b3266 hide SkBitmap::Config entirely (behind a flag) by reed · 11 years ago
  32. a272d6d Move SkStringUtils.h to src/core. by mtklein · 11 years ago
  33. 07fc662 Prepare for internal SaveFlags removal. by fmalita · 11 years ago
  34. 885f2ea fix legacy code path for SK_SUPPORT_LEGACY_IMAGEDECODER_CONFIG by reed · 11 years ago
  35. f252f64 hide virtuals on device for width/height/isopaque by reed · 11 years ago
  36. bfefc7c hide Config in SkImageDecoder -- use SkColorType instead by reed · 11 years ago
  37. 02830f0 Remove SkPicture SK_SUPPORT_LEGACY_RECORDING_FLAG flag by robertphillips · 11 years ago
  38. e61c411 Use vertex attributes for dash effect in gpu by egdaniel · 11 years ago
  39. 2f785a2 remove GetDeviceConfig/SetDeviceConfig by reed · 11 years ago
  40. e26e65e Remove SkPicture pointer from SkPicturePlayback by robertphillips · 11 years ago
  41. 0bdbea7 Remove picture pre-allocation from SkPictureRecorder by robertphillips · 11 years ago
  42. 5926b86 hide SkImageDecoder::Chooser by reed · 11 years ago
  43. 4585144 remove SK_SUPPORT_LEGACY_DEVICE_CONFIG code by reed · 11 years ago
  44. e4538f5 switch to colortype for deepcopy by reed · 11 years ago
  45. 9de5b51 SkShader::asNewEffect Refactoring by dandov · 11 years ago
  46. 6de2712 Remove unused 'deepCopy' parameter by robertphillips · 11 years ago
  47. 074fe9d Remove legacy drawPicture entry point by robertphillips · 11 years ago
  48. 2d2a68c Gamma correction for distance field text. by jvanverth · 11 years ago
  49. 6c22573 hide SkBitmap::setConfig by reed · 11 years ago
  50. b83f6c3 Add assertHeld() to SkMutex. by mtklein · 11 years ago
  51. 919ed4c Revert of Gamma correction for distance field text. (https://codereview.chromium.org/258883002/) by scroggo · 11 years ago
  52. 4d517fd Gamma correction for distance field text. by jvanverth · 11 years ago
  53. b6b0252 Add dump() to SkClipStack to help with debugging. by bsalomon · 11 years ago
  54. 9f1c241 Remove SkPicture::kUsePathBoundsForClip_RecordingFlag by robertphillips · 11 years ago
  55. e2f2b98 No longer limit SkPictureRecorder::partialReplay to Android by robertphillips · 11 years ago
  56. 643b8bd First pass at splitting out SkPictureRecord from SkPicture by robertphillips · 11 years ago
  57. b77c7ef Clean up Skia for Clang's -Wtautological-undefined-compare by Mike Klein · 11 years ago
  58. 0951fe1 Fixing another clusterfuzz issue by sugoi · 11 years ago
  59. a8928b7 Add SkBarriers_tsan.h. by mtklein · 11 years ago
  60. c250d2e Initial KTX encoder by krajcevski · 11 years ago
  61. c3b589a SkClipStack::Element tweaks. by fmalita · 11 years ago
  62. ddd014e remove SkBitmap::allocConfigPixels and update dox by reed · 11 years ago
  63. 58edea8 Use the correct homophone of 'there'. by scroggo · 11 years ago
  64. 9b14f26 Alter SkCanvas::drawPicture (devirtualize, take const SkPicture, take pointer) by robertphillips · 11 years ago
  65. 99ffe24 Initial KTX file decoder by krajcevski · 11 years ago
  66. 3a2682a SK_CPU_ARM --> SK_CPU_ARM32 by mtklein · 11 years ago
  67. 868074b remove SkBounder -- unused and unloved by reed · 11 years ago
  68. dcf9ab1 Remove legacy picture recording by robertphillips · 11 years ago
  69. 5c404c5 add makeOffset and makeInset to SkRect by reed · 11 years ago
  70. c77392e use colortype instead of config by reed · 11 years ago
  71. 1b81877 Clean up SkOnce: by mtklein · 11 years ago
  72. d537341 Move GrIPoint16 to SkIPoint16 (and remove GrPoint.h) by robertphillips · 11 years ago
  73. 78358bf Port most uses of SkOnce to SkLazyPtr. by mtklein · 11 years ago
  74. a6a8f00 hide SkDevice::config() by reed · 11 years ago
  75. f71e8fd Revert of Port most uses of SkOnce to SkLazyPtr. (https://codereview.chromium.org/304383005/) by commit-bot@chromium.org · 11 years ago
  76. 56f7cca Port most uses of SkOnce to SkLazyPtr. by commit-bot@chromium.org · 11 years ago
  77. a1ff26a Add a way for the gpu veto to report back the reason why it said no by commit-bot@chromium.org · 11 years ago
  78. 92a8916 fix casting issue with or operator by commit-bot@chromium.org · 11 years ago
  79. f6351a0 Revert of Port most uses of SkOnce to SkLazyPtr. (https://codereview.chromium.org/304383005/) by commit-bot@chromium.org · 11 years ago
  80. 5a70945 Port most uses of SkOnce to SkLazyPtr. by commit-bot@chromium.org · 11 years ago
  81. 2a5cd60 Add an OR operator overload for SaveFlags to avoid extra static casts. by commit-bot@chromium.org · 11 years ago
  82. 7ae034d Test font created from paint by commit-bot@chromium.org · 11 years ago
  83. a3264e5 Revert "Revert of setConfig -> setInfo (https://codereview.chromium.org/308683005/)" by commit-bot@chromium.org · 11 years ago
  84. 559a883 Fix the rendering error of SkDraw::drawVertices in gpu path for solid color. by commit-bot@chromium.org · 11 years ago
  85. d0f824c Revert of setConfig -> setInfo (https://codereview.chromium.org/308683005/) by commit-bot@chromium.org · 11 years ago
  86. 986d681 setConfig -> setInfo by commit-bot@chromium.org · 11 years ago
  87. 97de357 SkLazyPtr, mk. 2 by commit-bot@chromium.org · 11 years ago
  88. 448e2a3 Add SkBarriers to ports. by commit-bot@chromium.org · 11 years ago
  89. 68d20ec legacy refEncodedData() returns data, not bool by reed@google.com · 11 years ago
  90. cba7378 replace config() with colorType() by commit-bot@chromium.org · 11 years ago
  91. 00f8d6c Revert "Revert of add colortable support to imagegenerator (https://codereview.chromium.org/304443003/)" by commit-bot@chromium.org · 11 years ago
  92. 2246e32 Make SkPictureRecorder::partialReplay const by commit-bot@chromium.org · 11 years ago
  93. 86b0de4 Revert "Remove SkThread.h from public API." by commit-bot@chromium.org · 11 years ago
  94. b1aec17 Remove SkThread.h from public API. by commit-bot@chromium.org · 11 years ago
  95. 7e2b0f3 Add SkPurgeGlobalDiscardableMemoryPool, needed to replace SkImageRef by commit-bot@chromium.org · 11 years ago
  96. 924205a Revert of add colortable support to imagegenerator (https://codereview.chromium.org/304443003/) by commit-bot@chromium.org · 11 years ago
  97. b263985 add colortable support to imagegenerator by commit-bot@chromium.org · 11 years ago
  98. 6d3eaea add replay entry point to SkPictureRecorder for Android by commit-bot@chromium.org · 11 years ago
  99. 466f5f3 remove SkBitmap::asImageInfo by commit-bot@chromium.org · 11 years ago
  100. 64f6d15 Use SkAtomics_sync on Android by commit-bot@chromium.org · 11 years ago