1. d818ebf Revert "Some scissor state cleanup." by Brian Salomon · 6 years ago
  2. a219419 Some scissor state cleanup. by Brian Salomon · 6 years ago
  3. bbfd516 Don't use analytic clip FPs when drawing to stencil by Chris Dalton · 7 years ago
  4. 428e568 Revert "Don't use analytic clip FPs when drawing to stencil" by Chris Dalton · 7 years ago
  5. 4c92d4a Don't use analytic clip FPs when drawing to stencil by Chris Dalton · 7 years ago
  6. 97180af Compute clipped draw bounds outside GrAppliedClip. by Brian Salomon · 7 years ago
  7. 0e8fc8b Relandx2 "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  8. 073285c Revert "Reland "Remove antialiasing control from GrPaint."" by Brian Salomon · 8 years ago
  9. 3944484 Reland "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  10. 784b7bf Different approach to fixing gpu blurs on platforms that "useDrawInsteadOfClear" by Robert Phillips · 8 years ago
  11. 419d81e Revert "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  12. 9f54935 Remove antialiasing control from GrPaint. by Brian Salomon · 8 years ago
  13. 93f1633 Fix gpu blurring on platforms that "useDrawInsteadOfClear" by Robert Phillips · 8 years ago
  14. 1105224 Rename GrDrawContext to GrRenderTargetContext by Brian Osman · 8 years ago
  15. bf4a8f9 Improve usage of window rectangles by csmartdalton · 8 years ago
  16. c3bfcb8 Revert of Improve usage of window rectangles (patchset #9 id:160001 of https://codereview.chromium.org/2289363005/ ) by caryclark · 8 years ago
  17. db42be9 Improve usage of window rectangles by csmartdalton · 8 years ago
  18. 29df760 Define clear regions in terms of GrFixedClip by csmartdalton · 8 years ago
  19. 02fa32c Move GrFixedClip into src directory by csmartdalton · 8 years ago[Renamed (84%) from src/gpu/GrClip.cpp]
  20. 28341fa Implement difference clip rects with window rectangles by csmartdalton · 8 years ago
  21. d211e78 Convert GrAppliedClip interface to builder style by csmartdalton · 8 years ago
  22. c6f411e Merge GrClipMaskManager into GrClipStackClip by csmartdalton · 8 years ago
  23. cbecb08 Allow GrReducedClip to take non-integer query bounds by csmartdalton · 8 years ago
  24. 97f6cd5 Pre-crop filled rects to avoid scissor by csmartdalton · 8 years ago
  25. 59cf61a Retract PipelineBuilder from GrClip::apply by robertphillips · 8 years ago
  26. ba3880f Revert of Pre-crop filled rects to avoid scissor (patchset #6 id:100001 of https://codereview.chromium.org/2132073002/ ) by msarett · 8 years ago
  27. 86de59f Pre-crop filled rects to avoid scissor by csmartdalton · 8 years ago
  28. aeadcdf Revert of Pre-crop filled rects to avoid scissor (patchset #6 id:100001 of https://codereview.chromium.org/2132073002/ ) by msarett · 8 years ago
  29. 7969838 Pre-crop filled rects to avoid scissor by csmartdalton · 8 years ago
  30. 6cc9006 Use clipped bounds for reordering decisions by bsalomon · 8 years ago
  31. 976f5f0 Make GrClipMaskManager stateless and push GrPipelineBuilder construction downstack by robertphillips · 8 years ago
  32. 5f2fa47 Make GrAppliedClip friendless by robertphillips · 8 years ago
  33. 846c051 Convert GrClip to an abstract base class by cdalton · 8 years ago
  34. bb3be25 Remove rect clip type from grclip. by bsalomon · 9 years ago
  35. 570d2f8 I'd really like to land this before the branch so speedy reviews are appreciated. by joshualitt · 9 years ago
  36. 2907059 Revert of Pass clip to context (patchset #8 id:180001 of https://codereview.chromium.org/936943002/) by joshualitt · 9 years ago
  37. 586d5d6 I'd really like to land this before the branch so speedy reviews are appreciated. by joshualitt · 9 years ago
  38. ab2f44c probable fix for asan bot by joshualitt · 9 years ago
  39. 9ece6a9 move static init to cpp file to fix linux builder by joshualitt · 9 years ago
  40. 44701df Move clip off of draw target by joshualitt · 9 years ago
  41. a2d7148 Removed GrClip & related classes by robertphillips@google.com · 12 years ago
  42. 641f8b1 Replace GrClip with SkClipStack by robertphillips@google.com · 12 years ago
  43. 7b11289 Added dev- & canv- prefixes to Ganesh bounding boxes to indicate coordinate space by robertphillips@google.com · 12 years ago
  44. f8d904a GrClip no longer translates its clips (to better mimic SkClipStack's behavior) by robertphillips@google.com · 12 years ago
  45. b0fe4c5 Fix for clip assert in Chrome tests by robertphillips@google.com · 12 years ago
  46. e4d69c0 Added getConservativeBound helper function to GrClipData by robertphillips@google.com · 12 years ago
  47. b99225c Added requires_AA method to GrClipMaskManager.cpp to replace GrClip capability by robertphillips@google.com · 12 years ago
  48. a6f11c4 Gave GrClip an SkClipStack-style iterator by robertphillips@google.com · 12 years ago
  49. 3e11c0b Forced GrClip to always have conservative bounds by robertphillips@google.com · 12 years ago
  50. 0f191f3 Minor refactoring to remove duplicate enum from Ganesh (_SetOp -> SkRegion::Op) by robertphillips@google.com · 12 years ago
  51. fa1d291 Propagated AA flags through Ganesh's clip stack (in preparation for GL AA clipping) by robertphillips@google.com · 12 years ago
  52. d38f137 Move gpu/include/* to include/gpu and gpu/src/* to src/gpu by bsalomon@google.com · 13 years ago[Renamed from gpu/src/GrClip.cpp]
  53. 9266901 Add SkSTArray, hide stack storage cons in SkTArray, unify SkTArray init logic by bsalomon@google.com · 13 years ago
  54. ab3dee5 Fix GPU assumption that clipstack begins with intersect or replace. by bsalomon@google.com · 13 years ago
  55. 17b7894 rolling back the experimental rollbacks in r2178-2179 by epoger@google.com · 13 years ago
  56. 5f22657 rolling tree back to its state as of r2169 to see if that fixes Windows buildbots by epoger@google.com · 13 years ago
  57. 3a9eaec Don't intersect clipstack with root device bounds by bsalomon@google.com · 13 years ago
  58. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  59. 07f3ee1 use SkPath for GrPath, removing GrPathIter entirely by reed@google.com · 13 years ago
  60. 20efde7 Share code with SkRect by reed@google.com · 13 years ago
  61. a55847b Fix alignment issues with stack allocated memory allocated as bytes but used to hold other types. by bsalomon@google.com · 13 years ago
  62. 0b50b2e If we compute an exact clip bounds prefer it over user passed bounds. Also clarify that bounds are conservative. by bsalomon@google.com · 13 years ago
  63. 6f8f292 add origin to device by reed@google.com · 13 years ago
  64. d302f14 Add support for clipstack to Gr. GrClip is now a list of rects and paths with set operations to combine them. The stencil buffer is used to perform the set operations to put the clip into the stencil buffer. Building Gr's clip from Skia's clipStack is currently disabled due to the fact that Skia's clipStack is relative to the root layer not the current layer. This will be fixed in a subsequent CL. by bsalomon@google.com · 13 years ago
  65. ac10a2d add gpu backend (not hooked up yet) by reed@google.com · 14 years ago