1. 1b35256 Revert "Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv (take 2)" by Robert Phillips · 8 years ago
  2. aaee31f Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv (take 2) by Robert Phillips · 8 years ago
  3. 171cc5f Revert "Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv" by Robert Phillips · 8 years ago
  4. fb0bd98 Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv by Robert Phillips · 8 years ago
  5. 32342f0 Rebase and fix chromium by Brian Osman · 8 years ago
  6. 655f347 Revert "Revert "Revert "Revert "Move GrTextureProvider to src"""" by Brian Osman · 8 years ago
  7. 580ffa0 Revert "Revert "Revert "Move GrTextureProvider to src""" by Brian Osman · 8 years ago
  8. 2fe8373 Revert "Revert "Move GrTextureProvider to src"" by Brian Osman · 8 years ago
  9. 13d7f5d Revert "Move GrTextureProvider to src" by Brian Osman · 8 years ago
  10. 24429c6 Move GrTextureProvider to src by Brian Osman · 8 years ago
  11. 8572d85 Make raster pipeline support all pixel conversions by Matt Sarett · 8 years ago
  12. 0c2997b Remove second version of SkImageInfo2GrPixelConfig by Brian Osman · 8 years ago
  13. 3afa628 Revert "Explicitly fail read/writePixels in invalid color space scenarios" by Brian Osman · 8 years ago
  14. efcc418 Explicitly fail read/writePixels in invalid color space scenarios by Brian Osman · 8 years ago
  15. c1f7774 Revert[2] "remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS" by Mike Reed · 8 years ago
  16. a129dfe Revert "remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS" by Mike Reed · 8 years ago
  17. 8e7432b remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS by Mike Reed · 8 years ago
  18. 8b1fb74 Make more tests exercise rendertargetless textures. by Brian Salomon · 8 years ago
  19. a2415ac implement A8 destination fast-path for SkPixelInfo::CopyPixels by lsalzman · 8 years ago
  20. 374772b Revert[8] "replace SkXfermode obj with SkBlendMode enum in paints" by reed · 8 years ago
  21. c245574 Revert[7] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  22. 2b2fc7d Revert[6] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  23. 3ed485f Revert[5] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  24. 1834242 Revert[4] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  25. 2cbcd12 Revert "Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints""" by Mike Reed · 8 years ago
  26. 70cdb39 Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints"" by Mike Reed · 8 years ago
  27. ce02e71 Revert "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  28. 0591897 replace SkXfermode obj with SkBlendMode enum in paints by Mike Reed · 8 years ago
  29. 73603f3 abstract name of clipping ops, to transtion to a more restricted set by reed · 8 years ago
  30. 7e92276 Reduce usage of MakeRenderTargetDirect by robertphillips · 8 years ago
  31. b560b5c lockPixelsAreWritable is deprecated by reed · 8 years ago
  32. dfe4f2e Add SkColorSpace to GrDrawContext by brianosman · 8 years ago
  33. 201364c Remove unit test that tests subsetting texture backed bitmaps. by bsalomon · 8 years ago
  34. 614d8f9 Remove GrWrapTextureInBitmap from public API by bsalomon · 8 years ago
  35. 88e8aef Fix Vulkan readPixels by egdaniel · 8 years ago
  36. b109b8c Lots of progress on switching to SkColorSpace rather than SkColorProfileType by brianosman · 8 years ago
  37. ab82418 Revert of Lots of progress switching to SkColorSpace rather than SkColorProfileType (patchset #10 id:180001 of https://codereview.chromium.org/2069173002/ ) by brianosman · 8 years ago
  38. 6a61a87 Lots of progress on switching to SkColorSpace rather than SkColorProfileType by brianosman · 8 years ago
  39. 982eb7f Add new SkSourceGammaTreatment enum, used in situations like mipmap construction, where we need to know if we should respect (vs. ignore) the gamma encoding of sRGB tagged images. Plumb that extensively. by brianosman · 8 years ago
  40. 8b7451a Turn ContextInfos returned by GrContextFactory into structs. by bsalomon · 8 years ago
  41. 758586c Make existing unit tests only run on GL contexts by bsalomon · 9 years ago
  42. f2f1c17 One signature for creating unit tests that run on premade GrContexts by bsalomon · 9 years ago
  43. f3261af Remove 'native' context unit test macro. by bsalomon · 9 years ago
  44. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 9 years ago
  45. e8f3062 switch surface to sk_sp by reed · 9 years ago
  46. a635936 sRGB support in Ganesh. Several pieces: by brianosman · 9 years ago
  47. c571c00 Revert of sRGB support in Ganesh. Several pieces: (patchset #12 id:220001 of https://codereview.chromium.org/1789663002/ ) by brianosman · 9 years ago
  48. 9e3f1bf sRGB support in Ganesh. Several pieces: by brianosman · 9 years ago
  49. 9ce9d67 update callsites for Make image factories by reed · 9 years ago
  50. 5ec26ae Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 9 years ago
  51. bd500f0 Revert of Move Budgeted enum out of SkSurface, use in GrTextureProvider (patchset #6 id:100001 of https://codereview.chromium.org/1728093005/ ) by bsalomon · 9 years ago
  52. 57599fe Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 9 years ago
  53. a64afd6 Disable test that is breaking Android and Windows bots. by Brian Salomon · 9 years ago
  54. 9d02b26 Fix GL readback code to handle rowbytes correctly for non-32bit formats by bsalomon · 9 years ago
  55. 1530283 Generate list of GPU contexts outside tests by kkinnunen · 9 years ago
  56. 6950de6 Comments Style: s/skbug.com/bug.skia.org/ by halcanary · 9 years ago
  57. afa95e2 Remove image usage type enum. Use GrTextureParams instead. by bsalomon · 9 years ago
  58. 2fd18f2 disable test for all quality levels, since it is driver dependent by reed · 9 years ago
  59. 34482bb add test for skbug.com/4351 by reed · 9 years ago
  60. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  61. 3982602 Attempt to somewhat simplify GrContext::readSurfacePixels interaction with GrGpu. by bsalomon · 9 years ago
  62. e8d21e8 Make readpixels work on GrTextures by bsalomon · 9 years ago
  63. 9a53fd7 Begin kLegacyFontHost_InitType cleanup by robertphillips · 9 years ago
  64. d309e7a This replaces the texture creation/caching functions on GrContext with a GrTextureProvider interface. The goal is to pass this narrowly focused object in places that currently take a GrContext but don't need and shouldn't use its other methods. It also has an extended private interface for interacting with non-texture resource types. by bsalomon · 9 years ago
  65. 6bc1b5f Dynamically create stencil buffer when needed. by bsalomon · 10 years ago
  66. d042358 One createTexture function, attempt to recycle scratch in createTexture. by bsalomon · 10 years ago
  67. f2703d8 rename GrTextureDesc->GrSurfaceDesc, GrTextureFlags->GrSurfaceFlags by bsalomon · 10 years ago
  68. e305973 Remove uses of GrAutoScratchTexture. by bsalomon · 10 years ago
  69. 8482504 make allocPixels throw on failure by reed · 10 years ago
  70. 52d9ac6 stop calling SkCanvas::getDevice by reed · 10 years ago
  71. a3264e5 Revert "Revert of setConfig -> setInfo (https://codereview.chromium.org/308683005/)" by commit-bot@chromium.org · 10 years ago
  72. d0f824c Revert of setConfig -> setInfo (https://codereview.chromium.org/308683005/) by commit-bot@chromium.org · 10 years ago
  73. 986d681 setConfig -> setInfo by commit-bot@chromium.org · 10 years ago
  74. 28fcae2 Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/234243002/) by commit-bot@chromium.org · 10 years ago
  75. 96edc24 Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/227433009/) by commit-bot@chromium.org · 10 years ago
  76. d923288 Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/234243002/) by commit-bot@chromium.org · 10 years ago
  77. 757ebd2 Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/227433009/) by commit-bot@chromium.org · 10 years ago
  78. 149e9a1 Rename kPMColor_SkColorType to kN32_SkColorType. by commit-bot@chromium.org · 10 years ago
  79. a713f9c add new readPixels with direct memory parameters by commit-bot@chromium.org · 11 years ago
  80. 15a1405 Change device factories to take SkImageInfo instead of SkBitmap::Config by commit-bot@chromium.org · 11 years ago
  81. 02d6f54 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  82. fa9e5fa replace setConfig+allocPixels with alloc-or-install-pixels by commit-bot@chromium.org · 11 years ago
  83. 8f6884a Cleanup: Sanitize the order of includes under tests/ by tfarina@chromium.org · 11 years ago
  84. e2eac8b Move macros from TestClassDef.h to Test.h by commit-bot@chromium.org · 11 years ago
  85. 4ee16bf Add a DEF_GPUTEST() macro. by tfarina@chromium.org · 11 years ago
  86. ddf94cf Remove unnamed namespace usage from tests. by commit-bot@chromium.org · 11 years ago
  87. 772c4e6 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  88. 7367225 Patch for 10995 by robertphillips@google.com · 11 years ago
  89. 1f2f338 Split SkDevice into SkBaseDevice and SkBitmapDevice by robertphillips@google.com · 11 years ago
  90. 9b051a3 Revert r10830 (Split SkDevice out of SkRasterDevice) until we can get Chromium ready. by robertphillips@google.com · 11 years ago
  91. 3055b70 Split SkDevice out of SkBitmapDevice by robertphillips@google.com · 11 years ago
  92. 2862151 Fix BGRA readback on Android by commit-bot@chromium.org · 11 years ago
  93. 54f0d1b Tests : Unused parameters cleanup by sugoi@google.com · 12 years ago
  94. fec0bc3 Remove legacy names no longer referenced in Chrome and WebKit. by bsalomon@google.com · 12 years ago
  95. 3cb406b Implement support for origin-TopLeft render targets. Note that the default behaviour remains the same: textures default to origin-TopLeft, render targets default to origin-BottomLeft, and backend textures default to origin-BottomLeft. However, the caller can override the default by setting fOrigin in GrTextureDesc, GrBackendTextureDesc or GrBackendRenderTargetDesc. by senorblanco@chromium.org · 12 years ago
  96. cf9faf6 Reverting r7545 (render target origin change) due to layout test issues (see https://codereview.chromium.org/12210002/) by robertphillips@google.com · 12 years ago
  97. ed8659b Implement support for origin-TopLeft render targets in GL backend. by senorblanco@chromium.org · 12 years ago
  98. 67b915d Make GPU unit tests use GrContexts of different GL types. by bsalomon@google.com · 12 years ago
  99. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  100. 44a42ea 1. remove references to (deprecated) SkGpuCanvas by reed@google.com · 12 years ago