1. 2d5b714 pin as texture api by reed · 8 years ago
  2. e553b64 Fix tile bitmap code in SkGpuDevice to compute correct local coords. by bsalomon · 8 years ago
  3. 27cdd94 Implement GPU occluded blur mask filter by robertphillips · 8 years ago
  4. f5a83e8 Create blurred RRect mask on GPU (rather than uploading it) by robertphillips · 8 years ago
  5. 3f0e694 Revert of Create blurred RRect mask on GPU (rather than uploading it) (patchset #5 id:80001 of https://codereview.chromium.org/2222083004/ ) by robertphillips · 8 years ago
  6. 94b5c5a Create blurred RRect mask on GPU (rather than uploading it) by robertphillips · 8 years ago
  7. 69cfa9c Revert of Create blurred RRect mask on GPU (rather than uploading it) (patchset #4 id:60001 of https://codereview.chromium.org/2222083004/ ) by robertphillips · 8 years ago
  8. 75ccdc7 Create blurred RRect mask on GPU (rather than uploading it) by robertphillips · 8 years ago
  9. 9aff85a Minor clean up related to blur mask filters by robertphillips · 8 years ago
  10. 15c42ca Remove SkSurface::MakeRenderTargetDirect by robertphillips · 8 years ago
  11. 714712b Remove GrRenderTarget member variable from SkGpuDevice by robertphillips · 8 years ago
  12. 4fd74ae Move GrContext::makeDrawContext to new GrContextPriv object by robertphillips · 8 years ago
  13. c573a40 Add drawImageLattice() and drawBitmapLattice() APIs by msarett · 8 years ago
  14. 6738c70 Rename GrContext's newDrawContext & drawContext to makeDrawContext by robertphillips · 8 years ago
  15. 7e92276 Reduce usage of MakeRenderTargetDirect by robertphillips · 8 years ago
  16. 8c523e0 Move prepareForExternalIO from GrRenderTarget to GrDrawContext by robertphillips · 8 years ago
  17. 8fe485b Just pass the draw context to paint conversion by brianosman · 8 years ago
  18. c7ec7c9 remove/deprecate SkBitmap::getTexture, as it now always returns false by reed · 8 years ago
  19. 2c9e200 remove fClipStack and attach/deattach-from-canvas by reed · 8 years ago
  20. 1638c0d Add destination color space to AsFPArgs. Eliminates last XFORMTODO. by brianosman · 8 years ago
  21. 500bb3e Connect dst color space in a few places (removing TODOs) by brianosman · 8 years ago
  22. dfe4f2e Add SkColorSpace to GrDrawContext by brianosman · 8 years ago
  23. f292a0c Remove SkGrPixelRef by robertphillips · 8 years ago
  24. 1f3923e Deprecate SkDevice::accessBitmap method by robertphillips · 8 years ago
  25. afbf71d Adding color space to SkSpecialImage by brianosman · 8 years ago
  26. cf5c846 remove dead methods now that we use specials exclusively for imagefilters by reed · 8 years ago
  27. ea70c4b Remove SkDevice::accessRenderTarget virtual by robertphillips · 8 years ago
  28. e51c356 pre-land special methods on device by reed · 8 years ago
  29. 54f30c1 Introduce GrColorSpaceXform, for gamut conversion on textures by brianosman · 8 years ago
  30. 6451a0c Add makeSpecial calls to SkGpuDevice by robertphillips · 8 years ago
  31. 04d6218 Add copy (when needed) to SkGpuDevice::asSpecial by robertphillips · 8 years ago
  32. 1b5f968 Add SkGpuDevice::asSpecial entry point by robertphillips · 8 years ago
  33. 970587b Remove GrWrapTextureInBitmap call in SkGpuDevice::drawSpriteWithFilter by robertphillips · 8 years ago
  34. 1433c67 Remove SkGrTexturePixelRef and SkGrRenderTargetPixelRef aliases for SkGrPixelRef by bsalomon · 8 years ago
  35. dda5445 Remove GrLayerHoister by robertphillips · 8 years ago
  36. a7d85ba Add gm that tests shaded stroked rectangles. by bsalomon · 8 years ago
  37. b109b8c Lots of progress on switching to SkColorSpace rather than SkColorProfileType by brianosman · 8 years ago
  38. 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
  39. 6a61a87 Lots of progress on switching to SkColorSpace rather than SkColorProfileType by brianosman · 8 years ago
  40. 06ca8ec sk_sp for Ganesh. by bungeman · 8 years ago
  41. 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
  42. f2204c9 Adjust tolerance for when Ganesh stroked-line-as-rect optimization kicks in by robertphillips · 8 years ago
  43. 0851d2d Handle stroked single line special case in Ganesh by robertphillips · 8 years ago
  44. ca6eafc (Mostly) Retract GrRenderTarget from SkGpuDevice by robertphillips · 8 years ago
  45. 071457b Add isUnifiedMultisampled entry point to GrDrawContext by robertphillips · 8 years ago
  46. e576874 Retract GrRenderTarget a bit within SkGpuDevice by robertphillips · 8 years ago
  47. 846c051 Convert GrClip to an abstract base class by cdalton · 8 years ago
  48. 6663acf Replace GrStrokeInfo with GrStyle. by bsalomon · 8 years ago
  49. 85d9667 Revert of Replace GrStrokeInfo with GrStyle. (patchset #4 id:160001 of https://codereview.chromium.org/1957363002/ ) by bsalomon · 8 years ago
  50. 33595bd Replace GrStrokeInfo with GrStyle. by bsalomon · 8 years ago
  51. 74e9a4d Reland of Disable layer hoisting for non-8888 canvases (patchset #1 id:1 of https://codereview.chromium.org/1961483002/ ) by robertphillips · 8 years ago
  52. 524484b Revert of Retract GrRenderTarget a bit within SkGpuDevice (patchset #2 id:20001 of https://codereview.chromium.org/1956473002/ ) by robertphillips · 8 years ago
  53. 6b53b9d Revert of Disable layer hoisting for non-8888 canvases (patchset #2 id:20001 of https://codereview.chromium.org/1957433002/ ) by robertphillips · 8 years ago
  54. 4e30f27 Disable layer hoisting for non-8888 canvases by robertphillips · 8 years ago
  55. d215a95 Retract GrRenderTarget a bit within SkGpuDevice by robertphillips · 8 years ago
  56. 24e9128 Add sk_sp to SkSurface_Gpu and SkGpuDevice by robertphillips · 8 years ago
  57. 175dd9b Clean up test drawContext usage by robertphillips · 8 years ago
  58. 900c367 Image filters: de-nest SkImageFilter::Cache and Cache::Key. by senorblanco · 9 years ago
  59. 6c7e325 Bring sk_sp to GrDrawContext by robertphillips · 9 years ago
  60. 1e7f5e7 remove 'deprecated' region from SkDraw by reed · 9 years ago
  61. f35566e Remove deprecated paths from image filter infrastructure. by senorblanco · 9 years ago
  62. 983294f Skia Filter Quality and Scaling Metrics by ericrk · 9 years ago
  63. cb232e8 Revert of Remove deprecated paths from image filter infrastructure. (patchset #2 id:20001 of https://codereview.chromium.org/1888243003/ ) by robertphillips · 9 years ago
  64. 6fb3cd7 Remove deprecated paths from image filter infrastructure. by senorblanco · 9 years ago
  65. 6b08652 Several fixes for fp 16 rendering: by brianosman · 9 years ago
  66. 7e68ab7 Remove GrTextureStorageAllocator. This was added from Chromium but never used and not expected to be used. by bsalomon · 9 years ago
  67. b461d34 Rename lots of things from 'sRGB' to 'GammaCorrect', where appropriate by brianosman · 9 years ago
  68. 898235c SkSurfaceProps now has a gamma-correct ("AllowSRGBInputs") flag. That's propagated in a few places so that the backend can do the right thing for L32 vs S32 mode. by brianosman · 9 years ago
  69. 090b762 Temporary fix for --preAbandonGpuContext bug by robertphillips · 9 years ago
  70. 2302de9 Switch new SkImageFilter internal methods over to sk_sp by robertphillips · 9 years ago
  71. 1579e3c Switch SkBlurImageFilter over to new onFilterImage interface by robertphillips · 9 years ago
  72. e8f3062 switch surface to sk_sp by reed · 9 years ago
  73. 9c79d7e Revert of Switch SkBlurImageFilter over to new onFilterImage interface (patchset #15 id:270001 of https://codereview.chromium.org/1785643003/ ) by robertphillips · 9 years ago
  74. 3c935bc Switch SkBlurImageFilter over to new onFilterImage interface by robertphillips · 9 years ago
  75. a635936 sRGB support in Ganesh. Several pieces: by brianosman · 9 years ago
  76. c571c00 Revert of sRGB support in Ganesh. Several pieces: (patchset #12 id:220001 of https://codereview.chromium.org/1789663002/ ) by brianosman · 9 years ago
  77. 9e3f1bf sRGB support in Ganesh. Several pieces: by brianosman · 9 years ago
  78. e1849d1 Allow SkGpuDevice::drawSprite to handle subset SkBitmaps by robertphillips · 9 years ago
  79. 18300a3 detach -> release by mtklein · 9 years ago
  80. 5671c5b SkImage now has makeShader to return sk_sp by reed · 9 years ago
  81. f70b531 Move annotations to canvas virtual (patchset #8 id:140001 of https://codereview.chromium.org/1744103002/ )" by reed · 9 years ago
  82. 1610835 Revert of move annotations to canvas virtual (patchset #8 id:140001 of https://codereview.chromium.org/1744103002/ ) by reed · 9 years ago
  83. 0eda258 move annotations to canvas virtual by reed · 9 years ago
  84. 0009589 Move drawDRRect back to GrDrawContext by robertphillips · 9 years ago
  85. 55f2d2d Creating functions for uploading a mipmapped texture. by cblume · 9 years ago
  86. 82e26bf Revert of Skia Filter Quality and Scaling Metrics (patchset #3 id:60001 of https://codereview.chromium.org/1686203002/ ) by ericrk · 9 years ago
  87. f57b3a6 Skia Filter Quality and Scaling Metrics by ericrk · 9 years ago
  88. d770610 Mv DRRect drawing code from GrDrawContext into SkGpuDevice by robertphillips · 9 years ago
  89. 5ec26ae Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 9 years ago
  90. 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
  91. 57599fe Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 9 years ago
  92. c85d9fb GrAuditTrail can now be enabled/disabled at runtime by ethannicholas · 9 years ago
  93. 48e7846 Mark existing image filter entry points that will be going away with Deprecated by robertphillips · 9 years ago
  94. 8e84a1e Delete GrTextContext by joshualitt · 9 years ago
  95. 9a1ed5d skia: Add support for CHROMIUM_image backed textures. by erikchen · 9 years ago
  96. 64e7533 Revert of skia: Add support for CHROMIUM_image backed textures. (patchset #19 id:380001 of https://codereview.chromium.org/1623653002/ ) by caryclark · 9 years ago
  97. b8d6e08 skia: Add support for CHROMIUM_image backed textures. by erikchen · 9 years ago
  98. f1036b2 Revert of skia: Add support for CHROMIUM_image backed textures. (patchset #17 id:340001 of https://codereview.chromium.org/1623653002/ ) by bsalomon · 9 years ago
  99. 369e937 Add Histogram Macros to Skia by ericrk · 9 years ago
  100. 7fec91c skia: Add support for CHROMIUM_image backed textures. by erikchen · 9 years ago