1. 6f1216a cache private readback for gpu-images by reed · 9 years ago
  2. eae6200 Some cleanup in GrTextureProvider and GrResourceProvider. by bsalomon · 9 years ago
  3. 02d91d1 lock pixels in image when bitmap is immutable and not-lazy by reed · 9 years ago
  4. 4ed3dd6 fix empty image constructor by reed · 9 years ago
  5. 80c772b unify pixelref and image ID space, so we can share IDs when we share pixels by reed · 9 years ago
  6. 26e0e58 SkImage_Raster's pixels are always immutable. by reed · 9 years ago
  7. 9a5d1ab Make peekPixels() usable with raster surface snapshots by fmalita · 9 years ago
  8. e8d21e8 Make readpixels work on GrTextures by bsalomon · 9 years ago
  9. c83a297 have canvas send discard instead of retain if the draw would overwrite everything by reed · 9 years ago
  10. ea561bf Fix SkImage::asLegacyBitmap() rowBytes assert by fmalita · 9 years ago
  11. 1c84634 add runtime option to provide data->imagegenerator factory by reed · 9 years ago
  12. 2cdec31 YUV to RGB Texture threading GrProcessorDataManager by joshualitt · 9 years ago
  13. 8179341 add ability to get FBO ID to Surface by joshualitt · 9 years ago
  14. 3c06511 Add image->bitmap by reed · 9 years ago
  15. 21217ab Remove SkImage::NewFromBitmap encoded data helper by fmalita · 9 years ago
  16. 5617900 add SkImage::NewFromBitmap by reed · 9 years ago
  17. 759373a add colortable param to newrastercopy by reed · 9 years ago
  18. dca20ce explicitly bump legacy genID on gpu surface by reed · 9 years ago
  19. d3e259a Add SkSurface factory for wrapping an FBO in SkSurface by bsalomon · 9 years ago
  20. c49e868 Rename flushForExternalRead->flushForExternalIO and always call in SkSurface::getTextureHandle by bsalomon · 9 years ago
  21. 884200e remove premature discard optimization by reed · 9 years ago
  22. fa5e68e add getTextureHandle to SkSurface by reed · 9 years ago
  23. 2766c00 remove SkInstCnt by mtklein · 9 years ago
  24. 74f681d Make SkGpuDevice know its alpha type by bsalomon · 9 years ago
  25. 702edbd Propagate SkSurfaceProps to more call sites by robertphillips · 9 years ago
  26. 871872f change old picture serialization to really handle images by reed · 9 years ago
  27. 7b05ff1 Rename all things "leaky" in SkDevice by robertphillips · 9 years ago
  28. fcf7829 remove SkDeviceProperties by robertphillips · 9 years ago
  29. de49988 add callbacks to Images that wrap client-provided content by reed · 9 years ago
  30. 6dc6f5f Add support for creating texture backed images where Skia will delete the texture. by bsalomon · 9 years ago
  31. 2334fb6 Make GrTextContext be owned by the GrDrawContext by robertphillips · 9 years ago
  32. 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
  33. 5b16e74 Make GrTextContext be owned by the GrDrawContext by robertphillips · 9 years ago
  34. 7a61793 Don't clear in SkSurface::NewWrappedRenderTarget by bsalomon · 9 years ago
  35. dded696 Implement support for mixed sampled render targets by vbuzinov · 9 years ago
  36. 5581236 Towards removing getTexture() on SkImage by bsalomon · 9 years ago
  37. 993a421 SkImage::NewFromYUVTexturesCopy by bsalomon · 9 years ago
  38. 9572a10 don't use accessBitmap by reed · 9 years ago
  39. 8b26b99 new image from backend desc by reed · 9 years ago
  40. a85d4d0 Make drawImage a virtual on SkDevice by reed · 9 years ago
  41. 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
  42. 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
  43. 3538e3b Revert of Make drawImage a virtual on SkDevice (patchset #4 id:60001 of https://codereview.chromium.org/1122643005/) by reed · 9 years ago
  44. 14fe8fd Make drawImage a virtual on SkDevice by reed · 9 years ago
  45. 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
  46. 5392785 Make drawImage a virtual on SkDevice (patchset #3 id:40001 of https://codereview.chromium.org/1118823004/)" by reed · 9 years ago
  47. 973d1f1 Revert of make drawImage a virtual on SkDevice (patchset #3 id:40001 of https://codereview.chromium.org/1118823004/) by reed · 9 years ago
  48. f603fb3 make drawImage a virtual on SkDevice by reed · 9 years ago
  49. 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
  50. 7831a4b Update more directories under src/ to follow C++11 style rule for {virtual,override}. by tfarina · 9 years ago
  51. e4579ad Add helper for creating a SkSurface from a client created texture. by bsalomon · 9 years ago
  52. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  53. 73953e7 Make SkNewImageFromBitmap take pixel ref origin into account by kkinnunen · 10 years ago
  54. abcfab4 Swap render target instead of creating a new gpu device for surface copy-on-write by kkinnunen · 10 years ago
  55. cd6ca9e Make SkImage::getTexture() const by kkinnunen · 10 years ago
  56. 9e447c0 remove unneeded preroll by reed · 10 years ago
  57. 3582d3e Split out methods in GrGpuResource::CacheAccess that can be called outside of the cache. by bsalomon · 10 years ago
  58. 96a857e initial preroll api by reed · 10 years ago
  59. eaaaf0b Take budgeted param when snapping new image. by bsalomon · 10 years ago
  60. f803da1 add newImage API by reed · 10 years ago
  61. 7983bf9 more reinforcement that images never have zero width or height by reed · 10 years ago
  62. afe3005 Require budget decision when creating a RenderTarget SkSurface. by bsalomon · 10 years ago
  63. 4ef0c8a remove NewTexture? by reed · 10 years ago
  64. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  65. 5965c8a add ImageGenerator::NewFromData to porting layer by reed · 10 years ago
  66. f8d1874 add toString to SkImage by reed · 10 years ago
  67. b2497c2 change API contract: disallow zero-sized images or surfaces by reed · 10 years ago
  68. b4f629c fix images in multi-thread by doing shallow-copies by reed · 10 years ago
  69. a3cbc28 remove dead code for SK_SUPPORT_LEGACY_TEXTRENDERMODE by reed · 10 years ago
  70. 7b9e8a4 Apply the layer's image filter to the hoisted image by robertphillips · 10 years ago
  71. 96472de dd readPixels to SkImage by reed · 10 years ago
  72. 7543aa2 add readPixels to SkSurface (later try to remove it from SkCanvas) by reed · 10 years ago
  73. 8eddfb5 Change clear() to respect the clip by reed · 10 years ago
  74. af641a1 Revert "Change clear() to respect the clip" by reed · 10 years ago
  75. 3729469 Change clear() to respect the clip by reed · 10 years ago
  76. 3f10b9d clarify samplecount field in imagegpu by reed · 10 years ago
  77. 4af267b add SkImage::newSurface by reed · 10 years ago
  78. b2db898 rename filterTextFlags to disableLCD by reed · 10 years ago
  79. 4736e14 Get gpudft support working in dm, gm, nanobench and bench_pictures by jvanverth · 10 years ago
  80. 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
  81. 06ba179 Get gpudft support working in dm, gm, nanobench and bench_pictures by jvanverth · 10 years ago
  82. f037e0b allow SkUserConfig.h to control NOGPU by reed · 10 years ago
  83. f2703d8 rename GrTextureDesc->GrSurfaceDesc, GrTextureFlags->GrSurfaceFlags by bsalomon · 10 years ago
  84. 6515175 Override SkCanvas::drawImage() in SkRecorder. by piotaixr · 10 years ago
  85. e305973 Remove uses of GrAutoScratchTexture. by bsalomon · 10 years ago
  86. bcf0a52 GrResourceCache2 manages scratch texture. by bsalomon · 10 years ago
  87. 9323b8b Revert "GrResourceCache2 manages scratch texture." by Brian Salomon · 10 years ago
  88. d14e1a2 GrResourceCache2 manages scratch texture. by bsalomon · 10 years ago
  89. f80bfed GrContext::copyTexture->GrContext::copySurface. by bsalomon · 10 years ago
  90. 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
  91. cf99b00 GrContext::copyTexture->GrContext::copySurface. by bsalomon · 10 years ago
  92. dbe6074 Revert of GrResourceCache2 manages scratch texture. (patchset #14 id:260001 of https://codereview.chromium.org/608883003/) by robertphillips · 10 years ago
  93. 3d398c8 GrResourceCache2 manages scratch texture. by bsalomon · 10 years ago
  94. 5ceff91 Rename SkImage::draw(_, SkRect, SkRect) in SkImage::drawRect() by piotaixr · 10 years ago
  95. 2cce421 Replace a forgotten call to SkImage::draw() by SkCanvas::drawImageRect() by piotaixr · 10 years ago
  96. b5fae93 SkCanvas::drawImage is the new way for drawing a SkImage to a Canvas by piotaixr · 10 years ago
  97. 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
  98. 4327899 SkCanvas::drawImage is the new way for drawing a SkImage to a Canvas by piotaixr · 10 years ago
  99. 4a8126e Introduce Props to surface (patchset #27 id:520001 of https://codereview.chromium.org/551463004/)" by reed · 10 years ago
  100. a29b5d8 Cleaning includes in SkImage-related files by piotaixr · 10 years ago