1. 5ec26ae Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 9 years ago
  2. 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
  3. 57599fe Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 9 years ago
  4. b8fea97 Make copySurface work for texture dsts, return a bool, & add unit test. by bsalomon · 9 years ago
  5. 0eed945 Revert of Make copySurface work for texture dsts, return a bool, & add unit test. (patchset #6 id:100001 of https://codereview.chromium.org/1684313002/ ) by kjlubick · 9 years ago
  6. 7ea5e28 Make copySurface work for texture dsts, return a bool, & add unit test. by bsalomon · 9 years ago
  7. f267c1e Add ability to extract YUV planes from SkImage by bsalomon · 9 years ago
  8. 8e74f80 Add SkImage factory method that forces image to be resolved to a texture. by bsalomon · 9 years ago
  9. 6121405 Cleaning up trailing spaces and typos. by cblume · 9 years ago
  10. 22471ed remove SkImage::applyFilter() -- unused, can always re-add later by reed · 9 years ago
  11. f1ecd21 Make "alpha only" be a property of GrTextureProducer by bsalomon · 9 years ago
  12. 262a71b detect when we can filter bitmaps/images directly, w/o a tmp layer by reed · 9 years ago
  13. 0955303 scaling API on SkPixmap by reed · 9 years ago
  14. 89fe56b Pull texture-backed bitmap resampler out of GrTextureParamsAdjuster code into its own class. by bsalomon · 9 years ago
  15. 100b8f8 Remove min texture size support by bsalomon · 9 years ago
  16. c9b5f8b tunnel down texture-size-constraint to imagefilters by reed · 9 years ago
  17. 13ccbf8 use (temp) gpu-imagefilter-cache for applyFilter by reed · 9 years ago
  18. 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
  19. bc0bcc0 Revert recent CLs around GrTextureMaker/GrTextureParamsAdjuster by Brian Salomon · 9 years ago
  20. 59dc0d2 change SkImage_Gpu to handle all filters (w/ and w/o gpu support by reed · 9 years ago
  21. 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
  22. 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
  23. 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
  24. 2e1e51f GrDrawContext now holds GrRenderTarget pointer by robertphillips · 9 years ago
  25. d82bc7b post-commit fixes to applyFilter CL by reed · 9 years ago
  26. 88d064d add applyFilter() to SkImage by reed · 9 years ago
  27. afa95e2 Remove image usage type enum. Use GrTextureParams instead. by bsalomon · 9 years ago
  28. f276ac5 Move functions from SkGr to SkGrPriv.h by bsalomon · 9 years ago
  29. 4a33952 Bye bye processor data manager. by bsalomon · 9 years ago
  30. af3fbfc SkImage doesn't use props, so don't need to store it by reed · 9 years ago
  31. 856e9d9 Revert[4] of add ImageShader, sharing code with its Bitmap cousin by reed · 9 years ago
  32. 476506d Revert of Revert[2] of add ImageShader, sharing code with its Bitmap cousin (patchset #11 id:200001 of https://codereview.chromium.org/1352293002/ ) by reed · 9 years ago
  33. fe05707 Revert[2] of add ImageShader, sharing code with its Bitmap cousin by reed · 9 years ago
  34. 7b6945b remove unused (by the outside) SkImage::newSurface, and simplify newImage -> newSubset by reed · 9 years ago
  35. f260851 Revert of add ImageShader, sharing code with its Bitmap cousin (patchset #10 id:180001 of https://codereview.chromium.org/1342113002/ ) by tomhudson · 9 years ago
  36. 0b93e31 add ImageShader, sharing code with its Bitmap cousin by reed · 9 years ago
  37. 85d9178 Use SkImageCacherator in SkImages by reed · 9 years ago
  38. c9a3706 Limit lifetime of GrDrawContext objects by robertphillips · 9 years ago
  39. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  40. ac856c9 Remove GrStagedProcessor, remove the word Stage as it applies to FPs by bsalomon · 9 years ago
  41. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  42. 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
  43. 2424344 Remove GrStagedProcessor, remove the word Stage as it applies to FPs by bsalomon · 9 years ago
  44. 1cd6311 init atomic bool in SkImage_Gpu by bsalomon · 9 years ago
  45. 6f1216a cache private readback for gpu-images by reed · 9 years ago
  46. eae6200 Some cleanup in GrTextureProvider and GrResourceProvider. by bsalomon · 9 years ago
  47. 80c772b unify pixelref and image ID space, so we can share IDs when we share pixels by reed · 9 years ago
  48. e8d21e8 Make readpixels work on GrTextures by bsalomon · 9 years ago
  49. 2cdec31 YUV to RGB Texture threading GrProcessorDataManager by joshualitt · 9 years ago
  50. 5617900 add SkImage::NewFromBitmap by reed · 9 years ago
  51. 74f681d Make SkGpuDevice know its alpha type by bsalomon · 9 years ago
  52. de49988 add callbacks to Images that wrap client-provided content by reed · 9 years ago
  53. 6dc6f5f Add support for creating texture backed images where Skia will delete the texture. by bsalomon · 9 years ago
  54. 2334fb6 Make GrTextContext be owned by the GrDrawContext by robertphillips · 9 years ago
  55. 781d582 Revert of Make GrTextContext be owned by the GrDrawContext (patchset #7 id:120001 of https://codereview.chromium.org/1175553002/) by bsalomon · 9 years ago
  56. 5b16e74 Make GrTextContext be owned by the GrDrawContext by robertphillips · 9 years ago
  57. 5581236 Towards removing getTexture() on SkImage by bsalomon · 9 years ago
  58. 993a421 SkImage::NewFromYUVTexturesCopy by bsalomon · 9 years ago
  59. 8b26b99 new image from backend desc by reed · 9 years ago
  60. a85d4d0 Make drawImage a virtual on SkDevice by reed · 9 years ago
  61. 06dad4b Revert of Revert of Revert of Make drawImage a virtual on SkDevice (patchset #1 id:1 of https://codereview.chromium.org/1126273002/) by reed · 9 years ago
  62. 620ba3a Revert of Revert of Make drawImage a virtual on SkDevice (patchset #1 id:1 of https://codereview.chromium.org/1124003002/) by reed · 9 years ago
  63. 3538e3b Revert of Make drawImage a virtual on SkDevice (patchset #4 id:60001 of https://codereview.chromium.org/1122643005/) by reed · 9 years ago
  64. 14fe8fd Make drawImage a virtual on SkDevice by reed · 9 years ago
  65. 119468b Revert of Make drawImage a virtual on SkDevice (patchset #3 id:40001 of https://codereview.chromium.org/11188… (patchset #2 id:20001 of https://codereview.chromium.org/1122813002/) by reed · 9 years ago
  66. 5392785 Make drawImage a virtual on SkDevice (patchset #3 id:40001 of https://codereview.chromium.org/1118823004/)" by reed · 9 years ago
  67. 973d1f1 Revert of make drawImage a virtual on SkDevice (patchset #3 id:40001 of https://codereview.chromium.org/1118823004/) by reed · 9 years ago
  68. f603fb3 make drawImage a virtual on SkDevice by reed · 9 years ago
  69. eaaaf0b Take budgeted param when snapping new image. by bsalomon · 10 years ago
  70. 7983bf9 more reinforcement that images never have zero width or height by reed · 10 years ago
  71. afe3005 Require budget decision when creating a RenderTarget SkSurface. by bsalomon · 10 years ago
  72. 4ef0c8a remove NewTexture? by reed · 10 years ago
  73. 3f10b9d clarify samplecount field in imagegpu by reed · 10 years ago
  74. 4af267b add SkImage::newSurface by reed · 10 years ago
  75. 5ceff91 Rename SkImage::draw(_, SkRect, SkRect) in SkImage::drawRect() by piotaixr · 10 years ago
  76. a29b5d8 Cleaning includes in SkImage-related files by piotaixr · 10 years ago
  77. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  78. d2a3522 Add the method isOpaque() to SkImage by piotaixr · 10 years ago
  79. 8572fc0 mark all SkImage methods const, so we can make it thread-safe by reed · 10 years ago
  80. 76d5b47 Now able to set the localMatrix when creating a SkShader from a SkImage by piotaixr · 10 years ago
  81. cef04f8 Deleted SkImage::newShaderClamp: not used, not implemented. by piotaixr · 10 years ago
  82. 28fcae2 Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/234243002/) by commit-bot@chromium.org · 10 years ago
  83. 96edc24 Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/227433009/) by commit-bot@chromium.org · 10 years ago
  84. d923288 Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/234243002/) by commit-bot@chromium.org · 10 years ago
  85. 757ebd2 Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/227433009/) by commit-bot@chromium.org · 10 years ago
  86. 149e9a1 Rename kPMColor_SkColorType to kN32_SkColorType. by commit-bot@chromium.org · 10 years ago
  87. 8a2ad3c add new copyTo version to SkBitmap, which takes SkColorType by commit-bot@chromium.org · 11 years ago
  88. ace1354 impl getROPixels for gpu SkImage by reed@google.com · 11 years ago
  89. ab1c138 Fix compilation with SK_ENABLE_INST_COUNT=1 by commit-bot@chromium.org · 11 years ago
  90. 4d24b74 Make SkImage_Gpu share it's pixelref with the surface to prevent premature return to scratch pool. by commit-bot@chromium.org · 11 years ago
  91. dfec28d Add SkImage->draw() call with src and dst rects. by commit-bot@chromium.org · 11 years ago
  92. 1d241f1 Revert "Add SkImage->draw() call with src and dst rects." by fmalita@google.com · 11 years ago
  93. 1d91600 Add SkImage->draw() call with src and dst rects. by commit-bot@chromium.org · 11 years ago
  94. 4b0757b add encodeData() to SkImageEncoder, and add encoding to SkImage by reed@google.com · 11 years ago
  95. da90474 Adding public API method on SkImage for extracting the GPU texture handle. by junov@chromium.org · 11 years ago
  96. c37589d Replacing 'new' with 'SkNEW_ARGS' in SkImage_Gpu by junov@chromium.org · 11 years ago
  97. 97b6b07 Fleshed out GPU portion of image/surface feature by robertphillips@google.com · 12 years ago
  98. fbfcd56 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 12 years ago
  99. 5d4ba88 check-point for gpu support in SkImage/SkSurface by reed@google.com · 12 years ago