1. c571c00 Revert of sRGB support in Ganesh. Several pieces: (patchset #12 id:220001 of https://codereview.chromium.org/1789663002/ ) by brianosman · 8 years ago
  2. 9e3f1bf sRGB support in Ganesh. Several pieces: by brianosman · 8 years ago
  3. 4984c3c Update Skia's YUV API by msarett · 8 years ago
  4. 0d99686 Restore SkImage::NewTextureFromPixmap changes. by bsalomon · 8 years ago
  5. 2366408 TBR=robertphillips@google.com by bsalomon · 8 years ago
  6. 6ceeebd unify peekPixels around pixmap parameter by reed · 8 years ago
  7. 045afea Add SkImage::NewTextureFromPixmap by bsalomon · 8 years ago
  8. 1590f3b Revert of Update Skia's YUV API (patchset #5 id:160001 of https://codereview.chromium.org/1716523002/ ) by msarett · 8 years ago
  9. 095d31c Update Skia's YUV API by msarett · 8 years ago
  10. e79586b Revert of respect sRGB when converting from sk to gr configs (patchset #1 id:1 of https://codereview.chromium.org/1756913003/ ) by brianosman · 8 years ago
  11. c6663dc respect sRGB when converting from sk to gr configs by reed · 8 years ago
  12. 744898a Revert of Progress on gamma-correctness in the GPU backend. Fixed conversion of color and profile type to pix… (patchset #1 id:1 of https://codereview.chromium.org/1750383002/ ) by brianosman · 8 years ago
  13. a6f5819 Progress on gamma-correctness in the GPU backend. Fixed conversion of color and profile type to pixel config, which makes many things "just work". by brianosman · 8 years ago
  14. e9c8442 Revert of Progress on gamma-correctness in the GPU backend. Fixed conversion of color and profile type to pix… (patchset #3 id:40001 of https://codereview.chromium.org/1746253002/ ) by brianosman · 8 years ago
  15. eef9802 Progress on gamma-correctness in the GPU backend. Fixed conversion of color and profile type to pixel config, which makes many things "just work". by brianosman · 8 years ago
  16. 55f2d2d Creating functions for uploading a mipmapped texture. by cblume · 8 years ago
  17. 5ec26ae Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 8 years ago
  18. 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
  19. 57599fe Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 8 years ago
  20. 4f03794 Alter SkXfermode's asFragmentProcessor & asXPFactory contracts by robertphillips · 8 years ago
  21. 3601f28 add kRGBA_F16_SkColorType by reed · 8 years ago
  22. f267c1e Add ability to extract YUV planes from SkImage by bsalomon · 8 years ago
  23. c4b7272 Don't create a GXPFactory when blend is SrcOver by egdaniel · 9 years ago
  24. f234272 Revert of Make specialized SrcOver XPFactory (patchset #3 id:40001 of https://codereview.chromium.org/1455273006/ ) by egdaniel · 9 years ago
  25. a7006d4 Make specialized SrcOver XPFactory by egdaniel · 9 years ago
  26. 33a5fce Initial implementation of GPU no filter NinePatch by joshualitt · 9 years ago
  27. b1b0199 Convert SkGpuDevice::drawTextureAdjuster to SkGpuDevice::drawTextureProducer by bsalomon · 9 years ago
  28. c55271f Separate out natively-texture image/bmp draws from cached-as-texture image/bmp draws by bsalomon · 9 years ago
  29. c75be34 Clarify subrect semantics for GrTextureAdjuster and handle mip maps correctly. by bsalomon · 9 years ago
  30. 89fe56b Pull texture-backed bitmap resampler out of GrTextureParamsAdjuster code into its own class. by bsalomon · 9 years ago
  31. 100b8f8 Remove min texture size support by bsalomon · 9 years ago
  32. 045802d Rewrite GrTextureMaker to disentangle bitmap case from base class and give GPU object a say in what copying needs to be done. by bsalomon · 9 years ago
  33. bc0bcc0 Revert recent CLs around GrTextureMaker/GrTextureParamsAdjuster by Brian Salomon · 9 years ago
  34. 9f8904d Add override to Bitmap_GrTextureParamsAdjuster::refOriginalTexture by Brian Salomon · 9 years ago
  35. 1a197ea Rewrite GrTextureMaker to disentangle bitmap case from base class and give GPU object a say in what copying needs to be done. by bsalomon · 9 years ago
  36. 9195794 Revert of Rewrite GrTextureMaker to disentangle bitmap case from base class and give GPU object a say in what… (patchset #4 id:60001 of https://codereview.chromium.org/1409163002/ ) by egdaniel · 9 years ago
  37. fcffaf2 Rewrite GrTextureMaker to disentangle bitmap case from base class and give GPU object a say in what copying needs to be done. by bsalomon · 9 years ago
  38. 466c2c4 Move some code around to make another diff cleaner by bsalomon · 9 years ago
  39. 1a1d0b8 Remove check for whole image in the cache in SkGpuDevice::shouldTileImage by bsalomon · 9 years ago
  40. 2e1e51f GrDrawContext now holds GrRenderTarget pointer by robertphillips · 9 years ago
  41. afa95e2 Remove image usage type enum. Use GrTextureParams instead. by bsalomon · 9 years ago
  42. f276ac5 Move functions from SkGr to SkGrPriv.h by bsalomon · 9 years ago
  43. 4a33952 Bye bye processor data manager. by bsalomon · 9 years ago
  44. aa48d36 Fix drawVertices when there is a paint alpha by bsalomon · 9 years ago
  45. 856e9d9 Revert[4] of add ImageShader, sharing code with its Bitmap cousin by reed · 9 years ago
  46. b39abc4 remove unused helper function by reed · 9 years ago
  47. b5d3263 try texture-maker to generalize stretching for npot and min-tex-size by reed · 9 years ago
  48. e25eea4 Use child processors to implement compose color filter. by bsalomon · 9 years ago
  49. f1b7a1d Make skpaint->grpaint flow work for composing draws (verts and atlas) by bsalomon · 9 years ago
  50. aca31fe Stop supporting HW dither by bsalomon · 9 years ago
  51. 3322a81 share code between SkGr and Cacherator by reed · 9 years ago
  52. ae4738f Create fragment processor for performing input color blend with child processor by bsalomon · 9 years ago
  53. 85d9178 Use SkImageCacherator in SkImages by reed · 9 years ago
  54. 43fe618 refactor parts of SkGr.cpp for use by SkImages by reed · 9 years ago
  55. c9a3706 Limit lifetime of GrDrawContext objects by robertphillips · 9 years ago
  56. c21b09e Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor* by bsalomon · 9 years ago
  57. a511e6a Revert of Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor* (patchset #8 id:140001 of https://codereview.chromium.org/1316513002/ ) by rmistry · 9 years ago
  58. ecfdc25 Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor* by bsalomon · 9 years ago
  59. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  60. ac856c9 Remove GrStagedProcessor, remove the word Stage as it applies to FPs by bsalomon · 9 years ago
  61. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  62. 4bf69f7b Revert of Remove GrStagedProcessor, remove the word Stage as it applies to FPs (patchset #6 id:90001 of https://codereview.chromium.org/1307223004/ ) by rmistry · 9 years ago
  63. 2424344 Remove GrStagedProcessor, remove the word Stage as it applies to FPs by bsalomon · 9 years ago
  64. 8f34372 Extend SkImageGenerator to support natively generated GrTextures. As part of this, added uniqueID() to the generator, and made it be in the same namespace is bitmaps, pixelrefs, images. by reed · 9 years ago
  65. 9bc3954 Refactor helper function for SkBitmapShader to GrFragmentProcessor by joshualitt · 9 years ago
  66. eae6200 Some cleanup in GrTextureProvider and GrResourceProvider. by bsalomon · 9 years ago
  67. 84984ef Revert[2] of guard to remove DrawBitmapRectFlags by reed · 9 years ago
  68. 9111019 Revert of guard to remove DrawBitmapRectFlags (patchset #1 id:1 of https://codereview.chromium.org/1235393003/) by scroggo · 9 years ago
  69. 6fb0b67 guard to remove DrawBitmapRectFlags by reed · 9 years ago
  70. b4d40ef Don't upload texture smaller than the min texture size when stretching a bmp up to a POT by bsalomon · 9 years ago
  71. 2cdec31 YUV to RGB Texture threading GrProcessorDataManager by joshualitt · 9 years ago
  72. 9cc1775 rename GrShaderDataManager -> GrProcessorDataManager by joshualitt · 9 years ago
  73. 2cff176 More threading of GrShaderDataManager by joshualitt · 9 years ago
  74. 8ca93e7 Initial CL to create dummy GrShaderDataManager and thread it through by joshualitt · 9 years ago
  75. 0513c83 Fix NULL access by bsalomon · 9 years ago
  76. c59a1df Stretch small textures up to 16 pixels on PowerVR 54x by bsalomon · 9 years ago
  77. 7622863 Add direct getter for GrCaps to GrContext. by bsalomon · 9 years ago
  78. 084d1b6 Revert of Add direct getter for GrCaps to GrContext. (patchset #4 id:60001 of https://codereview.chromium.org/1149773005/) by bsalomon · 9 years ago
  79. 9138c46 Add direct getter for GrCaps to GrContext. by bsalomon · 9 years ago
  80. ea46150 Split drawing functionality out of GrContext and into new GrDrawContext by robertphillips · 9 years ago
  81. 99babf2 Further work on sRGB support. by jvanverth · 9 years ago
  82. 8b26b99 new image from backend desc by reed · 9 years ago
  83. 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
  84. bed83a6 Don't draw if SkShader::asNewFragmentProcessor fails. by bsalomon · 9 years ago
  85. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  86. 0c9b1a8 add kGray_8_SkColorType by reed · 9 years ago
  87. 4ab3dbb Adding linear interpolation to rgb->yuv conversion by sugoi · 9 years ago
  88. cff10b2 change colorfilter to return an array of frag processors by reed · 9 years ago
  89. 5f5a8d7 adding preabandon flag to DM by joshualitt · 9 years ago
  90. 570d2f8 I'd really like to land this before the branch so speedy reviews are appreciated. by joshualitt · 9 years ago
  91. 2907059 Revert of Pass clip to context (patchset #8 id:180001 of https://codereview.chromium.org/936943002/) by joshualitt · 9 years ago
  92. 586d5d6 I'd really like to land this before the branch so speedy reviews are appreciated. by joshualitt · 9 years ago
  93. 6bc1b5f Dynamically create stencil buffer when needed. by bsalomon · 9 years ago
  94. f99e961 Allow resources' unique keys to be changed. by bsalomon · 9 years ago
  95. 8718aaf Rename GrContentKey to GrUniqueKey by bsalomon · 9 years ago
  96. 25d9c15 Pass Rendertarget into context. by joshualitt · 9 years ago
  97. 4ccce7e YUV scale fix by sugoi · 9 years ago
  98. 0ff748a Revert of YUV scale fix (patchset #2 id:20001 of https://codereview.chromium.org/922273002/) by jvanverth · 9 years ago
  99. e6eddf7 YUV scale fix by sugoi · 9 years ago
  100. 23e619c Reimplement gpu message bus for invalidated bitmap gen IDs by bsalomon · 9 years ago