1. 2e6055b Refactor to separate backend object lifecycle and GpuResource budget decision by kkinnunen · 8 years ago
  2. 0a5fa48 Add onMemoryDump to GrContext by ericrk · 9 years ago
  3. 8dc7c3a Rename GrStencilBuffer to GrStencilAttachment by egdaniel · 9 years ago[Renamed (80%) from src/gpu/gl/GrGLStencilBuffer.h]
  4. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  5. 02a44a4 Recycle stencil buffers across render targets. by bsalomon · 10 years ago
  6. 36c57df Make stencil buffers uncached for uncached render target textures by kkinnunen · 10 years ago
  7. 5236cf4 Make uncached textures uncached from the get go. by bsalomon · 10 years ago
  8. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  9. 12299ab Make GrResourceCache2 responsible for calling release, abandon, and ~. by bsalomon · 10 years ago
  10. 69ed47f Make GrGpuResource::gpuMemorySize non-virtual w/ onGpuMemorySize virtual impl by bsalomon · 10 years ago
  11. 1696126 Make GrGpuResources register with GrResourceCache2 after fully constructed. by bsalomon · 10 years ago
  12. a2b0af8 Revert of Make GrGpuResources register with GrResourceCache2 after fully constructed. (patchset #3 of https://codereview.chromium.org/504313002/) by bsalomon · 10 years ago
  13. d68b3e4 Make GrGpuResources register with GrResourceCache2 after fully constructed. by bsalomon · 10 years ago
  14. 089a780 Split GrResource into GrCacheable/GrGpuObject by commit-bot@chromium.org · 10 years ago
  15. 7283022 Make GrResource know whether 3D objects' lifetimes are managed by Skia or not. by bsalomon@google.com · 12 years ago
  16. d6bbbf8 Simplified stencil buffer caching by robertphillips@google.com · 12 years ago
  17. 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
  18. cf6285b fix warnings on Mac in src/gpu and include/gpu by caryclark@google.com · 12 years ago
  19. d8f856c Move convolution from code in GrGLProgram to new GrConvolutionEffect by tomhudson@google.com · 12 years ago
  20. 6bf38b5 Move GL-specific include files to their own subdirectory, to better by tomhudson@google.com · 13 years ago
  21. f7fa806 Make GLCaps be standalone and be a member of GrGLContextInfo by bsalomon@google.com · 13 years ago
  22. dd182cb Move GL-specific source code to make room for D3D back end. by tomhudson@google.com · 13 years ago[Renamed (97%) from src/gpu/GrGLStencilBuffer.h]
  23. d38f137 Move gpu/include/* to include/gpu and gpu/src/* to src/gpu by bsalomon@google.com · 13 years ago[Renamed from gpu/src/GrGLStencilBuffer.h]
  24. 0b77d68 Make GrGLInterface a per-GrContext refcounted object rather than a global by bsalomon@google.com · 13 years ago
  25. eefe6f1 Fix crash in GrStencilBuffer when it tries to unlock itself but has lost its GrGpu ptr. by bsalomon@google.com · 13 years ago
  26. f6ff495 Fix sb/rt size computation by bsalomon@google.com · 13 years ago
  27. 558a75b Use a single stencil buffer for a given width,height,samplecount by bsalomon@google.com · 13 years ago
  28. 81c3f8d Add GrStencilBuffer as a separate resource type from render target by bsalomon@google.com · 13 years ago
  29. 4043ae2 Revert r2026 due to bot failures by bsalomon@google.com · 13 years ago
  30. a16d650 Create a separate GrStencilBuffer class apart from GrRenderTarget. by bsalomon@google.com · 13 years ago