1. d2b23e0 Standardize BW to NonAA by joshualitt · 9 years ago
  2. b6b513b Create separate entry points for the various flavors of drawRect by joshualitt · 9 years ago
  3. e7d4b2f Simplify parameters passed to path renderers by robertphillips · 9 years ago
  4. 0aff2fa Also provides the ResourceProvider to onDrawPath which allows the DF PR to no longer require access to GrContext. by bsalomon · 9 years ago
  5. 1c73548 Start to propagate constness of GrPipelineBuilder up the stack by joshualitt · 9 years ago
  6. 4f6dc52 Trivial cleanup of copying GrPipelineBuilder by joshualitt · 9 years ago
  7. ea46150 Split drawing functionality out of GrContext and into new GrDrawContext by robertphillips · 9 years ago
  8. d156d36 Make GrStrokeInfo inherit from SkStrokeRec by kkinnunen · 9 years ago
  9. 72e3ae4 Remove vertex/index buffer factilities from GrDrawTarget. by bsalomon · 9 years ago
  10. 1899651 Extract gpu line dashing to GrDashLinePathRenderer by kkinnunen · 9 years ago
  11. 44701df Move clip off of draw target by joshualitt · 10 years ago
  12. e85a32d Clean up clipping code a bit by robertphillips · 10 years ago
  13. 8dd688b Rename GrOptDrawState to GrPipeline and GrDrawState to GrPipelineBuilder by egdaniel · 10 years ago
  14. 8059eb9 Move ViewMatrix off of drawstate by joshualitt · 10 years ago
  15. d27f73e Remove coordchanges from drawstate by joshualitt · 10 years ago
  16. 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
  17. 9853cce Drawstate on stack by joshualitt · 10 years ago
  18. 01c8da1 Remove unused matrix param from GrContext/GrDrawTarget rect drawing functions. by bsalomon · 10 years ago
  19. 730c044 Alter Default & Software path renderers to better handle AA hairline paths by robertphillips · 10 years ago
  20. e79f320 Revert of r13384 (Stateful PathRenderer implementation) by robertphillips@google.com · 11 years ago
  21. 3e0c64a Stateful PathRenderer implementation by robertphillips@google.com · 11 years ago
  22. fd03d4a Replace all instances of GrRect with SkRect. by commit-bot@chromium.org · 11 years ago
  23. 137f134 Replace GrDrawState::AutoDeviceCoordDraw with GrDrawState::AutoViewMatrixRestore::setIdentity(). s by bsalomon@google.com · 11 years ago
  24. 5f74cf8 Follow up on the previous patch : by sugoi@google.com · 12 years ago
  25. 45a15f5 Modifications to GrPatherRenderer(Chain) interfaces to support clip mask manager. by bsalomon@google.com · 12 years ago
  26. 12b4e27 As part of preliminary groundwork for a chromium fix, this changelist is deprecating GrPathFill so that SkPath::FillType is used everywhere in order to remove some code duplication between Skia and Ganesh. by sugoi@google.com · 12 years ago
  27. b9086a0 Replace GrMatrix with SkMatrix. by bsalomon@google.com · 12 years ago
  28. 0f11e1a Remove translate param from GrContext::drawPath (and subsequent calls). by bsalomon@google.com · 12 years ago
  29. 5b3e890 Move some auto restore helpers from GrDrawTarget to GrDrawState. by bsalomon@google.com · 12 years ago
  30. 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
  31. 7b11289 Added dev- & canv- prefixes to Ganesh bounding boxes to indicate coordinate space by robertphillips@google.com · 12 years ago
  32. e4d69c0 Added getConservativeBound helper function to GrClipData by robertphillips@google.com · 12 years ago
  33. beb1af7 Altered Ganesh's clip stack plumbing to pass down new GrClipData class by robertphillips@google.com · 12 years ago
  34. e3d3216 Remove stage masks by bsalomon@google.com · 12 years ago
  35. 3e11c0b Forced GrClip to always have conservative bounds by robertphillips@google.com · 12 years ago
  36. 5dfb672 Left over cleanup from r4416 (fix for lingering AA clip mask bug) by robertphillips@google.com · 12 years ago
  37. 366f1c6 Fixed lingering gpu-path AA clip mask generation bug by robertphillips@google.com · 12 years ago
  38. 58b2021 Split GrSWMaskHelper into its own files by robertphillips@google.com · 12 years ago
  39. c0c1daa Enable Scratch texture detach in SW path renderer's onDrawPath (again) by robertphillips@google.com · 12 years ago
  40. 009f629 Reverting r4324 by robertphillips@google.com · 12 years ago
  41. f41f4d2 Enable Scratch texture detach in SW path renderer's onDrawPath (take 2) by robertphillips@google.com · 12 years ago
  42. 1807d0d Reverting r4319 by robertphillips@google.com · 12 years ago
  43. 042cb47 Enable Scratch texture detach in SW path renderer's onDrawPath by robertphillips@google.com · 12 years ago
  44. 15c0fea AutoScratchTexture can now release its texture and it will return to the texture cache when freed by robertphillips@google.com · 12 years ago
  45. c82a8b7 Fixed two bugs in SW-only clip mask generation by robertphillips@google.com · 12 years ago
  46. 276c1fa fix incorrect GPU rendering for path inverse fill when path is outside the clip by bsalomon@google.com · 12 years ago
  47. 75b3c96 Move clientID into texture desc by robertphillips@google.com · 12 years ago
  48. 4705954 Search and replace change. Some Gr enum value names didn't have a "Gr" in their suffix. by bsalomon@google.com · 12 years ago
  49. fa66294 First functioning version of SW-only clip mask creator by robertphillips@google.com · 12 years ago
  50. b4f06d7 Minor refactoring/enhancement of GrSWMaskHelper to prepare for wider use by robertphillips@google.com · 12 years ago
  51. 6f31a3b Created SW clip mask creation helper class (in GrSoftwarePathRenderer) by robertphillips@google.com · 12 years ago
  52. beeb97c Added stack to AA clip mask cache by robertphillips@google.com · 12 years ago
  53. 7ff2e37 Moved SW path rendering path back to using TU/sampler #2. This reverts r3813 by robertphillips@google.com · 12 years ago
  54. 35d50ee Moved SW path rendering to new texture unit by robertphillips@google.com · 12 years ago
  55. ed4155d Moved SW path renderer from GrContext.cpp to GrSoftwarePathRenderer.cpp by robertphillips@google.com · 12 years ago
  56. f4c2c52 First portion of refactoring to bundle SW path rendering into GrPathRenderer by robertphillips@google.com · 12 years ago