1. abcfab4 Swap render target instead of creating a new gpu device for surface copy-on-write by kkinnunen · 10 years ago
  2. 3582d3e Split out methods in GrGpuResource::CacheAccess that can be called outside of the cache. by bsalomon · 10 years ago
  3. eaaaf0b Take budgeted param when snapping new image. by bsalomon · 10 years ago
  4. afe3005 Require budget decision when creating a RenderTarget SkSurface. by bsalomon · 10 years ago
  5. 7b9e8a4 Apply the layer's image filter to the hoisted image by robertphillips · 10 years ago
  6. 8eddfb5 Change clear() to respect the clip by reed · 10 years ago
  7. af641a1 Revert "Change clear() to respect the clip" by reed · 10 years ago
  8. 3729469 Change clear() to respect the clip by reed · 10 years ago
  9. 4af267b add SkImage::newSurface by reed · 10 years ago
  10. b2db898 rename filterTextFlags to disableLCD by reed · 10 years ago
  11. 4736e14 Get gpudft support working in dm, gm, nanobench and bench_pictures by jvanverth · 10 years ago
  12. 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
  13. 06ba179 Get gpudft support working in dm, gm, nanobench and bench_pictures by jvanverth · 10 years ago
  14. f037e0b allow SkUserConfig.h to control NOGPU by reed · 10 years ago
  15. f2703d8 rename GrTextureDesc->GrSurfaceDesc, GrTextureFlags->GrSurfaceFlags by bsalomon · 10 years ago
  16. e305973 Remove uses of GrAutoScratchTexture. by bsalomon · 10 years ago
  17. bcf0a52 GrResourceCache2 manages scratch texture. by bsalomon · 10 years ago
  18. 9323b8b Revert "GrResourceCache2 manages scratch texture." by Brian Salomon · 10 years ago
  19. d14e1a2 GrResourceCache2 manages scratch texture. by bsalomon · 10 years ago
  20. f80bfed GrContext::copyTexture->GrContext::copySurface. by bsalomon · 10 years ago
  21. 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
  22. cf99b00 GrContext::copyTexture->GrContext::copySurface. by bsalomon · 10 years ago
  23. dbe6074 Revert of GrResourceCache2 manages scratch texture. (patchset #14 id:260001 of https://codereview.chromium.org/608883003/) by robertphillips · 10 years ago
  24. 3d398c8 GrResourceCache2 manages scratch texture. by bsalomon · 10 years ago
  25. 4a8126e Introduce Props to surface (patchset #27 id:520001 of https://codereview.chromium.org/551463004/)" by reed · 10 years ago
  26. 29c857d Revert of introduce Props to surface (patchset #27 id:520001 of https://codereview.chromium.org/551463004/) by reed · 10 years ago
  27. 3716fd0 introduce Props to surface (work in progress) by reed · 10 years ago
  28. 65b4895 remove RenderTargetFlags -- NewRenderTargetDirect will never clear by reed · 10 years ago
  29. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  30. 952841b Begin atlasing by robertphillips · 10 years ago
  31. e462f2b Revert of Begin atlasing (https://codereview.chromium.org/354533004/) by robertphillips · 10 years ago
  32. 55e61f0 Begin atlasing by robertphillips · 10 years ago
  33. 6fcd1ef Add flag for SkGpuSurface creation to enable distance fields. by commit-bot@chromium.org · 10 years ago
  34. 3adcc34 stop using deprecated bitmap::config for gpu by commit-bot@chromium.org · 10 years ago
  35. 28361fa Add discard API to SkCanvas, plumb it to glDiscardFramebuffer() by commit-bot@chromium.org · 10 years ago
  36. d8a57af Adding a new SkSurface factory for generating surfaces from the scratch texture pool. by commit-bot@chromium.org · 10 years ago
  37. 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
  38. 403f8d7 still trying to kill setDevice: rename to setRootDevice (better name) and make private by commit-bot@chromium.org · 11 years ago
  39. 15a1405 Change device factories to take SkImageInfo instead of SkBitmap::Config by commit-bot@chromium.org · 11 years ago
  40. d5911c4 remove unneeded SK_SUPPORT_LEGACY_NEWRENDERTARGETDIRECT by reed@google.com · 11 years ago
  41. 70ac79b use new instead of createCompatibleDevice, since we know the subclass we want by reed@google.com · 11 years ago
  42. 372b7a4 remove redundant GrContext parameter to NewRenderTargetDirect by reed@google.com · 11 years ago
  43. ab1c138 Fix compilation with SK_ENABLE_INST_COUNT=1 by commit-bot@chromium.org · 11 years ago
  44. 2bd8b81 move SkImage::ColorType into SkColorType by reed@google.com · 11 years ago
  45. db6fa17 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  46. 383a697 store SkAlphaType inside SkBitmap, on road to support unpremul by reed@google.com · 11 years ago
  47. 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
  48. b8d00db Change undefined SkGpuRenderTarget and SkGpuTexture forward declares to GrRenderTarget and GrTexture. by commit-bot@chromium.org · 11 years ago
  49. 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
  50. c4c9870 Adding optimization to avoid image copy in SkSurface copy on write when content is discardable by commit-bot@chromium.org · 11 years ago
  51. acea3ef Cleanup: Removing unnecessary args/complexity in SkSurface_Base and friends by junov@chromium.org · 11 years ago
  52. 5ee449a Fixing viral copy/paste typo Shapshot -> Snapshot by junov@chromium.org · 11 years ago
  53. 45c3db8 Fixed bug in SkSurface_Gpu to make the surface receive the new copy when copy by junov@chromium.org · 11 years ago
  54. e0e385c Removed unused parameters by sugoi@google.com · 11 years ago
  55. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  56. b947625 remove unused (and undefined) SkColorSpace parameter. by mike@reedtribe.org · 12 years ago
  57. ea5d8af Fix for 2 parallel gpu rendering issues (bigbitmaprect & image-surface) by robertphillips@google.com · 12 years ago
  58. 671eac6 Fix leaks in SkSurface_Gpu.cpp by robertphillips@google.com · 12 years ago
  59. f3dc199 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  60. 97b6b07 Fleshed out GPU portion of image/surface feature by robertphillips@google.com · 12 years ago
  61. 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
  62. 5d4ba88 check-point for gpu support in SkImage/SkSurface by reed@google.com · 12 years ago