1. afe3005 Require budget decision when creating a RenderTarget SkSurface. by bsalomon · 10 years ago
  2. 4ef0c8a remove NewTexture? by reed · 10 years ago
  3. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  4. 5965c8a add ImageGenerator::NewFromData to porting layer by reed · 10 years ago
  5. f8d1874 add toString to SkImage by reed · 10 years ago
  6. b2497c2 change API contract: disallow zero-sized images or surfaces by reed · 10 years ago
  7. b4f629c fix images in multi-thread by doing shallow-copies by reed · 10 years ago
  8. a3cbc28 remove dead code for SK_SUPPORT_LEGACY_TEXTRENDERMODE by reed · 10 years ago
  9. 7b9e8a4 Apply the layer's image filter to the hoisted image by robertphillips · 10 years ago
  10. 96472de dd readPixels to SkImage by reed · 10 years ago
  11. 7543aa2 add readPixels to SkSurface (later try to remove it from SkCanvas) by reed · 10 years ago
  12. 8eddfb5 Change clear() to respect the clip by reed · 10 years ago
  13. af641a1 Revert "Change clear() to respect the clip" by reed · 10 years ago
  14. 3729469 Change clear() to respect the clip by reed · 10 years ago
  15. 3f10b9d clarify samplecount field in imagegpu by reed · 10 years ago
  16. 4af267b add SkImage::newSurface by reed · 10 years ago
  17. b2db898 rename filterTextFlags to disableLCD by reed · 10 years ago
  18. 4736e14 Get gpudft support working in dm, gm, nanobench and bench_pictures by jvanverth · 10 years ago
  19. aa30ab3 Revert of Get gpudft support working in dm, gm, nanobench and bench_pictures (patchset #2 id:20001 of https://codereview.chromium.org/699453005/) by jvanverth · 10 years ago
  20. 06ba179 Get gpudft support working in dm, gm, nanobench and bench_pictures by jvanverth · 10 years ago
  21. f037e0b allow SkUserConfig.h to control NOGPU by reed · 10 years ago
  22. f2703d8 rename GrTextureDesc->GrSurfaceDesc, GrTextureFlags->GrSurfaceFlags by bsalomon · 10 years ago
  23. 6515175 Override SkCanvas::drawImage() in SkRecorder. by piotaixr · 10 years ago
  24. e305973 Remove uses of GrAutoScratchTexture. by bsalomon · 10 years ago
  25. bcf0a52 GrResourceCache2 manages scratch texture. by bsalomon · 10 years ago
  26. 9323b8b Revert "GrResourceCache2 manages scratch texture." by Brian Salomon · 10 years ago
  27. d14e1a2 GrResourceCache2 manages scratch texture. by bsalomon · 10 years ago
  28. f80bfed GrContext::copyTexture->GrContext::copySurface. by bsalomon · 10 years ago
  29. 85d3427 Revert of GrContext::copyTexture->GrContext::copySurface. Add a flush writes pixel ops flag. (patchset #3 id:40001 of https://codereview.chromium.org/622663002/) by bsalomon · 10 years ago
  30. cf99b00 GrContext::copyTexture->GrContext::copySurface. by bsalomon · 10 years ago
  31. dbe6074 Revert of GrResourceCache2 manages scratch texture. (patchset #14 id:260001 of https://codereview.chromium.org/608883003/) by robertphillips · 10 years ago
  32. 3d398c8 GrResourceCache2 manages scratch texture. by bsalomon · 10 years ago
  33. 5ceff91 Rename SkImage::draw(_, SkRect, SkRect) in SkImage::drawRect() by piotaixr · 10 years ago
  34. 2cce421 Replace a forgotten call to SkImage::draw() by SkCanvas::drawImageRect() by piotaixr · 10 years ago
  35. b5fae93 SkCanvas::drawImage is the new way for drawing a SkImage to a Canvas by piotaixr · 10 years ago
  36. 2456b76 Revert of SkCanvas::drawImage is the new way for drawing an SkImage to a Canvas (patchset #9 id:160001 of https://codereview.chromium.org/583453002/) by borenet · 10 years ago
  37. 4327899 SkCanvas::drawImage is the new way for drawing a SkImage to a Canvas by piotaixr · 10 years ago
  38. 4a8126e Introduce Props to surface (patchset #27 id:520001 of https://codereview.chromium.org/551463004/)" by reed · 10 years ago
  39. a29b5d8 Cleaning includes in SkImage-related files by piotaixr · 10 years ago
  40. 29c857d Revert of introduce Props to surface (patchset #27 id:520001 of https://codereview.chromium.org/551463004/) by reed · 10 years ago
  41. 3716fd0 introduce Props to surface (work in progress) by reed · 10 years ago
  42. d49226c Get rid of SkImage_Codec by piotaixr · 10 years ago
  43. 65b4895 remove RenderTargetFlags -- NewRenderTargetDirect will never clear by reed · 10 years ago
  44. 7b433f1 Small refactoring in SkImage_Codec by piotaixr · 10 years ago
  45. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  46. e5ea500 Hide fields in SkImageInfo by reed · 10 years ago
  47. 8482504 make allocPixels throw on failure by reed · 10 years ago
  48. d2a3522 Add the method isOpaque() to SkImage by piotaixr · 10 years ago
  49. ea4673f SkImage::NewFromGenerator(SkImageGenerator*), and a unit test. by halcanary · 10 years ago
  50. bbe7a2a eliminate code related to SkBitmap::Config by reed · 10 years ago
  51. 78ee93f Revert of SkImage::NewFromGenerator(SkImageGenerator*), and a unit test. (https://codereview.chromium.org/465823003/) by halcanary · 10 years ago
  52. 186f7b0 SkImage::NewFromGenerator(SkImageGenerator*), and a unit test. by halcanary · 10 years ago
  53. b2edec2 Revert of SkImage_Codec is Lazy (https://codereview.chromium.org/460823002/) by halcanary · 10 years ago
  54. e36f499 SkImage_Codec is Lazy by halcanary · 10 years ago
  55. 8572fc0 mark all SkImage methods const, so we can make it thread-safe by reed · 10 years ago
  56. 76d5b47 Now able to set the localMatrix when creating a SkShader from a SkImage by piotaixr · 10 years ago
  57. cef04f8 Deleted SkImage::newShaderClamp: not used, not implemented. by piotaixr · 10 years ago
  58. 952841b Begin atlasing by robertphillips · 10 years ago
  59. e462f2b Revert of Begin atlasing (https://codereview.chromium.org/354533004/) by robertphillips · 10 years ago
  60. 55e61f0 Begin atlasing by robertphillips · 10 years ago
  61. 982542d add SkSurface::NewRasterDirectReleaseProc by reed · 10 years ago
  62. c3b3266 hide SkBitmap::Config entirely (behind a flag) by reed · 10 years ago
  63. bfefc7c hide Config in SkImageDecoder -- use SkColorType instead by reed · 10 years ago
  64. a3264e5 Revert "Revert of setConfig -> setInfo (https://codereview.chromium.org/308683005/)" by commit-bot@chromium.org · 10 years ago
  65. d0f824c Revert of setConfig -> setInfo (https://codereview.chromium.org/308683005/) by commit-bot@chromium.org · 10 years ago
  66. 986d681 setConfig -> setInfo by commit-bot@chromium.org · 10 years ago
  67. 00f8d6c Revert "Revert of add colortable support to imagegenerator (https://codereview.chromium.org/304443003/)" by commit-bot@chromium.org · 10 years ago
  68. 466f5f3 remove SkBitmap::asImageInfo by commit-bot@chromium.org · 10 years ago
  69. 6fcd1ef Add flag for SkGpuSurface creation to enable distance fields. by commit-bot@chromium.org · 11 years ago
  70. b0430d0 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  71. a3cff85 remove unused functions by commit-bot@chromium.org · 11 years ago
  72. 3adcc34 stop using deprecated bitmap::config for gpu by commit-bot@chromium.org · 11 years ago
  73. cae54f1 remove picture-backed surfaces by commit-bot@chromium.org · 11 years ago
  74. 28fcae2 Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/234243002/) by commit-bot@chromium.org · 11 years ago
  75. 96edc24 Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/227433009/) by commit-bot@chromium.org · 11 years ago
  76. d923288 Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/234243002/) by commit-bot@chromium.org · 11 years ago
  77. 757ebd2 Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/227433009/) by commit-bot@chromium.org · 11 years ago
  78. 149e9a1 Rename kPMColor_SkColorType to kN32_SkColorType. by commit-bot@chromium.org · 11 years ago
  79. 28361fa Add discard API to SkCanvas, plumb it to glDiscardFramebuffer() by commit-bot@chromium.org · 11 years ago
  80. d8a57af Adding a new SkSurface factory for generating surfaces from the scratch texture pool. by commit-bot@chromium.org · 11 years ago
  81. e492ac4 Manual revert of https://code.google.com/p/skia/source/detail?r=13353 due to perf regression. by commit-bot@chromium.org · 11 years ago
  82. 8a2ad3c add new copyTo version to SkBitmap, which takes SkColorType by commit-bot@chromium.org · 11 years ago
  83. 6285f4f Offer single-param version of deepCopyTo -- much easier to migrate to colortypes by commit-bot@chromium.org · 11 years ago
  84. 403f8d7 still trying to kill setDevice: rename to setRootDevice (better name) and make private by commit-bot@chromium.org · 11 years ago
  85. 15a1405 Change device factories to take SkImageInfo instead of SkBitmap::Config by commit-bot@chromium.org · 11 years ago
  86. 02d6f54 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  87. c3bd8af add peekPixels to SkCanvas and SkSurface by commit-bot@chromium.org · 11 years ago
  88. bda591c Revert of add peekPixels to SkCanvas and SkSurface (https://codereview.chromium.org/161733002/) by commit-bot@chromium.org · 11 years ago
  89. b2d93a9 add peekPixels to SkCanvas and SkSurface by mike@reedtribe.org · 11 years ago
  90. 61e96cd SkBitmap now really stores SkImageInfo -- config is just a ruse by commit-bot@chromium.org · 11 years ago
  91. 1195a28 Revert "SkBitmap now really stores SkImageInfo -- config is just a ruse" by mike@reedtribe.org · 11 years ago
  92. 169a0ed SkBitmap now really stores SkImageInfo -- config is just a ruse by mike@reedtribe.org · 11 years ago
  93. d5911c4 remove unneeded SK_SUPPORT_LEGACY_NEWRENDERTARGETDIRECT by reed@google.com · 11 years ago
  94. 5e0995e Revert of Revert "Serialization of SkPictureImageFilter" (https://codereview.chromium.org/153583007/) by commit-bot@chromium.org · 11 years ago
  95. 7713c38 Revert "Serialization of SkPictureImageFilter" by fmalita@google.com · 11 years ago
  96. c5acc6c Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  97. 70ac79b use new instead of createCompatibleDevice, since we know the subclass we want by reed@google.com · 11 years ago
  98. ace1354 impl getROPixels for gpu SkImage by reed@google.com · 11 years ago
  99. 2776e01 return NULL not false for a void* failure by reed@google.com · 11 years ago
  100. 4f7c615 add ways to peer into an image to get its pixels by reed@google.com · 11 years ago