1. ab5b689 remove SK_SUPPORT_LEGACY_BLURMASKFILTER_STYLE by commit-bot@chromium.org · 10 years ago master
  2. 7ce16f6 Revert of Port most uses of SkOnce to SkLazyPtr. (https://codereview.chromium.org/304383005/) by commit-bot@chromium.org · 10 years ago
  3. 8df4534 Port most uses of SkOnce to SkLazyPtr. by commit-bot@chromium.org · 10 years ago
  4. d4da9f4 Add a way for the gpu veto to report back the reason why it said no by commit-bot@chromium.org · 10 years ago
  5. 51baf84 Revert of Port most uses of SkOnce to SkLazyPtr. (https://codereview.chromium.org/304383005/) by commit-bot@chromium.org · 10 years ago
  6. f052918 Allow SkPictureImageFilter to be serialized when not run cross-process. by senorblanco@chromium.org · 10 years ago
  7. 2a77727 Port most uses of SkOnce to SkLazyPtr. by commit-bot@chromium.org · 10 years ago
  8. 7f58a97 Add an OR operator overload for SaveFlags to avoid extra static casts. by commit-bot@chromium.org · 10 years ago
  9. 2f0aff1 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
  10. 2932a5b Implement SkPictureImageFilter bounds computation. by senorblanco@chromium.org · 10 years ago
  11. 7b6d5e9 Use GrGLShaderBuilder::GenProgramOutput in GrGLProgram. by commit-bot@chromium.org · 10 years ago
  12. 4b2f90e Initial work to get ETC1 data up to the GPU by commit-bot@chromium.org · 10 years ago
  13. 6e4b083 Fixing clusterfuzz issue by commit-bot@chromium.org · 10 years ago
  14. 9d4c6a9 move all code generation under genProgram() in GrGLShaderBuilder. by commit-bot@chromium.org · 10 years ago
  15. 7ba7bc7 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
  16. 23bfe3e Revert "Revert of setConfig -> setInfo (https://codereview.chromium.org/308683005/)" by commit-bot@chromium.org · 10 years ago
  17. f6fb366 Fix the rendering error of SkDraw::drawVertices in gpu path for solid color. by commit-bot@chromium.org · 10 years ago
  18. 8bbba0f Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  19. 3b794fb Fixing a clusterfuzz found issue by commit-bot@chromium.org · 10 years ago
  20. db793f3 Make GrGLShaderBuilder store a GenProgramOutput by commit-bot@chromium.org · 10 years ago
  21. 21dcfb6 Incremental refactoring of GrGLProgram and GrGLShaderBuilder by commit-bot@chromium.org · 10 years ago
  22. 7dcdb4c Revert of setConfig -> setInfo (https://codereview.chromium.org/308683005/) by commit-bot@chromium.org · 10 years ago
  23. 8710730 setConfig -> setInfo by commit-bot@chromium.org · 10 years ago
  24. e4a5e87 SkLazyPtr, mk. 2 by commit-bot@chromium.org · 10 years ago
  25. dd532e3 Constify the arguments to createTexture by commit-bot@chromium.org · 10 years ago
  26. 536c516 Move all code generation from GrGLProgram to GrGLShaderBuilder by commit-bot@chromium.org · 10 years ago
  27. 49b139c move SkImageGenerator.cpp from src/images to src/core by reed@google.com · 10 years ago
  28. 503bfb7 Add testing for Rectanizer-derived classes by commit-bot@chromium.org · 10 years ago
  29. 89e32a5 Tinker with SkLazyFnPtr a bit. by commit-bot@chromium.org · 10 years ago
  30. 7a2fbf0 Add SkBarriers to ports. by commit-bot@chromium.org · 10 years ago
  31. 6a553c8 fix bug in legacy code for SK_SUPPORT_LEGACY_IMAGEGENERATORAPI by reed@google.com · 10 years ago
  32. 35c9a5d Remove SkRecorder's kWriteOnly mode. by commit-bot@chromium.org · 10 years ago
  33. 81465d8 replace config() with colorType() by commit-bot@chromium.org · 10 years ago
  34. 0e9e5de Revert "Revert of add colortable support to imagegenerator (https://codereview.chromium.org/304443003/)" by commit-bot@chromium.org · 10 years ago
  35. fe21a17 Make SkPictureRecorder::partialReplay const by commit-bot@chromium.org · 10 years ago
  36. 1f208f0 Put DirectWrite bitmap fix behind the SK_IGNORE_DWRITE_BITMAP_FIX flag. by bungeman@google.com · 10 years ago
  37. 6cd4e19 separate view matrix from rt adjustment by commit-bot@chromium.org · 10 years ago
  38. 3ac60b6 Spin off just SkLazyFnPtr from 305513002. by commit-bot@chromium.org · 10 years ago
  39. 1c84498 Revert "Remove SkThread.h from public API." by commit-bot@chromium.org · 10 years ago
  40. 80f61f8 Revert of Spin off just SkLazyFnPtr from 305513002. (https://codereview.chromium.org/305753002/) by commit-bot@chromium.org · 10 years ago
  41. 3c1ef0f Revert of Fix SkAtomics_win.h typos. (https://codereview.chromium.org/293363017/) by commit-bot@chromium.org · 10 years ago
  42. 92ed2d5 Fix SkAtomics_win.h typos. by commit-bot@chromium.org · 10 years ago
  43. e580711 Spin off just SkLazyFnPtr from 305513002. by commit-bot@chromium.org · 10 years ago
  44. cf25dc7 Fix filter bounds computation for SkOffsetImageFilter. by senorblanco@chromium.org · 10 years ago
  45. 592be38 Remove SkThread.h from public API. by commit-bot@chromium.org · 10 years ago
  46. 9767bac Add SkPurgeGlobalDiscardableMemoryPool, needed to replace SkImageRef by commit-bot@chromium.org · 10 years ago
  47. ec3ccc7 Make image scaling have floating point scales. Third attempt to land this by commit-bot@chromium.org · 10 years ago
  48. 97fa0c2 Revert of add colortable support to imagegenerator (https://codereview.chromium.org/304443003/) by commit-bot@chromium.org · 10 years ago
  49. 10c3830 add colortable support to imagegenerator by commit-bot@chromium.org · 10 years ago
  50. af39880 Better handling of bitmaps in DirectWrite. by bungeman@google.com · 10 years ago
  51. e4e85ca Include SkTypes to fix Android frameworks build by commit-bot@chromium.org · 10 years ago
  52. 7db02b5 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  53. 1f1e4a7 add replay entry point to SkPictureRecorder for Android by commit-bot@chromium.org · 10 years ago
  54. 91bf97a remove SkBitmap::asImageInfo by commit-bot@chromium.org · 10 years ago
  55. 509407f Manual SVN revert of https://code.google.com/p/skia/source/detail?r=14905 by epoger@google.com · 10 years ago
  56. 5dc3802 floating point scale factors for images by commit-bot@chromium.org · 10 years ago
  57. ab05009 Revert of Revert of Add compressed texture capabilities for GPU devices by commit-bot@chromium.org · 10 years ago
  58. 1967453 Revert of Add compressed texture capabilities for GPU devices (https://codereview.chromium.org/292323003/) by commit-bot@chromium.org · 10 years ago
  59. 0dddfc3 Add compressed texture capabilities for GPU devices by commit-bot@chromium.org · 10 years ago
  60. 0523fe7 Remove some unnecessary uses of SkOnce. by commit-bot@chromium.org · 10 years ago
  61. 1cbcfc7 Use SkAtomics_sync on Android by commit-bot@chromium.org · 10 years ago
  62. 79f57fd Drop support for non-atomic non-mutex platforms. by commit-bot@chromium.org · 10 years ago
  63. 9509de9 Implement sk_atomic_conditional_inc with sk_atomic_cas. by commit-bot@chromium.org · 10 years ago
  64. 18945c1 Move SkDecodingImageGenerator.h to include/ by commit-bot@chromium.org · 10 years ago
  65. fea5f62 Add OpenGL Compressed Texture enum values by commit-bot@chromium.org · 10 years ago
  66. 8b02791 hide discardable factory from public imagegenerator api by commit-bot@chromium.org · 10 years ago
  67. 8cb9d97 remove SK_SUPPORT_LEGACY_BITMAPFLATTEN code by commit-bot@chromium.org · 10 years ago
  68. 8a4f642 sk_memcpy32 should fall back on libc memcpy. by commit-bot@chromium.org · 10 years ago
  69. 36507c6 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  70. f167568 Revert of Add compressed texture capabilities for GPU devices (https://codereview.chromium.org/292323003/) by commit-bot@chromium.org · 10 years ago
  71. 59c6e24 move ashmem switching logic to SkDiscardableMemory::Create by commit-bot@chromium.org · 10 years ago
  72. 2ac6b13 Change the PKM decoder to adhere to sampler size by commit-bot@chromium.org · 10 years ago
  73. cffc777 Add compressed texture capabilities for GPU devices by commit-bot@chromium.org · 10 years ago
  74. 6dbdd46 Revert of Modify sample buffer size for larger displays. (https://codereview.chromium.org/240433002/) by commit-bot@chromium.org · 10 years ago
  75. e1155ac Modify sample buffer size for larger displays. by commit-bot@chromium.org · 10 years ago
  76. 54a6b18 stop calling SkBitmap::flatten by commit-bot@chromium.org · 10 years ago
  77. e9c22d4 fix stroking large drawPosText by commit-bot@chromium.org · 10 years ago
  78. 0ba98a2 fix the visual diff of raster vs gpu -- vertices_80. The sw-raster is correct, all images are blurry. by commit-bot@chromium.org · 10 years ago
  79. 58841ed Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  80. b6addcb turn assert into not_implemented_yet for patheffects on text by reed@google.com · 10 years ago
  81. d892445 Simple PKM image decoder. by robertphillips@google.com · 10 years ago
  82. 1c9e8ac Remove SK_IGNORE_UNDERLINE_POSITION_FIX now that it is no longer used. by bungeman@google.com · 10 years ago
  83. a914aea In convexity checker don't advance last vector when x-product isn't significant. by commit-bot@chromium.org · 10 years ago
  84. a5322a1 Revert "Temporarily disable NEON on Android framework builds." by commit-bot@chromium.org · 10 years ago
  85. 110c723 Remove unused (by clients) SkUnitMapper by commit-bot@chromium.org · 10 years ago
  86. 7f0e6cd Revert of Fix compilation error when building with clang on Linux. (https://codereview.chromium.org/287193006/) by commit-bot@chromium.org · 10 years ago
  87. 40d8e8f 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
  88. c42d5a8 Fix compilation error when building with clang on Linux. by commit-bot@chromium.org · 10 years ago
  89. dc080ab Remove SkDebugf that is gumming up the bot logs by commit-bot@chromium.org · 10 years ago
  90. c6d70ce Remove unused (by clients) SkUnitMapper (https://codereview.chromium.org/283273002/) by commit-bot@chromium.org · 10 years ago
  91. fb0645c Fix undefined behavior in DirectWrite GDI compatible metrics. by bungeman@google.com · 10 years ago
  92. ebbd710 Remove 1/2 pixel offsets for distance field layout. by commit-bot@chromium.org · 10 years ago
  93. c1941e2 Revert "Modify sample buffer size for larger displays." by reed@google.com · 10 years ago
  94. c8f02b5 Revert of Revert ""Revert of eliminate config param -- it was always self's config (https://codereview.chromi… (https://codereview.chromium.org/291163005/) by commit-bot@chromium.org · 10 years ago
  95. 385c7b7 Modify sample buffer size for larger displays. by commit-bot@chromium.org · 10 years ago
  96. 78d86e0 Add EXT suffix to EXT_map_buffer_range references by djsollen@google.com · 10 years ago
  97. 1e5736c SSE2 implementation of memcpy32 by commit-bot@chromium.org · 10 years ago
  98. 7ffa77f Undo troublesome SSE 4.1 change for now to unblock Skia -> Chrome roll. by commit-bot@chromium.org · 10 years ago
  99. 3a3dfe6 Centralize decision about whether to do bicubic filtering, and fallbacks to mip, bilerp, or nearest by commit-bot@chromium.org · 10 years ago
  100. 3806d52 formalize named picture versions by commit-bot@chromium.org · 10 years ago