1. 0bdbea7 Remove picture pre-allocation from SkPictureRecorder by robertphillips · 10 years ago
  2. 37d20f7 Add support for glCompressedTexSubImage2D by krajcevski · 10 years ago
  3. 5926b86 hide SkImageDecoder::Chooser by reed · 10 years ago
  4. d58a0ba Push dash checks into GrContext. by egdaniel · 10 years ago
  5. 4585144 remove SK_SUPPORT_LEGACY_DEVICE_CONFIG code by reed · 10 years ago
  6. a22ea18 Move Dashing filterPath to a dashing utils file by egdaniel · 10 years ago
  7. e4538f5 switch to colortype for deepcopy by reed · 10 years ago
  8. 9de5b51 SkShader::asNewEffect Refactoring by dandov · 10 years ago
  9. 6de2712 Remove unused 'deepCopy' parameter by robertphillips · 10 years ago
  10. 074fe9d Remove legacy drawPicture entry point by robertphillips · 10 years ago
  11. 2d2a68c Gamma correction for distance field text. by jvanverth · 10 years ago
  12. 6c22573 hide SkBitmap::setConfig by reed · 10 years ago
  13. b83f6c3 Add assertHeld() to SkMutex. by mtklein · 10 years ago
  14. 919ed4c Revert of Gamma correction for distance field text. (https://codereview.chromium.org/258883002/) by scroggo · 10 years ago
  15. 4d517fd Gamma correction for distance field text. by jvanverth · 10 years ago
  16. 748e9d3 Add LATC to alpha only pixel config by krajcevski · 10 years ago
  17. b6b0252 Add dump() to SkClipStack to help with debugging. by bsalomon · 10 years ago
  18. 9f1c241 Remove SkPicture::kUsePathBoundsForClip_RecordingFlag by robertphillips · 10 years ago
  19. e2f2b98 No longer limit SkPictureRecorder::partialReplay to Android by robertphillips · 10 years ago
  20. 643b8bd First pass at splitting out SkPictureRecord from SkPicture by robertphillips · 10 years ago
  21. b77c7ef Clean up Skia for Clang's -Wtautological-undefined-compare by Mike Klein · 10 years ago
  22. 0951fe1 Fixing another clusterfuzz issue by sugoi · 10 years ago
  23. f9dae78 Remove GrIsPow2 in favor of SkIsPow2. by tfarina · 10 years ago
  24. a8928b7 Add SkBarriers_tsan.h. by mtklein · 10 years ago
  25. c250d2e Initial KTX encoder by krajcevski · 10 years ago
  26. c3b589a SkClipStack::Element tweaks. by fmalita · 10 years ago
  27. ddd014e remove SkBitmap::allocConfigPixels and update dox by reed · 10 years ago
  28. 58edea8 Use the correct homophone of 'there'. by scroggo · 10 years ago
  29. 479bb60 Remove SkImageRef and related functionality. by Hal Canary · 10 years ago
  30. 90b8caf Revert of Move Dashing filterPath to a dashing utils file (https://codereview.chromium.org/314623004/) by egdaniel · 10 years ago
  31. 576dcdc Move Dashing filterPath to a dashing utils file by egdaniel · 10 years ago
  32. 9b14f26 Alter SkCanvas::drawPicture (devirtualize, take const SkPicture, take pointer) by robertphillips · 10 years ago
  33. 65044bf Return NULL when building empty LayerRasterizer. by scroggo · 10 years ago
  34. 99ffe24 Initial KTX file decoder by krajcevski · 10 years ago
  35. 3a2682a SK_CPU_ARM --> SK_CPU_ARM32 by mtklein · 10 years ago
  36. 868074b remove SkBounder -- unused and unloved by reed · 10 years ago
  37. dcf9ab1 Remove legacy picture recording by robertphillips · 10 years ago
  38. 5c404c5 add makeOffset and makeInset to SkRect by reed · 10 years ago
  39. c77392e use colortype instead of config by reed · 10 years ago
  40. f9f1547 Remove unitmappers header. by scroggo · 10 years ago
  41. 1b81877 Clean up SkOnce: by mtklein · 10 years ago
  42. d537341 Move GrIPoint16 to SkIPoint16 (and remove GrPoint.h) by robertphillips · 10 years ago
  43. 78358bf Port most uses of SkOnce to SkLazyPtr. by mtklein · 10 years ago
  44. 9c0e629 Initial work to get ETC1 data up to the GPU by krajcevski · 10 years ago
  45. 901e96d Add Sample slide for Rectanizers by robertphillips · 10 years ago
  46. a6a8f00 hide SkDevice::config() by reed · 10 years ago
  47. ed4dc2a remove SK_SUPPORT_LEGACY_BLURMASKFILTER_STYLE by commit-bot@chromium.org · 10 years ago
  48. f71e8fd Revert of Port most uses of SkOnce to SkLazyPtr. (https://codereview.chromium.org/304383005/) by commit-bot@chromium.org · 10 years ago
  49. 56f7cca Port most uses of SkOnce to SkLazyPtr. by commit-bot@chromium.org · 10 years ago
  50. a1ff26a Add a way for the gpu veto to report back the reason why it said no by commit-bot@chromium.org · 10 years ago
  51. 92a8916 fix casting issue with or operator by commit-bot@chromium.org · 10 years ago
  52. f6351a0 Revert of Port most uses of SkOnce to SkLazyPtr. (https://codereview.chromium.org/304383005/) by commit-bot@chromium.org · 10 years ago
  53. 5a70945 Port most uses of SkOnce to SkLazyPtr. by commit-bot@chromium.org · 10 years ago
  54. 2a5cd60 Add an OR operator overload for SaveFlags to avoid extra static casts. by commit-bot@chromium.org · 10 years ago
  55. 999cfd1 Revert of Initial work to get ETC1 data up to the GPU (https://codereview.chromium.org/302783002/) by commit-bot@chromium.org · 10 years ago
  56. 910702b Implement SkPictureImageFilter bounds computation. by senorblanco@chromium.org · 10 years ago
  57. af091a1 Initial work to get ETC1 data up to the GPU by commit-bot@chromium.org · 10 years ago
  58. 7ae034d Test font created from paint by commit-bot@chromium.org · 10 years ago
  59. 6e7ddaa Move the LATC and ETC1 enum values to GrPixelConfig. I also tried to put in checks in a few places to make sure that we weren't using these pixel configurations in places that we shouldn't be. by commit-bot@chromium.org · 10 years ago
  60. a3264e5 Revert "Revert of setConfig -> setInfo (https://codereview.chromium.org/308683005/)" by commit-bot@chromium.org · 10 years ago
  61. 559a883 Fix the rendering error of SkDraw::drawVertices in gpu path for solid color. by commit-bot@chromium.org · 10 years ago
  62. d0f824c Revert of setConfig -> setInfo (https://codereview.chromium.org/308683005/) by commit-bot@chromium.org · 10 years ago
  63. 986d681 setConfig -> setInfo by commit-bot@chromium.org · 10 years ago
  64. 97de357 SkLazyPtr, mk. 2 by commit-bot@chromium.org · 10 years ago
  65. f9bd04f Constify the arguments to createTexture by commit-bot@chromium.org · 10 years ago
  66. 448e2a3 Add SkBarriers to ports. by commit-bot@chromium.org · 10 years ago
  67. 68d20ec legacy refEncodedData() returns data, not bool by reed@google.com · 10 years ago
  68. cba7378 replace config() with colorType() by commit-bot@chromium.org · 10 years ago
  69. 00f8d6c Revert "Revert of add colortable support to imagegenerator (https://codereview.chromium.org/304443003/)" by commit-bot@chromium.org · 10 years ago
  70. 2246e32 Make SkPictureRecorder::partialReplay const by commit-bot@chromium.org · 10 years ago
  71. 86b0de4 Revert "Remove SkThread.h from public API." by commit-bot@chromium.org · 10 years ago
  72. b1aec17 Remove SkThread.h from public API. by commit-bot@chromium.org · 10 years ago
  73. 7e2b0f3 Add SkPurgeGlobalDiscardableMemoryPool, needed to replace SkImageRef by commit-bot@chromium.org · 10 years ago
  74. 924205a Revert of add colortable support to imagegenerator (https://codereview.chromium.org/304443003/) by commit-bot@chromium.org · 10 years ago
  75. b263985 add colortable support to imagegenerator by commit-bot@chromium.org · 10 years ago
  76. 6d3eaea add replay entry point to SkPictureRecorder for Android by commit-bot@chromium.org · 10 years ago
  77. 466f5f3 remove SkBitmap::asImageInfo by commit-bot@chromium.org · 10 years ago
  78. 42dc813 Revert of Revert of Add compressed texture capabilities for GPU devices by commit-bot@chromium.org · 10 years ago
  79. 8bfcd72 Revert of Add compressed texture capabilities for GPU devices (https://codereview.chromium.org/292323003/) by commit-bot@chromium.org · 10 years ago
  80. 420b2ff Add compressed texture capabilities for GPU devices by commit-bot@chromium.org · 10 years ago
  81. 64f6d15 Use SkAtomics_sync on Android by commit-bot@chromium.org · 10 years ago
  82. 81da061 Implement sk_atomic_conditional_inc with sk_atomic_cas. by commit-bot@chromium.org · 10 years ago
  83. 29239a0 Move SkDecodingImageGenerator.h to include/ by commit-bot@chromium.org · 10 years ago
  84. 2d970b5 hide discardable factory from public imagegenerator api by commit-bot@chromium.org · 10 years ago
  85. 851155c remove SK_SUPPORT_LEGACY_BITMAPFLATTEN code by commit-bot@chromium.org · 10 years ago
  86. 53c63a5 remove SK_SUPPORT_LEGACY_BUILDMIPMAP by commit-bot@chromium.org · 10 years ago
  87. 3c134a9 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  88. 5e565d1 Revert of Add compressed texture capabilities for GPU devices (https://codereview.chromium.org/292323003/) by commit-bot@chromium.org · 10 years ago
  89. 2dcd243 Add compressed texture capabilities for GPU devices by commit-bot@chromium.org · 10 years ago
  90. f21991b Revert of Modify sample buffer size for larger displays. (https://codereview.chromium.org/240433002/) by commit-bot@chromium.org · 10 years ago
  91. 0533146 Modify sample buffer size for larger displays. by commit-bot@chromium.org · 10 years ago
  92. 968edca stop calling SkBitmap::flatten by commit-bot@chromium.org · 10 years ago
  93. 7693dbf Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  94. 39123f4 temporarily add back in the factores that took a unitmapper by commit-bot@chromium.org · 10 years ago
  95. de5553a re-expose hasLocalMatrix for now (can't hurt) -- unblocks blink by commit-bot@chromium.org · 10 years ago
  96. 8cf81e0 Simple PKM image decoder. by robertphillips@google.com · 10 years ago
  97. 83f23d8 Remove unused (by clients) SkUnitMapper by commit-bot@chromium.org · 10 years ago
  98. 3339ac5 Revert of Remove unused (by clients) SkUnitMapper (https://codereview.chromium.org/283273002/) (https://codereview.chromium.org/288343009/) by commit-bot@chromium.org · 10 years ago
  99. 4b8f802 Remove unused (by clients) SkUnitMapper (https://codereview.chromium.org/283273002/) by commit-bot@chromium.org · 10 years ago
  100. b03be0b Revert "Modify sample buffer size for larger displays." by reed@google.com · 10 years ago