1. 9241a6d Reland "Reland "SkSurface asynchronous read APIs allow client to extend pixel lifetime"" by Brian Salomon · 4 years, 10 months ago
  2. cb55010 Revert "Reland "SkSurface asynchronous read APIs allow client to extend pixel lifetime"" by Ravi Mistry · 4 years, 10 months ago
  3. 6fc04f8 Reland "SkSurface asynchronous read APIs allow client to extend pixel lifetime" by Brian Salomon · 4 years, 10 months ago
  4. 9c21978 Revert "SkSurface asynchronous read APIs allow client to extend pixel lifetime" by Brian Salomon · 4 years, 10 months ago
  5. ce240cc SkSurface asynchronous read APIs allow client to extend pixel lifetime by Brian Salomon · 4 years, 10 months ago
  6. 92b3335 more rect api simplifications by Mike Reed · 5 years ago
  7. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  8. ea3f014 sk_tool_utils -> ToolUtils, and git clang-format by Mike Klein · 5 years ago
  9. 6b62296 Reland "Stop conflating F16 with linear gamma" by Brian Osman · 6 years ago
  10. 5f7b5e3 Revert "Stop conflating F16 with linear gamma" by Brian Osman · 6 years ago
  11. d1589c7 Stop conflating F16 with linear gamma by Brian Osman · 6 years ago
  12. e6b04a1 IWYU for test files starting with 'B'. by Ben Wagner · 6 years ago
  13. 086a427 guard references to SkColorTable by Mike Reed · 7 years ago
  14. 304a07c remove references to kIndex_8_SkColorType from our tools/tests by Mike Reed · 7 years ago
  15. 68b8e3d Revert "Revert "Delete copyTo(Allocator), hide copyTo() behind flag"" by Matt Sarett · 7 years ago
  16. 0122af0 Revert "Delete copyTo(Allocator), hide copyTo() behind flag" by Matt Sarett · 7 years ago
  17. d4a338f Delete copyTo(Allocator), hide copyTo() behind flag by Matt Sarett · 7 years ago
  18. 4edb5d2 hide lockpixels api behind flag by Mike Reed · 7 years ago
  19. 8f30709 Revert "Revert "remove unused SkBitmap::copyPixelsTo"" by Mike Reed · 7 years ago
  20. 7bfdfda Revert "remove unused SkBitmap::copyPixelsTo" by Mike Klein · 7 years ago
  21. 0f3fdfa remove unused SkBitmap::copyPixelsTo by Mike Reed · 7 years ago
  22. 42ce38f make copyTo_with_allocator android only by Mike Reed · 7 years ago
  23. 1a26ba9 Fix MSAN error in test by Matt Sarett · 7 years ago
  24. d9836f4 Fix various SkBitmap::copyTo() bugs by Matt Sarett · 7 years ago
  25. 6b3155c Revert[4] "clean up (partially) colortable api"""" by Mike Reed · 7 years ago
  26. b14131c Revert "Revert[2] "clean up (partially) colortable api""" by Mike Reed · 7 years ago
  27. 9920b10 Revert[2] "clean up (partially) colortable api"" by Mike Reed · 7 years ago
  28. 1d1165c Revert "clean up (partially) colortable api" by Mike Klein · 7 years ago
  29. 2e491a6 clean up (partially) colortable api by Mike Reed · 7 years ago
  30. 03e0584 Fix Chrome iOS no GPU build and block includes from src/gpu on our NoGpu bot. by Brian Salomon · 7 years ago
  31. 03dd6d5 Reland "Refactor trimming logic for read/writePixels()" by Matt Sarett · 8 years ago
  32. 26ecfe0 Revert "Refactor trimming logic for read/writePixels()" by Matt Sarett · 8 years ago
  33. 977f64c Refactor trimming logic for read/writePixels() by Matt Sarett · 8 years ago
  34. 22f3482 don't support converting from alpha to non-alpha by Mike Reed · 8 years ago
  35. f292a0c Remove SkGrPixelRef by robertphillips · 8 years ago
  36. 614d8f9 Remove GrWrapTextureInBitmap from public API by bsalomon · 8 years ago
  37. 8b7451a Turn ContextInfos returned by GrContextFactory into structs. by bsalomon · 8 years ago
  38. 68d9134 Make more unit tests run on Vulkan by bsalomon · 8 years ago
  39. 758586c Make existing unit tests only run on GL contexts by bsalomon · 8 years ago
  40. f2f1c17 One signature for creating unit tests that run on premade GrContexts by bsalomon · 8 years ago
  41. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  42. 5ec26ae Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 8 years ago
  43. bd500f0 Revert of Move Budgeted enum out of SkSurface, use in GrTextureProvider (patchset #6 id:100001 of https://codereview.chromium.org/1728093005/ ) by bsalomon · 8 years ago
  44. 57599fe Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 8 years ago
  45. 639475e Fix BitmapCopy_Texture test on iOS by Brian Salomon · 9 years ago
  46. 9d22fd6 Make SkBitmap::CopyTo respect requested dst color type when bitmap is texture backed. by bsalomon · 9 years ago
  47. 565901d Switch SkAutoMalloc to SkAutoTMalloc to avoid cast by scroggo · 9 years ago
  48. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  49. 92fc2ae add SkPixmap and external locking to bitmaps by reed · 9 years ago
  50. c5e15a1 remove alphatype from colortable by reed · 10 years ago
  51. e5ea500 Hide fields in SkImageInfo by reed · 10 years ago
  52. 8482504 make allocPixels throw on failure by reed · 10 years ago
  53. b184f7f Add SkBitmap::readPixels() and reimplement copyTo and SkCanvas::readPixels by reed · 10 years ago
  54. 651eaea Revert of Add SkBitmap::readPixels() and reimplement copyTo and SkCanvas::readPixels (https://codereview.chromium.org/388803007/) by reed · 10 years ago
  55. debba5c Add SkBitmap::readPixels() and reimplement copyTo and SkCanvas::readPixels by reed · 10 years ago
  56. d08cb90 Revert of add readPixels() to SkBitmap (https://codereview.chromium.org/377303002/) by jcgregorio · 10 years ago
  57. c4f2161 add readPixels() to SkBitmap by reed · 10 years ago
  58. a3264e5 Revert "Revert of setConfig -> setInfo (https://codereview.chromium.org/308683005/)" by commit-bot@chromium.org · 10 years ago
  59. d0f824c Revert of setConfig -> setInfo (https://codereview.chromium.org/308683005/) by commit-bot@chromium.org · 10 years ago
  60. 986d681 setConfig -> setInfo by commit-bot@chromium.org · 10 years ago
  61. 28fcae2 Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/234243002/) by commit-bot@chromium.org · 10 years ago
  62. 96edc24 Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/227433009/) by commit-bot@chromium.org · 10 years ago
  63. d923288 Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/234243002/) by commit-bot@chromium.org · 10 years ago
  64. 757ebd2 Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/227433009/) by commit-bot@chromium.org · 10 years ago
  65. 149e9a1 Rename kPMColor_SkColorType to kN32_SkColorType. by commit-bot@chromium.org · 10 years ago
  66. 8ef51b9 remove deprecated use of bitmap config from tests by commit-bot@chromium.org · 10 years ago
  67. 8a2ad3c add new copyTo version to SkBitmap, which takes SkColorType by commit-bot@chromium.org · 10 years ago
  68. 8f6884a Cleanup: Sanitize the order of includes under tests/ by tfarina@chromium.org · 11 years ago
  69. 5ccae2c Reland "Fix genID cloning bugs." by scroggo@google.com · 11 years ago
  70. e2eac8b Move macros from TestClassDef.h to Test.h by commit-bot@chromium.org · 11 years ago
  71. 5c6f1d4 Revert of https://codereview.chromium.org/112113005/ by commit-bot@chromium.org · 11 years ago
  72. f2595e4 Fix genID cloning bugs. by commit-bot@chromium.org · 11 years ago
  73. a9325fa Add REPORTF test macro. by halcanary@google.com · 11 years ago
  74. 57212f9 Revert "Revert of https://codereview.chromium.org/113823003/" by reed@google.com · 11 years ago
  75. 4ad4ae9 Revert of https://codereview.chromium.org/113823003/ by commit-bot@chromium.org · 11 years ago
  76. a306d93 remove Sk64 from public API, and start to remove usage internally by reed@google.com · 11 years ago
  77. 01c41a5 Revert "Revert "begin to remove SkLONGLONG and wean Skia off of Sk64"" by reed@google.com · 11 years ago
  78. b156044 Revert "begin to remove SkLONGLONG and wean Skia off of Sk64" by reed@google.com · 11 years ago
  79. 8d7ed84 use LL suffix for 64bit literal by reed@google.com · 11 years ago
  80. d6a301e begin to remove SkLONGLONG and wean Skia off of Sk64 by reed@google.com · 11 years ago
  81. e4fafb1 Use DEFINE_TESTCLASS_SHORT macro in tests. by tfarina@chromium.org · 11 years ago
  82. d6bab02 Reverting r12427 by rmistry@google.com · 11 years ago
  83. 5b39f5b Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  84. 11f392e Revert "Revert "remove kA1_Config, as it is no longer supported"" by commit-bot@chromium.org · 11 years ago
  85. 72e7808 Revert "remove kA1_Config, as it is no longer supported" by reed@google.com · 11 years ago
  86. 2a1f446 remove kA1_Config, as it is no longer supported by reed@google.com · 11 years ago
  87. 4469938 Revert "Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning"" by reed@google.com · 11 years ago
  88. 6fcbfce Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning" by reed@google.com · 11 years ago
  89. 081560e add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning by reed@google.com · 11 years ago
  90. 383a697 store SkAlphaType inside SkBitmap, on road to support unpremul by reed@google.com · 11 years ago
  91. e9cd27d Third wave of Win64 warning cleanup by robertphillips@google.com · 11 years ago
  92. d33115d Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  93. 9a282be Fix uninitialized memory read in BitmapCopy test with A1 config by robertphillips@google.com · 11 years ago
  94. 0a6151d Revert "Revert "change SkColorTable to be immutable"" by reed@google.com · 11 years ago
  95. 7bb36ab Fix build. by scroggo@google.com · 11 years ago
  96. 2cb1480 remove kRLE_Index8_Config from SkBitmap by reed@google.com · 11 years ago
  97. 6ba4572 remove dst/rendertarget support for kARGB_4444_Config by reed@google.com · 11 years ago
  98. 3768853 Revert r3219. r3219 was a revert of r3036. r3036 made extractSubset copy the opaque bit but was reverted because of a partally-loaded jpeg issue in WK which has since been fixed: by bsalomon@google.com · 12 years ago
  99. d5764e8 When copying a bitmap, copy the generation ID. by scroggo@google.com · 12 years ago
  100. 42639cd fix warnings on Mac in tests by caryclark@google.com · 12 years ago