1. 7e806f3 Revert of Enable stencil clipping in mixed sampled render targets (patchset #6 id:100001 of https://codereview.chromium.org/1232103002/ ) by cdalton · 9 years ago
  2. d472792 Revert of Fix mixed samples stencil clip (patchset #5 id:80001 of https://codereview.chromium.org/1431593006/ ) by cdalton · 9 years ago
  3. 14184d5 Fix mixed samples stencil clip by cdalton · 9 years ago
  4. 3e77ba9 Implement stencil clipping in mixed sampled render targets by vbuzinov · 9 years ago
  5. 0a5fa48 Add onMemoryDump to GrContext by ericrk · 9 years ago
  6. ec00d94 Move some of the adding stencil attachment logic of Gpu and into Render Target. by egdaniel · 9 years ago
  7. 8179341 add ability to get FBO ID to Surface by joshualitt · 9 years ago
  8. 6dc6f5f Add support for creating texture backed images where Skia will delete the texture. by bsalomon · 9 years ago
  9. dded696 Implement support for mixed sampled render targets by vbuzinov · 9 years ago
  10. d298121 Fix gpu memory accounting for auto-resolving MSAA. by senorblanco · 9 years ago
  11. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  12. d803f27 Revert of Improve tracking of bound FBOs in GrGLGpu. (patchset #17 id:320001 of https://codereview.chromium.org/949263002/) by egdaniel · 9 years ago
  13. 160f24c Improve tracking of bound FBOs in GrGLGpu. by bsalomon · 9 years ago
  14. 5cd020f Revert of Improve tracking of bound FBOs in GrGLGpu. (patchset #16 id:300001 of https://codereview.chromium.org/949263002/) by bsalomon · 9 years ago
  15. dc963b9 Improve tracking of bound FBOs in GrGLGpu. by bsalomon · 9 years ago
  16. 1e0bf7e Revert of Improve tracking of bound FBOs in GrGLGpu. (patchset #12 id:220001 of https://codereview.chromium.org/949263002/) by bsalomon · 9 years ago
  17. 6ba6fa1 Improve tracking of bound FBOs in GrGLGpu. by bsalomon · 9 years ago
  18. 73165bd Revert of Improve tracking of bound FBOs in GrGLGpu. (patchset #10 id:180001 of https://codereview.chromium.org/949263002/) by robertphillips · 9 years ago
  19. 0b70b86 Improve tracking of bound FBOs in GrGLGpu. by bsalomon · 9 years ago
  20. bb8bca3 Revert of Improve tracking of bound FBOs in GrGLGpu. (patchset #8 id:140001 of https://codereview.chromium.org/949263002/) by bsalomon · 9 years ago
  21. b2af2d8 Improve tracking of bound FBOs in GrGLGpu. by bsalomon · 9 years ago
  22. ed0069a Revert of Improve tracking of bound FBOs in GrGLGpu. (patchset #6 id:100001 of https://codereview.chromium.org/949263002/) by bsalomon · 9 years ago
  23. d2ad8eb Improve tracking of bound FBOs in GrGLGpu. by bsalomon · 9 years ago
  24. 6bc1b5f Dynamically create stencil buffer when needed. by bsalomon · 10 years ago
  25. 2340dcb Remove unused and unimplemented abstract functions from GrRenderTarget by kkinnunen · 10 years ago
  26. 5236cf4 Make uncached textures uncached from the get go. by bsalomon · 10 years ago
  27. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  28. 861e103 Rename GrGpuGL to GrGLGpu for consistency by bsalomon · 10 years ago
  29. 912ed6e Cleanup: Mark some overridden methods with 'SK_OVERRIDE'. by tfarina · 10 years ago
  30. 9a0c7ab Skia: Track the fIsWrapped separately so that we delete correctly by hendrikw · 10 years ago
  31. 12299ab Make GrResourceCache2 responsible for calling release, abandon, and ~. by bsalomon · 10 years ago
  32. 69ed47f Make GrGpuResource::gpuMemorySize non-virtual w/ onGpuMemorySize virtual impl by bsalomon · 10 years ago
  33. 37dd331 Add class GrGLTextureRenderTarget for GL texture/rendertarget objects by bsalomon · 10 years ago
  34. b15b4c1 Separate out GrSurfaceConfig's fields from other structs used to create GrGL* subclasses of GrSurface. by bsalomon · 10 years ago
  35. 59e16e4 Fix leak of GrGLTexID when its owning GrGLTexture has been abandoned. 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. 3cb406b Implement support for origin-TopLeft render targets. Note that the default behaviour remains the same: textures default to origin-TopLeft, render targets default to origin-BottomLeft, and backend textures default to origin-BottomLeft. However, the caller can override the default by setting fOrigin in GrTextureDesc, GrBackendTextureDesc or GrBackendRenderTargetDesc. by senorblanco@chromium.org · 12 years ago
  38. cf9faf6 Reverting r7545 (render target origin change) due to layout test issues (see https://codereview.chromium.org/12210002/) by robertphillips@google.com · 12 years ago
  39. ed8659b Implement support for origin-TopLeft render targets in GL backend. by senorblanco@chromium.org · 12 years ago
  40. 7283022 Make GrResource know whether 3D objects' lifetimes are managed by Skia or not. by bsalomon@google.com · 12 years ago
  41. 8171288 Remove GrScalar, replace with SkScalar. by bsalomon@google.com · 12 years ago
  42. 2d0bade Make the orientation of a texture accessible from and known by GrSurface. by bsalomon@google.com · 12 years ago
  43. 08afc84 Files accidentally omitted from r6123. by bsalomon@google.com · 12 years ago
  44. d6bbbf8 Simplified stencil buffer caching by robertphillips@google.com · 12 years ago
  45. 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
  46. d8f856c Move convolution from code in GrGLProgram to new GrConvolutionEffect by tomhudson@google.com · 12 years ago
  47. dd182cb Move GL-specific source code to make room for D3D back end. by tomhudson@google.com · 13 years ago[Renamed from src/gpu/GrGLRenderTarget.h]
  48. e269f21 Recommit r2611 with fix for gm by bsalomon@google.com · 13 years ago
  49. b87d2b5 Revert r2611 until windows gm can be debugged by bsalomon@google.com · 13 years ago
  50. 6d9adae Add replacement APIs for createPlatformSurface: createPlatformTexture and createPlatformRenderTarget by bsalomon@google.com · 13 years ago
  51. d38f137 Move gpu/include/* to include/gpu and gpu/src/* to src/gpu by bsalomon@google.com · 13 years ago[Renamed from gpu/src/GrGLRenderTarget.h]
  52. 81c3f8d Add GrStencilBuffer as a separate resource type from render target by bsalomon@google.com · 13 years ago
  53. 4043ae2 Revert r2026 due to bot failures by bsalomon@google.com · 13 years ago
  54. a16d650 Create a separate GrStencilBuffer class apart from GrRenderTarget. by bsalomon@google.com · 13 years ago
  55. 5bfc217 cleanup GrGLTexture / GrGLRenderTarget cons. Make GrRenderTarget aware of its msaa sample count. by bsalomon@google.com · 13 years ago
  56. aa5b673 move render target decls / defs to their own headers / srcs by bsalomon@google.com · 13 years ago