1. 6b08652 Several fixes for fp 16 rendering: by brianosman · 8 years ago
  2. 7e68ab7 Remove GrTextureStorageAllocator. This was added from Chromium but never used and not expected to be used. by bsalomon · 8 years ago
  3. b461d34 Rename lots of things from 'sRGB' to 'GammaCorrect', where appropriate by brianosman · 8 years ago
  4. 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 · 8 years ago
  5. 090b762 Temporary fix for --preAbandonGpuContext bug by robertphillips · 8 years ago
  6. 2302de9 Switch new SkImageFilter internal methods over to sk_sp by robertphillips · 8 years ago
  7. 1579e3c Switch SkBlurImageFilter over to new onFilterImage interface by robertphillips · 8 years ago
  8. e8f3062 switch surface to sk_sp by reed · 8 years ago
  9. 9c79d7e Revert of Switch SkBlurImageFilter over to new onFilterImage interface (patchset #15 id:270001 of https://codereview.chromium.org/1785643003/ ) by robertphillips · 8 years ago
  10. 3c935bc Switch SkBlurImageFilter over to new onFilterImage interface by robertphillips · 8 years ago
  11. a635936 sRGB support in Ganesh. Several pieces: by brianosman · 9 years ago
  12. c571c00 Revert of sRGB support in Ganesh. Several pieces: (patchset #12 id:220001 of https://codereview.chromium.org/1789663002/ ) by brianosman · 9 years ago
  13. 9e3f1bf sRGB support in Ganesh. Several pieces: by brianosman · 9 years ago
  14. e1849d1 Allow SkGpuDevice::drawSprite to handle subset SkBitmaps by robertphillips · 9 years ago
  15. 18300a3 detach -> release by mtklein · 9 years ago
  16. 5671c5b SkImage now has makeShader to return sk_sp by reed · 9 years ago
  17. f70b531 Move annotations to canvas virtual (patchset #8 id:140001 of https://codereview.chromium.org/1744103002/ )" by reed · 9 years ago
  18. 1610835 Revert of move annotations to canvas virtual (patchset #8 id:140001 of https://codereview.chromium.org/1744103002/ ) by reed · 9 years ago
  19. 0eda258 move annotations to canvas virtual by reed · 9 years ago
  20. 0009589 Move drawDRRect back to GrDrawContext by robertphillips · 9 years ago
  21. 55f2d2d Creating functions for uploading a mipmapped texture. by cblume · 9 years ago
  22. 82e26bf Revert of Skia Filter Quality and Scaling Metrics (patchset #3 id:60001 of https://codereview.chromium.org/1686203002/ ) by ericrk · 9 years ago
  23. f57b3a6 Skia Filter Quality and Scaling Metrics by ericrk · 9 years ago
  24. d770610 Mv DRRect drawing code from GrDrawContext into SkGpuDevice by robertphillips · 9 years ago
  25. 5ec26ae Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 9 years ago
  26. 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
  27. 57599fe Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 9 years ago
  28. c85d9fb GrAuditTrail can now be enabled/disabled at runtime by ethannicholas · 9 years ago
  29. 48e7846 Mark existing image filter entry points that will be going away with Deprecated by robertphillips · 9 years ago
  30. 8e84a1e Delete GrTextContext by joshualitt · 9 years ago
  31. 9a1ed5d skia: Add support for CHROMIUM_image backed textures. by erikchen · 9 years ago
  32. 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
  33. b8d6e08 skia: Add support for CHROMIUM_image backed textures. by erikchen · 9 years ago
  34. 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
  35. 369e937 Add Histogram Macros to Skia by ericrk · 9 years ago
  36. 7fec91c skia: Add support for CHROMIUM_image backed textures. by erikchen · 9 years ago
  37. e63ffef Remove deferred clear from SkGpuDevice by bsalomon · 9 years ago
  38. e7d7f90 Revert of skia: Add support for CHROMIUM_image backed textures. (patchset #14 id:260001 of https://codereview.chromium.org/1623653002/ ) by jcgregorio · 9 years ago
  39. 92098e6 skia: Add support for CHROMIUM_image backed textures. by erikchen · 9 years ago
  40. d247e58 Remove SK_SUPPORT_SRC_BOUNDS_BLOAT_FOR_IMAGEFILTERS (now unused). by senorblanco · 9 years ago
  41. 973ed24 fix SkGpuDevice::drawBitmapRect to always update clips by lsalzman · 9 years ago
  42. 1de87df Refactor to use GrWrapTextureInBitmap more by robertphillips · 9 years ago
  43. bc90735 GrAuditTrail hooks in GrContext + GrDrawContext by joshualitt · 9 years ago
  44. 086cee1 Add batch names and bounds to json debug information by joshualitt · 9 years ago
  45. ce89400 Guard SkGpuDevice by joshualitt · 9 years ago
  46. 4e23cda remove imagefilter::sizeconstraint by reed · 9 years ago
  47. 5651ee6 Change to wire up opnames in SkGpuDevice by joshualitt · 9 years ago
  48. 06dd0a8 Fix unref order in SkGpuDevice by joshualitt · 9 years ago
  49. bb53948 Move path fallback for AA rect out of SkGpuDevice by cdalton · 9 years ago
  50. e804292 Move all text stuff to its own folder by joshualitt · 9 years ago
  51. f1ecd21 Make "alpha only" be a property of GrTextureProducer by bsalomon · 9 years ago
  52. 2bbd0c6 Rewrite drawBitmap/ImageNine on top of GrTextureProducer by bsalomon · 9 years ago
  53. db64af3 Fix filter primitive bounds computations. by senorblanco · 9 years ago
  54. 1cf6f9b Stop wrapping images backed by generators as bitmaps in SkGpuDevice (except when tiling) by bsalomon · 9 years ago
  55. 7bceedc Retract GrRenderTarget a bit by robertphillips · 9 years ago
  56. 0e7029e Clean up Ganesh path render a little bit by robertphillips · 9 years ago
  57. 11a7f7f Remove SkDrawProcs by herb · 9 years ago
  58. ff55b49 Sniff out rects, ovals & rrects in SkGpuDevice::drawPath by robertphillips · 9 years ago
  59. 514450c Clarify when oval & rrects get devolved to paths in SkGpuDevice/GrDrawContext boundary by robertphillips · 9 years ago
  60. edb3644 Avoid geometric ninepatch if rendertarget has MSAA by joshualitt · 9 years ago
  61. c060460 Fix leak in drawBitmapNine by egdaniel · 9 years ago
  62. 33a5fce Initial implementation of GPU no filter NinePatch by joshualitt · 9 years ago
  63. b1b0199 Convert SkGpuDevice::drawTextureAdjuster to SkGpuDevice::drawTextureProducer by bsalomon · 9 years ago
  64. 60029a5 Update Layer Hoisting to store its atlas texture in the resource cache by robertphillips · 9 years ago
  65. c55271f Separate out natively-texture image/bmp draws from cached-as-texture image/bmp draws by bsalomon · 9 years ago
  66. cf1d198 Revert of Update Layer Hoisting to store its atlas texture in the resource cache (patchset #6 id:100001 of https://codereview.chromium.org/1406013006/ ) by robertphillips · 9 years ago
  67. 42597bc Update Layer Hoisting to store its atlas texture in the resource cache by robertphillips · 9 years ago
  68. a2e69fc Rename non-aa rect methods on GrDrawContext in anticipation of making them support aa by bsalomon · 9 years ago
  69. 9c58654 Add bleed GM variants for bmp backed by an oversized texture by bsalomon · 9 years ago
  70. 8c07b7a Allow max tile size to be overridden separately from max texture size. by bsalomon · 9 years ago
  71. c9b5f8b tunnel down texture-size-constraint to imagefilters by reed · 9 years ago
  72. 13ccbf8 use (temp) gpu-imagefilter-cache for applyFilter by reed · 9 years ago
  73. 77a2e52 Remove DrawingMgr shims from GrContext by robertphillips · 9 years ago
  74. 1a1d0b8 Remove check for whole image in the cache in SkGpuDevice::shouldTileImage by bsalomon · 9 years ago
  75. 2e1e51f GrDrawContext now holds GrRenderTarget pointer by robertphillips · 9 years ago
  76. 88d064d add applyFilter() to SkImage by reed · 9 years ago
  77. afa95e2 Remove image usage type enum. Use GrTextureParams instead. by bsalomon · 9 years ago
  78. f276ac5 Move functions from SkGr to SkGrPriv.h by bsalomon · 9 years ago
  79. 79da63f Fix gpu drawBitmap to work when BM is A8 and we have a shader by egdaniel · 9 years ago
  80. 4a33952 Bye bye processor data manager. by bsalomon · 9 years ago
  81. aa48d36 Fix drawVertices when there is a paint alpha by bsalomon · 9 years ago
  82. f1b7a1d Make skpaint->grpaint flow work for composing draws (verts and atlas) by bsalomon · 9 years ago
  83. aca31fe Stop supporting HW dither by bsalomon · 9 years ago
  84. 3322a81 share code between SkGr and Cacherator by reed · 9 years ago
  85. 30c4cae Add special case circle blur for Ganesh by robertphillips · 9 years ago
  86. 85d9178 Use SkImageCacherator in SkImages by reed · 9 years ago
  87. c9a3706 Limit lifetime of GrDrawContext objects by robertphillips · 9 years ago
  88. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  89. ac856c9 Remove GrStagedProcessor, remove the word Stage as it applies to FPs by bsalomon · 9 years ago
  90. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  91. 4bf69f7 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
  92. 2424344 Remove GrStagedProcessor, remove the word Stage as it applies to FPs by bsalomon · 9 years ago
  93. d2b23e0 Standardize BW to NonAA by joshualitt · 9 years ago
  94. 1a899c9 Stop ping ponging AA in SkGpuDevice by joshualitt · 9 years ago
  95. a61c817 drawBitmapImage can batch across AA rects by joshualitt · 9 years ago
  96. 29553b3 Revert of drawBitmapImage can batch across AA rects (patchset #5 id:80001 of https://codereview.chromium.org/1293543002/ ) by joshualitt · 9 years ago
  97. 0d4bcea drawBitmapImage can batch across AA rects by joshualitt · 9 years ago
  98. 9bc3954 Refactor helper function for SkBitmapShader to GrFragmentProcessor by joshualitt · 9 years ago
  99. 31ff762 First pass at drawAtlas batching. by jvanverth · 9 years ago
  100. d8aa59d Remove SHADER_AA_FILL_RECT flag by robertphillips · 9 years ago