1. bf4a8f9 Improve usage of window rectangles by csmartdalton · 8 years ago
  2. c3bfcb8 Revert of Improve usage of window rectangles (patchset #9 id:160001 of https://codereview.chromium.org/2289363005/ ) by caryclark · 8 years ago
  3. db42be9 Improve usage of window rectangles by csmartdalton · 8 years ago
  4. f963599 Add flag for window rectangles to GrRenderTarget by csmartdalton · 8 years ago
  5. 4fd74ae Move GrContext::makeDrawContext to new GrContextPriv object by robertphillips · 8 years ago
  6. 6738c70 Rename GrContext's newDrawContext & drawContext to makeDrawContext by robertphillips · 8 years ago
  7. dfe4f2e Add SkColorSpace to GrDrawContext by brianosman · 8 years ago
  8. 193d9cf Eliminate special case nvpr batch handling by cdalton · 8 years ago
  9. 76948d4 Add Gr*Proxy classes by robertphillips · 8 years ago
  10. 4f16e63 Revert of Add Gr*Proxy classes (patchset #10 id:220001 of https://codereview.chromium.org/1937553002/ ) by robertphillips · 8 years ago
  11. 92605b3 Add Gr*Proxy classes by robertphillips · 8 years ago
  12. 89d09a1 Revert of Add Gr*Proxy classes (patchset #9 id:160001 of https://codereview.chromium.org/1937553002/ ) by robertphillips · 8 years ago
  13. de5bf0c Add Gr*Proxy classes by robertphillips · 8 years ago
  14. 6c7e325 Bring sk_sp to GrDrawContext by robertphillips · 8 years ago
  15. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  16. 28f45b9 Add "sample locations" feature to GrProcessor by cdalton · 8 years ago
  17. 498d7ac Dependencies are now added between the drawTargets in GrPipeline by robertphillips · 9 years ago
  18. a352b14 Revert of Dependencies are now added between the drawTargets in GrPipeline (patchset #6 id:120001 of https://codereview.chromium.org/1414903002/ ) by robertphillips · 9 years ago
  19. 869c5e8 Dependencies are now added between the drawTargets in GrPipeline by robertphillips · 9 years ago
  20. 81bdbf8 Revert of Dependencies are now added between the drawTargets in GrPipeline (patchset #5 id:100001 of https://codereview.chromium.org/1414903002/ ) by caryclark · 9 years ago
  21. 45a1c34 Dependencies are now added between the drawTargets in GrPipeline by robertphillips · 9 years ago
  22. a106c62 Loosen requirement that there be only one GrDrawTarget by robertphillips · 9 years ago
  23. 2e1e51f GrDrawContext now holds GrRenderTarget pointer by robertphillips · 9 years ago
  24. 79bd2ae Minor fix to attaching stencils by egdaniel · 9 years ago
  25. ec00d94 Move some of the adding stencil attachment logic of Gpu and into Render Target. by egdaniel · 9 years ago
  26. c9a3706 Limit lifetime of GrDrawContext objects by robertphillips · 9 years ago
  27. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  28. ea46150 Split drawing functionality out of GrContext and into new GrDrawContext by robertphillips · 9 years ago
  29. 8dc7c3a Rename GrStencilBuffer to GrStencilAttachment by egdaniel · 9 years ago
  30. 6bc1b5f Dynamically create stencil buffer when needed. by bsalomon · 9 years ago
  31. 87a94eb Rename and clarify semantics of GrContext::resolveRenderTarget. by bsalomon · 10 years ago
  32. 37dd331 Add class GrGLTextureRenderTarget for GL texture/rendertarget objects by bsalomon · 10 years ago
  33. 81beccc Devirtualize read/write pixels on surface. by bsalomon · 10 years ago
  34. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  35. ee5da55 32 bpp floating point textures by joshualitt · 10 years ago
  36. 089a780 Split GrResource into GrCacheable/GrGpuObject by commit-bot@chromium.org · 10 years ago
  37. 972f9cd SK_SUPPORT_LEGACY_GRTYPES to hide duplicate types from SkTypes.h by commit-bot@chromium.org · 10 years ago
  38. 28361fa Add discard API to SkCanvas, plumb it to glDiscardFramebuffer() by commit-bot@chromium.org · 10 years ago
  39. ab1c138 Fix compilation with SK_ENABLE_INST_COUNT=1 by commit-bot@chromium.org · 11 years ago
  40. adacc70 Start cleaning up 64bit Win warnings by robertphillips@google.com · 11 years ago
  41. fd03d4a Replace all instances of GrRect with SkRect. by commit-bot@chromium.org · 11 years ago
  42. 76202b8 Don't call purgeCache() from within GrResource memebers. by bsalomon@google.com · 11 years ago
  43. 8e2999f Protect against unref/ref of stencil buffer. by bsalomon@google.com · 12 years ago
  44. 9fbcad0 Removed old resource locking system by robertphillips@google.com · 12 years ago
  45. 50a035d Added explicit cache clearing by robertphillips@google.com · 12 years ago
  46. d364554 Enforce calling of inherited onRelease & onAbandon mthds in GrResource-derived classes by robertphillips@google.com · 12 years ago
  47. d6bbbf8 Simplified stencil buffer caching by robertphillips@google.com · 12 years ago
  48. 0342a85 Remove _UPM_ GrPixelConfigs Review URL: http://codereview.appspot.com/6460113/ by bsalomon@google.com · 12 years ago
  49. 4d73ac2 Version 2 of the Instance Counting system. This one simplifies the print out of information. by robertphillips@google.com · 12 years ago
  50. e98ade4 Added Texture desc to render target by robertphillips@google.com · 12 years ago
  51. 75f9f25 Add code path for Gr client to resolve an Gr-created MSAA render target. by bsalomon@google.com · 13 years ago
  52. 6f37951 Make all pixel ops go thru ctx so we can correctly flush. Unify two texture upload code paths. by bsalomon@google.com · 13 years ago
  53. 9962108 Remove allocated size vs content size in textures by bsalomon@google.com · 13 years ago
  54. d38f137 Move gpu/include/* to include/gpu and gpu/src/* to src/gpu by bsalomon@google.com · 13 years ago[Renamed from gpu/src/GrRenderTarget.cpp]
  55. f6ff495 Fix sb/rt size computation by bsalomon@google.com · 13 years ago
  56. 558a75b Use a single stencil buffer for a given width,height,samplecount by bsalomon@google.com · 13 years ago
  57. 0168afc Make RT & TEX base classes aware of NPOT/min-RT bloated size by bsalomon@google.com · 13 years ago
  58. 81c3f8d Add GrStencilBuffer as a separate resource type from render target by bsalomon@google.com · 13 years ago
  59. 4043ae2 Revert r2026 due to bot failures by bsalomon@google.com · 13 years ago
  60. a16d650 Create a separate GrStencilBuffer class apart from GrRenderTarget. by bsalomon@google.com · 13 years ago
  61. aa5b673 move render target decls / defs to their own headers / srcs by bsalomon@google.com · 13 years ago