1. bdb34d0 Move SkOpts.h back to src/core. by mtklein · 9 years ago
  2. eae6200 Some cleanup in GrTextureProvider and GrResourceProvider. by bsalomon · 9 years ago
  3. 7568d0b C API: add sk_xfermode.h, impl, test by halcanary · 9 years ago
  4. 383ff10 Remove unnecessary virtual destructor on SkTArray by bsalomon · 9 years ago
  5. 490b615 Port SkXfermode opts to SkOpts.h by mtklein · 9 years ago
  6. 88c7b98 Make ANGLE perf decisions be runtime rather than compile time by bsalomon · 9 years ago
  7. 7eb0945 Port SkUtils opts to SkOpts. by mtklein · 9 years ago
  8. 1421aee Make SkIsPow2 templated by bsalomon · 9 years ago
  9. a9652ac Address some SkLightingShader TODOs by robertphillips · 9 years ago
  10. 02d91d1 lock pixels in image when bitmap is immutable and not-lazy by reed · 9 years ago
  11. 80c772b unify pixelref and image ID space, so we can share IDs when we share pixels by reed · 9 years ago
  12. 16921ec SRGB read and write pixels working and unit test by bsalomon · 9 years ago
  13. f684a78 Runtime CPU detection for rsqrt(). by mtklein · 9 years ago
  14. ef004e1 Remove SK_LEGACY_IMAGE_GENERATOR_ENUMS_AND_OPTIONS by scroggo · 9 years ago
  15. 8317a18 Lay groundwork for SkOpts. by mtklein · 9 years ago
  16. 6b38eab add helper to create RSXform w/ anchorPt by reed · 9 years ago
  17. a15cd9c Remove WEBKIT_VERSION_MIN_REQUIRED and config.h. by bungeman · 9 years ago
  18. 3ac6b75 Remove SK_BUILD_FOR SDL, BREW, and PALM. by bungeman · 9 years ago
  19. 0867943 Move the last headers. Cross your fingers. by mtklein · 9 years ago
  20. 028205b Remove SK_BUILD_FOR_WINCE. by bungeman · 9 years ago
  21. f20488b Clean up a few includes, introduce iwyu. by bungeman · 9 years ago
  22. 26e0e58 SkImage_Raster's pixels are always immutable. by reed · 9 years ago
  23. 22355c4 Move headers with no dependencies. by mtklein · 9 years ago
  24. aa2f658 Adding debug SkScalerContext which returns random mask formats by joshualitt · 9 years ago
  25. 1e8a58b Revert "Move headers with no dependencies." by Mike Klein · 9 years ago
  26. 1178422 Move headers with no dependencies. by mtklein · 9 years ago
  27. 636e802 Skip temp texture when config conversion test has already failed. by bsalomon · 9 years ago
  28. 3a4b134 Revert "Move the rest of src headers used by include to include/private." by Mike Klein · 9 years ago
  29. d12e6ff Move the rest of src headers used by include to include/private. by mtklein · 9 years ago
  30. 570e7a3 Removed GrFragmentProcessor::fWillUseInputColor by wangyix · 9 years ago
  31. fd8ed69 Move SkTHash.h to include/private. by mtklein · 9 years ago
  32. 562fe47 remove all guards for changes to drawBitmapRect / drawImageRect by reed · 9 years ago
  33. 91f283b change getBounds to return 0000 iff there are zero points by reed · 9 years ago
  34. 2c32342 No one calls SkXfermode::GetProc16 by mtklein · 9 years ago
  35. 58fd2c8 Remove sk_memcpy32 by mtklein · 9 years ago
  36. 9a5d1ab Make peekPixels() usable with raster surface snapshots by fmalita · 9 years ago
  37. a449779 Remove test of illegal behavior that modifies a texture backing an SkImage. by bsalomon · 9 years ago
  38. 29c6979 Update fallback rsqrt implementation to use optimal constants. by jvanverth · 9 years ago
  39. b9c47f9 Have Windows use _mm_rsqrt_ss too. by mtklein · 9 years ago
  40. ff0ca5e Misc cleanup by robertphillips · 9 years ago
  41. b636b45 Add the ability to decode a subset to SkCodec by scroggo · 9 years ago
  42. b7069e9 Compile with VS2015. by bungeman · 9 years ago
  43. cd1930d De-templatize Sk4pxXfermode code a bit. by mtklein · 9 years ago
  44. 654ad19 Revert of De-templatize Sk4pxXfermode code a bit. (patchset #2 id:20001 of https://codereview.chromium.org/1242743004/) by mtklein · 9 years ago
  45. e617e15 De-templatize Sk4pxXfermode code a bit. by mtklein · 9 years ago
  46. f6e092a Remove SK_LEGACY_IMAGE_FILTER_CROP_RECT_EDGES code. by senorblanco · 9 years ago
  47. 1340039 Add Rec709 YUV color space support to GrYUVtoRGBEffect. by rileya · 9 years ago
  48. 84984ef Revert[2] of guard to remove DrawBitmapRectFlags by reed · 9 years ago
  49. 9111019 Revert of guard to remove DrawBitmapRectFlags (patchset #1 id:1 of https://codereview.chromium.org/1235393003/) by scroggo · 9 years ago
  50. ed7cf27 Now that the SkImageFilter::CropRect crop edges refer to by senorblanco · 9 years ago
  51. 1891863 refactor code to apply the croprect by reed · 9 years ago
  52. e8d21e8 Make readpixels work on GrTextures by bsalomon · 9 years ago
  53. c83a297 have canvas send discard instead of retain if the draw would overwrite everything by reed · 9 years ago
  54. 767d273 Replace buggy_blend_modes GM with an exhaustive test. by mtklein · 9 years ago
  55. 6fb0b67 guard to remove DrawBitmapRectFlags by reed · 9 years ago
  56. e8c5666 Very tiny paths are subsumed by the Convexicator by caryclark · 9 years ago
  57. 3df1e21 Another trivial cleanup by joshualitt · 9 years ago
  58. 6bb6d40 Implement support for CHROMIUM_path_rendering pseudo extension by kkinnunen · 9 years ago
  59. a5517e2 add src-rect-constraint to drawImageRect by reed · 9 years ago
  60. 6968428 Revert of Another trivial cleanup (patchset #6 id:100001 of https://codereview.chromium.org/1229303003/) by joshualitt · 9 years ago
  61. 3d32d76 Add new SkPoint3 class by robertphillips · 9 years ago
  62. 52e7657 Another trivial cleanup by joshualitt · 9 years ago
  63. 5e6ba21 Modify GrClipMaskManager to reflect logical constness by joshualitt · 9 years ago
  64. f059900 Fix up -Winconsistent-missing-override by mtklein · 9 years ago
  65. 9b2cdbf Allow creating multiple scanline decoders. by scroggo · 9 years ago
  66. 5ce8b43 Fix componene debug build failure in chromium by dongseong.hwang · 9 years ago
  67. 5b4f05f Move GrProcessorDataManager to GrMemoryPool by joshualitt · 9 years ago
  68. d7c05bf remove getter for imagegenerator factory, update test by reed · 9 years ago
  69. ac09471 Create a template AutoTAcquire, and specialize an SkMutex version. by herb · 9 years ago
  70. 7b670db Remove setFromPaint from GrPipelineBuilder by joshualitt · 9 years ago
  71. 1c84634 add runtime option to provide data->imagegenerator factory by reed · 9 years ago
  72. 828877d Outline SkSpinlock::acquire(). by mtklein · 9 years ago
  73. 5f10b5c More threading of GrProcessorDataManager by joshualitt · 9 years ago
  74. 5315fd4 Remove SkImageGenerator pieces only for SkCodec. by scroggo · 9 years ago
  75. eb602a5 SkCodec no longer inherits from SkImageGenerator. by scroggo · 9 years ago
  76. 9cc1775 rename GrShaderDataManager -> GrProcessorDataManager by joshualitt · 9 years ago
  77. 0067ff5 fix up test create functions by joshualitt · 9 years ago
  78. 8179341 add ability to get FBO ID to Surface by joshualitt · 9 years ago
  79. 3c06511 Add image->bitmap by reed · 9 years ago
  80. 7765a47 Makes GrPipelineInfo a class with query functions used by GrBatch subclasses. by bsalomon · 9 years ago
  81. d07a279 Revert of Rework GrPipelineInfo (patchset #7 id:120001 of https://codereview.chromium.org/1213383005/) by bsalomon · 9 years ago
  82. b245605 more threading of GrShaderDataManager by joshualitt · 9 years ago
  83. 85ff25e Thread GrShaderDataManager through Image filters by joshualitt · 9 years ago
  84. 2cff176 More threading of GrShaderDataManager by joshualitt · 9 years ago
  85. f5179a4 Makes GrPipelineInfo a class with query functions used by GrBatch subclasses. by bsalomon · 9 years ago
  86. cc97ece Add SK_API to GrSurface by bsalomon · 9 years ago
  87. 8ca93e7 Initial CL to create dummy GrShaderDataManager and thread it through by joshualitt · 9 years ago
  88. eeff8bb Allow reset of the SkPictureRecorder cull rect and other parameters during endRecording. by schenney · 9 years ago
  89. 1b24933 Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate. by mtklein · 9 years ago
  90. a8db728 add matrix options to drawDrawable by reed · 9 years ago
  91. 31dc1b2 style nit cleanups. e.g. remove 'virtual' on override declarations by robertphillips · 9 years ago
  92. 5617900 add SkImage::NewFromBitmap by reed · 9 years ago
  93. 07abbbe Fix up SkMatrix::isFinite call by robertphillips · 9 years ago
  94. d312dca Revert of Revert of Revert of Fix SkTileImageFilter clipping/cropRect interaction issue (patchset #1 id:1 of https://codereview.chromium.org/1207353004/) by robertphillips · 9 years ago
  95. 759373a add colortable param to newrastercopy by reed · 9 years ago
  96. 8355100 Revert of Revert of Fix SkTileImageFilter clipping/cropRect interaction issue (patchset #1 id:1 of https://codereview.chromium.org/1219193002/) by jvanverth · 9 years ago
  97. 2853fe4 Revert of Implement support for CHROMIUM_path_rendering pseudo extension (patchset #4 id:60001 of https://codereview.chromium.org/1192663002/) by jvanverth · 9 years ago
  98. 02802f6 Revert of Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate. (patchset #4 id:60001 of https://codereview.chromium.org/1215393002/) by jvanverth · 9 years ago
  99. eeef46d Implement support for CHROMIUM_path_rendering pseudo extension by kkinnunen · 9 years ago
  100. c50acf2 Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate. by mtklein · 9 years ago