1. 97180af Compute clipped draw bounds outside GrAppliedClip. by Brian Salomon · 8 years ago
  2. c65aec9 Make GrClip.h private by Brian Salomon · 8 years ago[Renamed (91%) from include/gpu/GrClip.h]
  3. 0e8fc8b Relandx2 "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  4. 073285c Revert "Reland "Remove antialiasing control from GrPaint."" by Brian Salomon · 8 years ago
  5. 3944484 Reland "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  6. 419d81e Revert "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  7. 9f54935 Remove antialiasing control from GrPaint. by Brian Salomon · 8 years ago
  8. 1105224 Rename GrDrawContext to GrRenderTargetContext by Brian Osman · 8 years ago
  9. 9d2b0fe fix 'GrClip::quickContains was hidden' warning in GrNoClip by lsalzman · 8 years ago
  10. fc6c37b Remove stray semicolons. by Mike Klein · 8 years ago
  11. cb31e51 Converts a drawPaint through a rrect clip to a drawRRect in GrDrawContext. by bsalomon · 8 years ago
  12. 02fa32c Move GrFixedClip into src directory by csmartdalton · 8 years ago
  13. 28341fa Implement difference clip rects with window rectangles by csmartdalton · 8 years ago
  14. 7f0d9f3 Attempt to throw away rrect clips of rrects. by bsalomon · 8 years ago
  15. d211e78 Convert GrAppliedClip interface to builder style by csmartdalton · 8 years ago
  16. 77f2fae Encapsulate GrReducedClip result in class members by csmartdalton · 8 years ago
  17. c6f411e Merge GrClipMaskManager into GrClipStackClip by csmartdalton · 8 years ago
  18. d656200 require semi at the end of SkASSERT and friends by caryclark · 8 years ago
  19. cbecb08 Allow GrReducedClip to take non-integer query bounds by csmartdalton · 8 years ago
  20. 97f6cd5 Pre-crop filled rects to avoid scissor by csmartdalton · 8 years ago
  21. 59cf61a Retract PipelineBuilder from GrClip::apply by robertphillips · 8 years ago
  22. 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
  23. 86de59f Pre-crop filled rects to avoid scissor by csmartdalton · 8 years ago
  24. 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
  25. 7969838 Pre-crop filled rects to avoid scissor by csmartdalton · 8 years ago
  26. 6cc9006 Use clipped bounds for reordering decisions by bsalomon · 8 years ago
  27. bd2bbe4 Don't scissor draws overlapping the render target's edges by bsalomon · 8 years ago
  28. 06ca8ec sk_sp for Ganesh. by bungeman · 8 years ago
  29. 976f5f0 Make GrClipMaskManager stateless and push GrPipelineBuilder construction downstack by robertphillips · 8 years ago
  30. 5f2fa47 Make GrAppliedClip friendless by robertphillips · 8 years ago
  31. 846c051 Convert GrClip to an abstract base class by cdalton · 8 years ago
  32. 391395d Begin weaning GrClipMaskManager off of GrDrawTarget (take 2) by robertphillips · 9 years ago
  33. 8b8f36f Revert of Begin weaning GrClipMaskManager off of GrDrawTarget (take 2) (patchset #7 id:120001 of https://codereview.chromium.org/1754563003/ ) by robertphillips · 9 years ago
  34. 86c6075 Begin weaning GrClipMaskManager off of GrDrawTarget (take 2) by robertphillips · 9 years ago
  35. 91d0620 fix mozilla bug by joshualitt · 9 years ago
  36. 7bceedc Retract GrRenderTarget a bit by robertphillips · 9 years ago
  37. bb3be25 Remove rect clip type from grclip. by bsalomon · 10 years ago
  38. 570d2f8 I'd really like to land this before the branch so speedy reviews are appreciated. by joshualitt · 10 years ago
  39. 2907059 Revert of Pass clip to context (patchset #8 id:180001 of https://codereview.chromium.org/936943002/) by joshualitt · 10 years ago
  40. 586d5d6 I'd really like to land this before the branch so speedy reviews are appreciated. by joshualitt · 10 years ago
  41. ab2f44c probable fix for asan bot by joshualitt · 10 years ago
  42. 0413d43 Enable rect clips by joshualitt · 10 years ago
  43. 9ece6a9 move static init to cpp file to fix linux builder by joshualitt · 10 years ago
  44. 128def3 Revert of fix for linux builder warn on exit destructor (patchset #1 id:1 of https://codereview.chromium.org/951103002/) by joshualitt · 10 years ago
  45. 51fdb4f fix for linux builder warn on exit destructor by joshualitt · 10 years ago
  46. 44701df Move clip off of draw target by joshualitt · 10 years ago
  47. a2d7148 Removed GrClip & related classes by robertphillips@google.com · 12 years ago
  48. 641f8b1 Replace GrClip with SkClipStack by robertphillips@google.com · 12 years ago
  49. 7b11289 Added dev- & canv- prefixes to Ganesh bounding boxes to indicate coordinate space by robertphillips@google.com · 12 years ago
  50. f8d904a GrClip no longer translates its clips (to better mimic SkClipStack's behavior) by robertphillips@google.com · 12 years ago
  51. e4d69c0 Added getConservativeBound helper function to GrClipData by robertphillips@google.com · 12 years ago
  52. beb1af7 Altered Ganesh's clip stack plumbing to pass down new GrClipData class by robertphillips@google.com · 12 years ago
  53. a6f11c4 Gave GrClip an SkClipStack-style iterator by robertphillips@google.com · 12 years ago
  54. 3e11c0b Forced GrClip to always have conservative bounds by robertphillips@google.com · 12 years ago
  55. a320194 Make GrClipMaskManager configure the stencil and scissor on GrGpu by bsalomon@google.com · 12 years ago
  56. 8d033a1 Remove GrPath typedef by bsalomon@google.com · 12 years ago
  57. 0f191f3 Minor refactoring to remove duplicate enum from Ganesh (_SetOp -> SkRegion::Op) by robertphillips@google.com · 12 years ago
  58. fa1d291 Propagated AA flags through Ganesh's clip stack (in preparation for GL AA clipping) by robertphillips@google.com · 13 years ago
  59. d38f137 Move gpu/include/* to include/gpu and gpu/src/* to src/gpu by bsalomon@google.com · 13 years ago[Renamed from gpu/include/GrClip.h]
  60. 9266901 Add SkSTArray, hide stack storage cons in SkTArray, unify SkTArray init logic by bsalomon@google.com · 13 years ago
  61. 49313f6 GrTArray->SkTArray & docs by bsalomon@google.com · 13 years ago
  62. e174ea4 Fix some warnings when including some Skia headers in Chromium code under VS2008. by bsalomon@google.com · 13 years ago
  63. ab3dee5 Fix GPU assumption that clipstack begins with intersect or replace. by bsalomon@google.com · 13 years ago
  64. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  65. a55847b Fix alignment issues with stack allocated memory allocated as bytes but used to hold other types. by bsalomon@google.com · 13 years ago
  66. cd9d69b Upstreaming changes from android. by djsollen@google.com · 14 years ago
  67. 0b50b2e If we compute an exact clip bounds prefer it over user passed bounds. Also clarify that bounds are conservative. by bsalomon@google.com · 14 years ago
  68. 6f8f292 add origin to device by reed@google.com · 14 years ago
  69. 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 · 14 years ago
  70. ac10a2d add gpu backend (not hooked up yet) by reed@google.com · 14 years ago