1. 5e6ba21 Modify GrClipMaskManager to reflect logical constness by joshualitt · 9 years ago
  2. 4f6dc52 Trivial cleanup of copying GrPipelineBuilder by joshualitt · 9 years ago
  3. 5f10b5c More threading of GrProcessorDataManager by joshualitt · 9 years ago
  4. dded696 Implement support for mixed sampled render targets by vbuzinov · 9 years ago
  5. edd77a1 Remove GrContext from GrClipMaskCache by bsalomon · 9 years ago
  6. 7622863 Add direct getter for GrCaps to GrContext. by bsalomon · 9 years ago
  7. 084d1b6 Revert of Add direct getter for GrCaps to GrContext. (patchset #4 id:60001 of https://codereview.chromium.org/1149773005/) by bsalomon · 9 years ago
  8. 9138c46 Add direct getter for GrCaps to GrContext. by bsalomon · 9 years ago
  9. ea46150 Split drawing functionality out of GrContext and into new GrDrawContext by robertphillips · 9 years ago
  10. eb1cb5c rename GrDrawTargetCaps.h to GrCaps.h and move to include by bsalomon · 9 years ago
  11. d309e7a This replaces the texture creation/caching functions on GrContext with a GrTextureProvider interface. The goal is to pass this narrowly focused object in places that currently take a GrContext but don't need and shouldn't use its other methods. It also has an extended private interface for interacting with non-texture resource types. by bsalomon · 9 years ago
  12. 72e3ae4 Remove vertex/index buffer factilities from GrDrawTarget. by bsalomon · 9 years ago
  13. d79c549 Make non-AA hairline stroke rects snap to pixels centers so they close. by bsalomon · 9 years ago
  14. 1899651 Extract gpu line dashing to GrDashLinePathRenderer by kkinnunen · 9 years ago
  15. 8dc7c3a Rename GrStencilBuffer to GrStencilAttachment by egdaniel · 9 years ago
  16. 73bb456 Fix for ClipMaskManager drawSimpleRect by joshualitt · 9 years ago
  17. 9ce30e1 Clip scissor to RT bounds by bsalomon · 9 years ago
  18. bb3be25 Remove rect clip type from grclip. by bsalomon · 9 years ago
  19. 96e02a8 Fix rect clips by bsalomon · 9 years ago
  20. 55f0b18 Revert "Don't require AA in order to use shader-based clips" by bsalomon · 9 years ago
  21. 71d7f7f Initialize three locals to avoid the risk of uninitialized reads. by brucedawson · 10 years ago
  22. 6be6f7c Cleanup in GrPipelineBuilder by bsalomon · 10 years ago
  23. 642429e Some small code tidying by joshualitt · 10 years ago
  24. 570d2f8 I'd really like to land this before the branch so speedy reviews are appreciated. by joshualitt · 10 years ago
  25. 2907059 Revert of Pass clip to context (patchset #8 id:180001 of https://codereview.chromium.org/936943002/) by joshualitt · 10 years ago
  26. 586d5d6 I'd really like to land this before the branch so speedy reviews are appreciated. by joshualitt · 10 years ago
  27. 0413d43 Enable rect clips by joshualitt · 10 years ago
  28. 44701df Move clip off of draw target by joshualitt · 10 years ago
  29. 2596567 Don't require AA in order to use shader-based clips by bsalomon · 10 years ago
  30. 6bc1b5f Dynamically create stencil buffer when needed. by bsalomon · 10 years ago
  31. e85a32d Clean up clipping code a bit by robertphillips · 10 years ago
  32. 356be2e Stop incorrectly setting the clip bit in GrCMM by bsalomon · 10 years ago
  33. 8dd688b Rename GrOptDrawState to GrPipeline and GrDrawState to GrPipelineBuilder by egdaniel · 10 years ago
  34. 8059eb9 Move ViewMatrix off of drawstate by joshualitt · 10 years ago
  35. d27f73e Remove coordchanges from drawstate by joshualitt · 10 years ago
  36. 8fc6c2d This CL cleans up the last remaining users of localCoordChange on paint by joshualitt · 10 years ago
  37. 51d1f7e reenable complexclip3 for gpu by bsalomon · 10 years ago
  38. 080e673 Add XP to handle the cases where we disable color write. by egdaniel · 10 years ago
  39. 309d4d5 Remove GrCoordTransform::kPosition_CoordSet by bsalomon · 10 years ago
  40. 3f490a0 Fix complexclip3 test on gpu by bsalomon · 10 years ago
  41. 3e79124 Stop creating GrODS for stencilPath commands. by bsalomon · 10 years ago
  42. 8750924 Add Coverage Drawing XP by egdaniel · 10 years ago
  43. 2e3b3e3 This cl moves color and coverage off of drawstate. In an effort to keep this CL manageable, I have left the compute invariant input / output in a bit of a strange state(fixing this will be complicated). by joshualitt · 10 years ago
  44. 9513143 Make all blending up to GrOptDrawState be handled by the xp/xp factory. by egdaniel · 10 years ago
  45. 8d95ffa Revert of Make all blending up to GrOptDrawState be handled by the xp/xp factory. (patchset #7 id:140001 of https://codereview.chromium.org/759713002/) by egdaniel · 10 years ago
  46. 7c66342 Make all blending up to GrOptDrawState be handled by the xp/xp factory. by egdaniel · 10 years ago
  47. 9853cce Drawstate on stack by joshualitt · 10 years ago
  48. 7a6184f cleanup reentrance logic in CMM by joshualitt · 10 years ago
  49. 329bf48 BUG=skia: by joshualitt · 10 years ago
  50. 6db519c clear stencil clip on draw target by joshualitt · 10 years ago
  51. f2703d8 rename GrTextureDesc->GrSurfaceDesc, GrTextureFlags->GrSurfaceFlags by bsalomon · 10 years ago
  52. b44293e aa rect renderer takes a gpu on construction by joshualitt · 10 years ago
  53. 77b1307 Scissor rect on drawinfo by joshualitt · 10 years ago
  54. a58fe35 Clip mask manager sets stencil on draw type by joshualitt · 10 years ago
  55. 3a0cfeb Revert of Clip mask manager sets stencil on draw type (patchset #3 id:40001 of https://codereview.chromium.org/676983003/) by joshualitt · 10 years ago
  56. 7afb5aa Clip mask manager sets stencil on draw type by joshualitt · 10 years ago
  57. b3eb687 Set temporary paths volatile so we don't cache them. by jvanverth · 10 years ago
  58. bf54e49 Cleanup: Turn GrReducedClip into a class with a static function. by tfarina · 10 years ago
  59. 427cf28 Remove AutoScratchTexture by bsalomon · 10 years ago
  60. b0a8a37 Patch to create a distinct geometry processor. The vast majority of this patch by joshualitt · 10 years ago
  61. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  62. b0bd4f6 Remove GrDrawTarget::AutoRenderTargetRestore. by bsalomon · 10 years ago
  63. c8dc1f7 Add GrResourceCache2. by bsalomon · 10 years ago
  64. 1d89ddc Revert of Add GrResourceCache2. (patchset #4 of https://codereview.chromium.org/481443002/) by bsalomon · 10 years ago
  65. 94ce9ac Add GrResourceCache2. by bsalomon · 10 years ago
  66. 71614ac Add override to force bitmap rendering by krajcevski · 10 years ago
  67. 9c0822a Always use both a color and coverage attribute in GrAARectRenderer. by bsalomon · 10 years ago
  68. 01c8da1 Remove unused matrix param from GrContext/GrDrawTarget rect drawing functions. by bsalomon · 10 years ago
  69. 83d081a Goodbye GrEffectRef. by bsalomon · 10 years ago
  70. 217daa7 Revert of Remove the AA requirement for selecting GrEffect-based clipping. (https://codereview.chromium.org/367013003/) by mtklein · 10 years ago
  71. e9a729c Remove the AA requirement for selecting GrEffect-based clipping. by bsalomon · 10 years ago
  72. e159386 Revert of Remove the AA requirement for selecting GrEffect-based clipping. (https://codereview.chromium.org/367013003/) by bsalomon · 10 years ago
  73. a73218b Remove the AA requirement for selecting GrEffect-based clipping. by bsalomon · 10 years ago
  74. ad1dc58 Split caching from allocation in GrClipMaskManager by krajcevski · 10 years ago
  75. 88cb22b Convert GrCrash->SkFAIL GrDebugCrash->SkDEBUGFAIL by commit-bot@chromium.org · 10 years ago
  76. ca2b441 Remove unnecessary isrect code in clip mask manager by commit-bot@chromium.org · 10 years ago
  77. 2472b32 Only use analytic effect-based clipping when AA is required by at least one element. by commit-bot@chromium.org · 10 years ago
  78. e5a041c Implement the clip as 4 or fewer GrEffects when possible. by commit-bot@chromium.org · 10 years ago
  79. cabf4b2 Unify edge type enums across GrEffect subclasses that clip rendering to a geometry. by commit-bot@chromium.org · 10 years ago
  80. fbde87f Add GM that directly tests GrRRectEffect and add inverse fill version of effect. by commit-bot@chromium.org · 10 years ago
  81. d85f32c Make GrConvexPolyEffect support inverse fills and non-AA rects by commit-bot@chromium.org · 11 years ago
  82. c2f7824 Analytic rrect clip for cicular corners, radius >= 0.5 by commit-bot@chromium.org · 11 years ago
  83. 5c05639 Fix another clipstack element !rect doesn't mean path bug. by commit-bot@chromium.org · 11 years ago
  84. e5b2af9 Store SkRRects in SkClipStack by commit-bot@chromium.org · 11 years ago
  85. 3ae0e6c Add dev bounds to bmp txt context, use bounds to ignore clips by commit-bot@chromium.org · 11 years ago
  86. e79f320 Revert of r13384 (Stateful PathRenderer implementation) by robertphillips@google.com · 11 years ago
  87. 1195a28 Revert "SkBitmap now really stores SkImageInfo -- config is just a ruse" by mike@reedtribe.org · 11 years ago
  88. 8ed6443 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  89. 3e0c64a Stateful PathRenderer implementation by robertphillips@google.com · 11 years ago
  90. f053980 Specialize GrConvexPolyEffect for AA rects, use for AA clip rects. by commit-bot@chromium.org · 11 years ago
  91. b21fac1 Make GMs aware of what tool they're being run in. by commit-bot@chromium.org · 11 years ago
  92. 6516d4b Set scissor to clip bounding box when using GrConvexPolyEffect by commit-bot@chromium.org · 11 years ago
  93. 65ee5f4 Use GrConvexPolyEffect when clip is a single convex polygon by commit-bot@chromium.org · 11 years ago
  94. d3066bd Revert of Use GrConvexPolyEffect when clip is a single convex polygon (https://codereview.chromium.org/151523005/) by bsalomon@google.com · 11 years ago
  95. e89d903 Use GrConvexPolyEffect when clip is a single convex polygon by commit-bot@chromium.org · 11 years ago
  96. 907fbd5 Make texture domain a helper so that it can be incorporated into other effects. by commit-bot@chromium.org · 11 years ago
  97. d3e5842 Avoid re-rendering stencil clip for every draw with reducable clip stack by commit-bot@chromium.org · 11 years ago
  98. f0784bd Revert "Avoid re-rendering stencil clip for every draw with reducable clip stack" by reed@google.com · 11 years ago
  99. 679eb67 Avoid re-rendering stencil clip for every draw with reducable clip stack by commit-bot@chromium.org · 11 years ago
  100. 56ce48a Add can-ignore-rect hint to clear call by robertphillips@google.com · 11 years ago