1. 7fec91c skia: Add support for CHROMIUM_image backed textures. by erikchen · 9 years ago
  2. 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
  3. 92098e6 skia: Add support for CHROMIUM_image backed textures. by erikchen · 9 years ago
  4. af3fbfc SkImage doesn't use props, so don't need to store it by reed · 9 years ago
  5. 7b6945b remove unused (by the outside) SkImage::newSurface, and simplify newImage -> newSubset by reed · 9 years ago
  6. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  7. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  8. e263908 SkSurface copy-on-write can yield stale GPU render targets. by fmalita · 9 years ago
  9. 80c772b unify pixelref and image ID space, so we can share IDs when we share pixels by reed · 9 years ago
  10. 8179341 add ability to get FBO ID to Surface by joshualitt · 9 years ago
  11. dca20ce explicitly bump legacy genID on gpu surface by reed · 9 years ago
  12. d3e259a Add SkSurface factory for wrapping an FBO in SkSurface by bsalomon · 9 years ago
  13. c49e868 Rename flushForExternalRead->flushForExternalIO and always call in SkSurface::getTextureHandle by bsalomon · 9 years ago
  14. 884200e remove premature discard optimization by reed · 9 years ago
  15. fa5e68e add getTextureHandle to SkSurface by reed · 9 years ago
  16. 74f681d Make SkGpuDevice know its alpha type by bsalomon · 9 years ago
  17. 7b05ff1 Rename all things "leaky" in SkDevice by robertphillips · 9 years ago
  18. fcf7829 remove SkDeviceProperties by robertphillips · 9 years ago
  19. 6dc6f5f Add support for creating texture backed images where Skia will delete the texture. by bsalomon · 9 years ago
  20. 7a61793 Don't clear in SkSurface::NewWrappedRenderTarget by bsalomon · 9 years ago
  21. dded696 Implement support for mixed sampled render targets by vbuzinov · 9 years ago
  22. 5581236 Towards removing getTexture() on SkImage by bsalomon · 9 years ago
  23. 9572a10 don't use accessBitmap by reed · 9 years ago
  24. 8b26b99 new image from backend desc by reed · 9 years ago
  25. 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
  26. e4579ad Add helper for creating a SkSurface from a client created texture. by bsalomon · 9 years ago
  27. abcfab4 Swap render target instead of creating a new gpu device for surface copy-on-write by kkinnunen · 10 years ago
  28. 3582d3e Split out methods in GrGpuResource::CacheAccess that can be called outside of the cache. by bsalomon · 10 years ago
  29. eaaaf0b Take budgeted param when snapping new image. by bsalomon · 10 years ago
  30. afe3005 Require budget decision when creating a RenderTarget SkSurface. by bsalomon · 10 years ago
  31. 7b9e8a4 Apply the layer's image filter to the hoisted image by robertphillips · 10 years ago
  32. 8eddfb5 Change clear() to respect the clip by reed · 10 years ago
  33. af641a1 Revert "Change clear() to respect the clip" by reed · 10 years ago
  34. 3729469 Change clear() to respect the clip by reed · 10 years ago
  35. 4af267b add SkImage::newSurface by reed · 10 years ago
  36. b2db898 rename filterTextFlags to disableLCD by reed · 10 years ago
  37. 4736e14 Get gpudft support working in dm, gm, nanobench and bench_pictures by jvanverth · 10 years ago
  38. 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
  39. 06ba179 Get gpudft support working in dm, gm, nanobench and bench_pictures by jvanverth · 10 years ago
  40. f037e0b allow SkUserConfig.h to control NOGPU by reed · 10 years ago
  41. f2703d8 rename GrTextureDesc->GrSurfaceDesc, GrTextureFlags->GrSurfaceFlags by bsalomon · 10 years ago
  42. e305973 Remove uses of GrAutoScratchTexture. by bsalomon · 10 years ago
  43. bcf0a52 GrResourceCache2 manages scratch texture. by bsalomon · 10 years ago
  44. 9323b8b Revert "GrResourceCache2 manages scratch texture." by Brian Salomon · 10 years ago
  45. d14e1a2 GrResourceCache2 manages scratch texture. by bsalomon · 10 years ago
  46. f80bfed GrContext::copyTexture->GrContext::copySurface. by bsalomon · 10 years ago
  47. 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
  48. cf99b00 GrContext::copyTexture->GrContext::copySurface. by bsalomon · 10 years ago
  49. dbe6074 Revert of GrResourceCache2 manages scratch texture. (patchset #14 id:260001 of https://codereview.chromium.org/608883003/) by robertphillips · 10 years ago
  50. 3d398c8 GrResourceCache2 manages scratch texture. by bsalomon · 10 years ago
  51. 4a8126e Introduce Props to surface (patchset #27 id:520001 of https://codereview.chromium.org/551463004/)" by reed · 10 years ago
  52. 29c857d Revert of introduce Props to surface (patchset #27 id:520001 of https://codereview.chromium.org/551463004/) by reed · 10 years ago
  53. 3716fd0 introduce Props to surface (work in progress) by reed · 10 years ago
  54. 65b4895 remove RenderTargetFlags -- NewRenderTargetDirect will never clear by reed · 10 years ago
  55. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  56. 952841b Begin atlasing by robertphillips · 10 years ago
  57. e462f2b Revert of Begin atlasing (https://codereview.chromium.org/354533004/) by robertphillips · 10 years ago
  58. 55e61f0 Begin atlasing by robertphillips · 10 years ago
  59. 6fcd1ef Add flag for SkGpuSurface creation to enable distance fields. by commit-bot@chromium.org · 10 years ago
  60. 3adcc34 stop using deprecated bitmap::config for gpu by commit-bot@chromium.org · 10 years ago
  61. 28361fa Add discard API to SkCanvas, plumb it to glDiscardFramebuffer() by commit-bot@chromium.org · 10 years ago
  62. d8a57af Adding a new SkSurface factory for generating surfaces from the scratch texture pool. by commit-bot@chromium.org · 10 years ago
  63. e492ac4 Manual revert of https://code.google.com/p/skia/source/detail?r=13353 due to perf regression. by commit-bot@chromium.org · 10 years ago
  64. 403f8d7 still trying to kill setDevice: rename to setRootDevice (better name) and make private by commit-bot@chromium.org · 11 years ago
  65. 15a1405 Change device factories to take SkImageInfo instead of SkBitmap::Config by commit-bot@chromium.org · 11 years ago
  66. d5911c4 remove unneeded SK_SUPPORT_LEGACY_NEWRENDERTARGETDIRECT by reed@google.com · 11 years ago
  67. 70ac79b use new instead of createCompatibleDevice, since we know the subclass we want by reed@google.com · 11 years ago
  68. 372b7a4 remove redundant GrContext parameter to NewRenderTargetDirect by reed@google.com · 11 years ago
  69. ab1c138 Fix compilation with SK_ENABLE_INST_COUNT=1 by commit-bot@chromium.org · 11 years ago
  70. 2bd8b81 move SkImage::ColorType into SkColorType by reed@google.com · 11 years ago
  71. db6fa17 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  72. 383a697 store SkAlphaType inside SkBitmap, on road to support unpremul by reed@google.com · 11 years ago
  73. 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
  74. b8d00db Change undefined SkGpuRenderTarget and SkGpuTexture forward declares to GrRenderTarget and GrTexture. by commit-bot@chromium.org · 11 years ago
  75. d092524 Force checking of all color, stencil and FBO allocations for SkSurface_Gpu. This fixes the software canvas fallback in Chrome. by senorblanco@chromium.org · 11 years ago
  76. c4c9870 Adding optimization to avoid image copy in SkSurface copy on write when content is discardable by commit-bot@chromium.org · 11 years ago
  77. acea3ef Cleanup: Removing unnecessary args/complexity in SkSurface_Base and friends by junov@chromium.org · 11 years ago
  78. 5ee449a Fixing viral copy/paste typo Shapshot -> Snapshot by junov@chromium.org · 11 years ago
  79. 45c3db8 Fixed bug in SkSurface_Gpu to make the surface receive the new copy when copy by junov@chromium.org · 11 years ago
  80. e0e385c Removed unused parameters by sugoi@google.com · 11 years ago
  81. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  82. b947625 remove unused (and undefined) SkColorSpace parameter. by mike@reedtribe.org · 12 years ago
  83. ea5d8af Fix for 2 parallel gpu rendering issues (bigbitmaprect & image-surface) by robertphillips@google.com · 12 years ago
  84. 671eac6 Fix leaks in SkSurface_Gpu.cpp by robertphillips@google.com · 12 years ago
  85. f3dc199 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  86. 97b6b07 Fleshed out GPU portion of image/surface feature by robertphillips@google.com · 12 years ago
  87. 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
  88. 5d4ba88 check-point for gpu support in SkImage/SkSurface by reed@google.com · 12 years ago