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