1. 0187dc2 Fixes for SkAlphaTypes. by scroggo · 10 years ago
  2. ddd014e remove SkBitmap::allocConfigPixels and update dox by reed · 10 years ago
  3. 71804cc Revert of Add SSE4 optimization of S32A_Opaque_Blitrow (https://codereview.chromium.org/289473009/) by jvanverth · 10 years ago
  4. 5ec3d21 remove ashmem from skia by halcanary · 10 years ago
  5. e2527b1 Add SSE4 optimization of S32A_Opaque_Blitrow by henrik.smiding · 10 years ago
  6. 9a3cdbb Two new benches for ETC1 bitmaps. by krajcevski · 10 years ago
  7. df1640d Remove SK_IGNORE_DWRITE_BITMAP_FIX. by bungeman · 10 years ago
  8. 479bb60 Remove SkImageRef and related functionality. by Hal Canary · 10 years ago
  9. 90b8caf Revert of Move Dashing filterPath to a dashing utils file (https://codereview.chromium.org/314623004/) by egdaniel · 10 years ago
  10. ca76c55 Use Identity matrix for SkTransparentShader. by scroggo · 10 years ago
  11. 2583b62 Is this SkDebug important? It drives me nuts. by mtklein · 10 years ago
  12. 576dcdc Move Dashing filterPath to a dashing utils file by egdaniel · 10 years ago
  13. 9b14f26 Alter SkCanvas::drawPicture (devirtualize, take const SkPicture, take pointer) by robertphillips · 10 years ago
  14. 65044bf Return NULL when building empty LayerRasterizer. by scroggo · 10 years ago
  15. 99ffe24 Initial KTX file decoder by krajcevski · 10 years ago
  16. 3a2682a SK_CPU_ARM --> SK_CPU_ARM32 by mtklein · 10 years ago
  17. 868074b remove SkBounder -- unused and unloved by reed · 10 years ago
  18. 866b95d ARM Skia NEON patches - 38 - arm64 8888 blitters by kevin.petit · 10 years ago
  19. dcf9ab1 Remove legacy picture recording by robertphillips · 10 years ago
  20. 8af0523 Fall back to using clip effect for outer rect in drawdrrect by bsalomon · 10 years ago
  21. 8c111f7 Change #def to be opt-out by krajcevski · 10 years ago
  22. 832cb66 Update TSAN suppressions. by mtklein · 10 years ago
  23. be7de4f Update TSAN suppressions. by mtklein · 10 years ago
  24. c77392e use colortype instead of config by reed · 10 years ago
  25. 1b81877 Clean up SkOnce: by mtklein · 10 years ago
  26. 173a5c5 invert comparison sense for reason return by humper · 10 years ago
  27. ada3635 Compile-time initialize special SkMatrices. by mtklein · 10 years ago
  28. d537341 Move GrIPoint16 to SkIPoint16 (and remove GrPoint.h) by robertphillips · 10 years ago
  29. 78358bf Port most uses of SkOnce to SkLazyPtr. by mtklein · 10 years ago
  30. 309e869 Fix bracket outside of ifdef by krajcevski · 10 years ago
  31. 0d03db7 Clean up SkLazyPtrs only in SK_DEVELOPER mode. by mtklein · 10 years ago
  32. 9c0e629 Initial work to get ETC1 data up to the GPU by krajcevski · 10 years ago
  33. 901e96d Add Sample slide for Rectanizers by robertphillips · 10 years ago
  34. a6a8f00 hide SkDevice::config() by reed · 10 years ago
  35. ed4dc2a remove SK_SUPPORT_LEGACY_BLURMASKFILTER_STYLE by commit-bot@chromium.org · 10 years ago
  36. f71e8fd Revert of Port most uses of SkOnce to SkLazyPtr. (https://codereview.chromium.org/304383005/) by commit-bot@chromium.org · 10 years ago
  37. 56f7cca Port most uses of SkOnce to SkLazyPtr. by commit-bot@chromium.org · 10 years ago
  38. 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
  39. f6351a0 Revert of Port most uses of SkOnce to SkLazyPtr. (https://codereview.chromium.org/304383005/) by commit-bot@chromium.org · 10 years ago
  40. 97f5fc6 Allow SkPictureImageFilter to be serialized when not run cross-process. by senorblanco@chromium.org · 10 years ago
  41. 5a70945 Port most uses of SkOnce to SkLazyPtr. by commit-bot@chromium.org · 10 years ago
  42. 2a5cd60 Add an OR operator overload for SaveFlags to avoid extra static casts. by commit-bot@chromium.org · 10 years ago
  43. 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
  44. 910702b Implement SkPictureImageFilter bounds computation. by senorblanco@chromium.org · 10 years ago
  45. a05fa06 Use GrGLShaderBuilder::GenProgramOutput in GrGLProgram. by commit-bot@chromium.org · 10 years ago
  46. af091a1 Initial work to get ETC1 data up to the GPU by commit-bot@chromium.org · 10 years ago
  47. b328158 Fixing clusterfuzz issue by commit-bot@chromium.org · 10 years ago
  48. f7f9aa0 move all code generation under genProgram() in GrGLShaderBuilder. by commit-bot@chromium.org · 10 years ago
  49. 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
  50. a3264e5 Revert "Revert of setConfig -> setInfo (https://codereview.chromium.org/308683005/)" by commit-bot@chromium.org · 10 years ago
  51. 559a883 Fix the rendering error of SkDraw::drawVertices in gpu path for solid color. by commit-bot@chromium.org · 10 years ago
  52. 9681eeb Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  53. 0585843 Fixing a clusterfuzz found issue by commit-bot@chromium.org · 10 years ago
  54. facad13 Make GrGLShaderBuilder store a GenProgramOutput by commit-bot@chromium.org · 10 years ago
  55. 6eac42e Incremental refactoring of GrGLProgram and GrGLShaderBuilder by commit-bot@chromium.org · 10 years ago
  56. d0f824c Revert of setConfig -> setInfo (https://codereview.chromium.org/308683005/) by commit-bot@chromium.org · 10 years ago
  57. 986d681 setConfig -> setInfo by commit-bot@chromium.org · 10 years ago
  58. 97de357 SkLazyPtr, mk. 2 by commit-bot@chromium.org · 10 years ago
  59. f9bd04f Constify the arguments to createTexture by commit-bot@chromium.org · 10 years ago
  60. 0365261 Move all code generation from GrGLProgram to GrGLShaderBuilder by commit-bot@chromium.org · 10 years ago
  61. 5744bbe move SkImageGenerator.cpp from src/images to src/core by reed@google.com · 10 years ago
  62. ad854bf Add testing for Rectanizer-derived classes by commit-bot@chromium.org · 10 years ago
  63. d3c6b3f Tinker with SkLazyFnPtr a bit. by commit-bot@chromium.org · 10 years ago
  64. 448e2a3 Add SkBarriers to ports. by commit-bot@chromium.org · 10 years ago
  65. 672e7cf fix bug in legacy code for SK_SUPPORT_LEGACY_IMAGEGENERATORAPI by reed@google.com · 10 years ago
  66. a095041 Remove SkRecorder's kWriteOnly mode. by commit-bot@chromium.org · 10 years ago
  67. cba7378 replace config() with colorType() by commit-bot@chromium.org · 10 years ago
  68. 00f8d6c Revert "Revert of add colortable support to imagegenerator (https://codereview.chromium.org/304443003/)" by commit-bot@chromium.org · 10 years ago
  69. 2246e32 Make SkPictureRecorder::partialReplay const by commit-bot@chromium.org · 10 years ago
  70. 8de5b7b Put DirectWrite bitmap fix behind the SK_IGNORE_DWRITE_BITMAP_FIX flag. by bungeman@google.com · 10 years ago
  71. 47c66dd separate view matrix from rt adjustment by commit-bot@chromium.org · 10 years ago
  72. 81496fb Spin off just SkLazyFnPtr from 305513002. by commit-bot@chromium.org · 10 years ago
  73. 86b0de4 Revert "Remove SkThread.h from public API." by commit-bot@chromium.org · 10 years ago
  74. 05d1cc2 Revert of Spin off just SkLazyFnPtr from 305513002. (https://codereview.chromium.org/305753002/) by commit-bot@chromium.org · 10 years ago
  75. 6640ee3 Revert of Fix SkAtomics_win.h typos. (https://codereview.chromium.org/293363017/) by commit-bot@chromium.org · 10 years ago
  76. 5133fc1 Fix SkAtomics_win.h typos. by commit-bot@chromium.org · 10 years ago
  77. 3fdc7d6 Spin off just SkLazyFnPtr from 305513002. by commit-bot@chromium.org · 10 years ago
  78. 29ac34e Fix filter bounds computation for SkOffsetImageFilter. by senorblanco@chromium.org · 10 years ago
  79. b1aec17 Remove SkThread.h from public API. by commit-bot@chromium.org · 10 years ago
  80. 7e2b0f3 Add SkPurgeGlobalDiscardableMemoryPool, needed to replace SkImageRef by commit-bot@chromium.org · 10 years ago
  81. f449156 Make image scaling have floating point scales. Third attempt to land this by commit-bot@chromium.org · 10 years ago
  82. 924205a Revert of add colortable support to imagegenerator (https://codereview.chromium.org/304443003/) by commit-bot@chromium.org · 10 years ago
  83. b263985 add colortable support to imagegenerator by commit-bot@chromium.org · 10 years ago
  84. 7c18351 Better handling of bitmaps in DirectWrite. by bungeman@google.com · 10 years ago
  85. 5889e30 Include SkTypes to fix Android frameworks build by commit-bot@chromium.org · 10 years ago
  86. 8e7d37d Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  87. 6d3eaea add replay entry point to SkPictureRecorder for Android by commit-bot@chromium.org · 10 years ago
  88. 466f5f3 remove SkBitmap::asImageInfo by commit-bot@chromium.org · 10 years ago
  89. f3b1eb4 Manual SVN revert of https://code.google.com/p/skia/source/detail?r=14905 by epoger@google.com · 10 years ago
  90. 44f4129 floating point scale factors for images by commit-bot@chromium.org · 10 years ago
  91. 42dc813 Revert of Revert of Add compressed texture capabilities for GPU devices by commit-bot@chromium.org · 10 years ago
  92. 8bfcd72 Revert of Add compressed texture capabilities for GPU devices (https://codereview.chromium.org/292323003/) by commit-bot@chromium.org · 10 years ago
  93. 420b2ff Add compressed texture capabilities for GPU devices by commit-bot@chromium.org · 10 years ago
  94. 60c8d24 Remove some unnecessary uses of SkOnce. by commit-bot@chromium.org · 10 years ago
  95. 64f6d15 Use SkAtomics_sync on Android by commit-bot@chromium.org · 10 years ago
  96. abf4189 Drop support for non-atomic non-mutex platforms. by commit-bot@chromium.org · 10 years ago
  97. 81da061 Implement sk_atomic_conditional_inc with sk_atomic_cas. by commit-bot@chromium.org · 10 years ago
  98. 29239a0 Move SkDecodingImageGenerator.h to include/ by commit-bot@chromium.org · 10 years ago
  99. c2dbbb6 Add OpenGL Compressed Texture enum values by commit-bot@chromium.org · 10 years ago
  100. 2d970b5 hide discardable factory from public imagegenerator api by commit-bot@chromium.org · 10 years ago