1. d3e5842 Avoid re-rendering stencil clip for every draw with reducable clip stack by commit-bot@chromium.org · 11 years ago
  2. f0784bd Revert "Avoid re-rendering stencil clip for every draw with reducable clip stack" by reed@google.com · 11 years ago
  3. 679eb67 Avoid re-rendering stencil clip for every draw with reducable clip stack by commit-bot@chromium.org · 11 years ago
  4. 2d2e5c4 Make not-reusing-scratch-textures only apply to texture uploads by robertphillips@google.com · 11 years ago
  5. c4dc0ad Implement filling a path with nv_path_rendering cover by commit-bot@chromium.org · 11 years ago
  6. a0b4028 Replace uses of GrNoncopyable by SkNoncopyable. by commit-bot@chromium.org · 11 years ago
  7. fd03d4a Replace all instances of GrRect with SkRect. by commit-bot@chromium.org · 11 years ago
  8. eb6879f Replace fixed-size array of effect stages in GrDrawState with two appendable arrays, one for color, one for coverage. by bsalomon@google.com · 11 years ago
  9. 6e4e650 Give GrDrawTarget a back ptr to its owning GrContext. by bsalomon@google.com · 12 years ago
  10. 0797c2c Reland 6914 w/ fixes. by bsalomon@google.com · 12 years ago
  11. 0b6ad22 Revert 6914 to fix build issues. by bsalomon@google.com · 12 years ago
  12. 4b86e34 Simplify cache IDs and keys. by bsalomon@google.com · 12 years ago
  13. b68addd Use the stencil buffer to avoid temporary alpha clip masks. by bsalomon@google.com · 12 years ago
  14. d21444a Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  15. 4c2443e Use ReduceClipStack in ClipMaskManager. by bsalomon@google.com · 12 years ago
  16. 170bd79 Move GrReducedClip to its own files. by bsalomon@google.com · 12 years ago
  17. 73b140a Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  18. a444430 Make GrReduceClipStack use a caller provided query rect rather than return a by bsalomon@google.com · 12 years ago
  19. 8182fa0 Make SkClipStack::Iter use SkClipStack::Element. by bsalomon@google.com · 12 years ago
  20. 51a6286 Add a function that computes a reduced representation of the clip stack. by bsalomon@google.com · 12 years ago
  21. 2e0c79f Revert 6351 due to bugs. by bsalomon@google.com · 12 years ago
  22. 6794a25 Apply intersect rects to earlier clip elements and skip rects when possible. by bsalomon@google.com · 12 years ago
  23. 7b7cdd1 Some improvements to reduce the number of pixels touched in generating alpha clip masks by bsalomon@google.com · 12 years ago
  24. 1fcc1b8 Moved GrClipMaskCache to its own files by robertphillips@google.com · 12 years ago
  25. d6176b0 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 12 years ago
  26. 5d8d186 Addressed Windows compiler complaints by robertphillips@google.com · 12 years ago
  27. 46a8600 Refactored cacheID in preparation for clip mask caching changes by robertphillips@google.com · 12 years ago
  28. a2d7148 Removed GrClip & related classes by robertphillips@google.com · 12 years ago
  29. 641f8b1 Replace GrClip with SkClipStack by robertphillips@google.com · 12 years ago
  30. 7b11289 Added dev- & canv- prefixes to Ganesh bounding boxes to indicate coordinate space by robertphillips@google.com · 12 years ago
  31. f8d904a GrClip no longer translates its clips (to better mimic SkClipStack's behavior) by robertphillips@google.com · 12 years ago
  32. beb1af7 Altered Ganesh's clip stack plumbing to pass down new GrClipData class by robertphillips@google.com · 12 years ago
  33. a6f11c4 Gave GrClip an SkClipStack-style iterator by robertphillips@google.com · 12 years ago
  34. c377baf Add placement new macros to SkPostConfig, call SkNEW* from Ganesh. by tomhudson@google.com · 12 years ago
  35. 54823c2 Rolling back r4034 (Proposed plumbing to propagate save & restore) by robertphillips@google.com · 12 years ago
  36. 366f1c6 Fixed lingering gpu-path AA clip mask generation bug by robertphillips@google.com · 12 years ago
  37. a320194 Make GrClipMaskManager configure the stencil and scissor on GrGpu by bsalomon@google.com · 12 years ago
  38. c8f7f47 Store clip mask location in GrClipMaskManager as a enum rather than two bools by bsalomon@google.com · 12 years ago
  39. 13b85aa Give GrClipMaskManager a GrGpu* by bsalomon@google.com · 12 years ago
  40. 75b3c96 Move clientID into texture desc by robertphillips@google.com · 12 years ago
  41. 411dad0 Move stencil param adjustment to GrClipMaskManager, attempt to make GrGpuGL::flushStencil readable by bsalomon@google.com · 12 years ago
  42. 87baf89 "fix" for r4034 issues by robertphillips@google.com · 12 years ago
  43. 49d9fd5 Plumbing to propagate save & restore from SkCanvas down to GrContext & lower by robertphillips@google.com · 12 years ago
  44. 2c75681 Remove GrClipMaskManager's path renderer chain (in favor of GrContext's) by robertphillips@google.com · 12 years ago
  45. fa66294 First functioning version of SW-only clip mask creator by robertphillips@google.com · 12 years ago
  46. 6623fcd Convert AAClipCache's GrRects to GrIRects by robertphillips@google.com · 12 years ago
  47. f105b10 Made clip mask cache use Scratch Texture system by robertphillips@google.com · 12 years ago
  48. 6b70a7b Split createAlphaClipMask in two to allow reuse with SW-only path by robertphillips@google.com · 12 years ago
  49. 8fff356 Made clip mask cache reuse depend on mask size/bounds (instead of render target size) by robertphillips@google.com · 12 years ago
  50. beeb97c Added stack to AA clip mask cache by robertphillips@google.com · 12 years ago
  51. 6d62df4 First pass at accelerating gpu-based AA clipping by robertphillips@google.com · 12 years ago
  52. fd6daf5 Added cache to gpu AA clipping by robertphillips@google.com · 12 years ago
  53. a72eef3 Added gpu AA clipping to old shader path by robertphillips@google.com · 12 years ago
  54. 8d033a1 Remove GrPath typedef by bsalomon@google.com · 12 years ago
  55. f294b77 Initial version of AA clip A8/R8 mask creation by robertphillips@google.com · 12 years ago
  56. 1e945b7 Minor refactoring to pull GrClipMaskManager into its own files by robertphillips@google.com · 12 years ago