- 5ce76ef Add stroking support to distance field path renderer by jvanverth · 9 years ago
- 6873782 Remove GrPipelineBuilder from getPathRenderer call by robertphillips · 9 years ago
- 0cffb17 Remove GrAddPathRenderers_default by joshualitt · 9 years ago
- e7d4b2f Simplify parameters passed to path renderers by robertphillips · 9 years ago
- 0aff2fa Also provides the ResourceProvider to onDrawPath which allows the DF PR to no longer require access to GrContext. by bsalomon · 9 years ago
- 2766c00 remove SkInstCnt by mtklein · 10 years ago
- d156d36 Make GrStrokeInfo inherit from SkStrokeRec by kkinnunen · 10 years ago
- 1899651 Extract gpu line dashing to GrDashLinePathRenderer by kkinnunen · 10 years ago
- 8dd688b Rename GrOptDrawState to GrPipeline and GrDrawState to GrPipelineBuilder by egdaniel · 10 years ago
- 8059eb9 Move ViewMatrix off of drawstate by joshualitt · 10 years ago
- 080e673 Add XP to handle the cases where we disable color write. by egdaniel · 10 years ago
- 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
- 9853cce Drawstate on stack by joshualitt · 10 years ago
- b0a8a37 Patch to create a distinct geometry processor. The vast majority of this patch by joshualitt · 10 years ago
- 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
- e79f320 Revert of r13384 (Stateful PathRenderer implementation) by robertphillips@google.com · 11 years ago
- 1195a28 Revert "SkBitmap now really stores SkImageInfo -- config is just a ruse" by mike@reedtribe.org · 11 years ago
- 8ed6443 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
- 3e0c64a Stateful PathRenderer implementation by robertphillips@google.com · 11 years ago
- e0a868c Apply hairline optimization only if the path renderer wants it by commit-bot@chromium.org · 11 years ago
- a4de8c2 Remove GrRefCnt.h in favor of SkRefCnt.h by commit-bot@chromium.org · 11 years ago
- d28063e Replace uses of GR_API by SK_API. by commit-bot@chromium.org · 11 years ago
- f6de475 Replace uses of GrAssert by SkASSERT. by tfarina@chromium.org · 11 years ago
- 19dd017 Fix a crash on stroking empty paths with nv_path_rendering enabled by commit-bot@chromium.org · 11 years ago
- 3e50e99 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 12 years ago
- 1dd9baa Reland path bounds change with correct bounds for convex and hairline path renderers. by bsalomon@google.com · 12 years ago
- d7c3742 Revert "Revert "Revert "Pass bounds into draw calls in path renderers.""" by bsalomon@google.com · 12 years ago
- 2f2d130 Revert "Revert "Pass bounds into draw calls in path renderers."" by bsalomon@google.com · 12 years ago
- 9a9c3d5 Revert "Pass bounds into draw calls in path renderers." by bsalomon@google.com · 12 years ago
- f438c97 Pass bounds into draw calls in path renderers. by bsalomon@google.com · 12 years ago
- e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- 5f74cf8 Follow up on the previous patch : by sugoi@google.com · 12 years ago
- b68addd Use the stencil buffer to avoid temporary alpha clip masks. by bsalomon@google.com · 12 years ago
- 45a15f5 Modifications to GrPatherRenderer(Chain) interfaces to support clip mask manager. by bsalomon@google.com · 12 years ago
- 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
- 0f11e1a Remove translate param from GrContext::drawPath (and subsequent calls). by bsalomon@google.com · 12 years ago
- 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
- e3d3216 Remove stage masks by bsalomon@google.com · 13 years ago
- fa35e3d plumb SkInstCnt to all subclasses of GrRefCnt by reed@google.com · 13 years ago
- 4705954 Search and replace change. Some Gr enum value names didn't have a "Gr" in their suffix. by bsalomon@google.com · 13 years ago
- bf5cad4 Added documentation of stage/TU allocation by robertphillips@google.com · 13 years ago
- 208236d add/delete some comments to path renderer interface by bsalomon@google.com · 13 years ago
- c2099d2 simplify GrPathRenderer interface by bsalomon@google.com · 13 years ago
- 39ee0ff Prep #1 for making GrDrawState a class by bsalomon@google.com · 13 years ago
- 289533a Don't use GrDrawTarget's AA state bit to convey whether to do custom-aa by bsalomon@google.com · 13 years ago
- d38f137 Move gpu/include/* to include/gpu and gpu/src/* to src/gpu by bsalomon@google.com · 13 years ago[Renamed from gpu/src/GrPathRenderer.h]
- 0d2aa84 Fix override issue, rebase win hairmodes_gpu, complexclip_gpu by bsalomon@google.com · 13 years ago
- 49313f6 GrTArray->SkTArray & docs by bsalomon@google.com · 13 years ago
- 181e9bd Improve gpu path subdiv with perspective, remove tolerance scale, fix comment by bsalomon@google.com · 13 years ago
- aeb2160 Add GrAAHairLinePathRenderer by bsalomon@google.com · 13 years ago
- 3008519 Use a prioritized list of path renderers in Gr. by bsalomon@google.com · 13 years ago
- 583a1e3 Fixed r2125. Identical change but also moves GrTesselatedPathRenderer.h to src dir. by bsalomon@google.com · 13 years ago[Renamed from gpu/include/GrPathRenderer.h]
- b4f4c02 Revert "Make GrDrawTarget.h and GrPathRenderer.h be private headers" by vandebo@chromium.org · 13 years ago[Renamed from gpu/src/GrPathRenderer.h]
- 8b4a64d Make GrDrawTarget.h and GrPathRenderer.h be private headers by bsalomon@google.com · 13 years ago[Renamed from gpu/include/GrPathRenderer.h]
- ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 14 years ago
- 25fd36c Indexed drawing for paths with multiple contours by bsalomon@google.com · 14 years ago
- ee43512 Tesselate path once for tiled offscreen AA by bsalomon@google.com · 14 years ago
- d22b6e4 Remove global curve subdivision tolerance from GrPathUtils. by tomhudson@google.com · 14 years ago
- 07f3ee1 use SkPath for GrPath, removing GrPathIter entirely by reed@google.com · 14 years ago
- 8295dc1 4x4 SSAA with improvements in determination of when to apply. Still disabled at compile time. by bsalomon@google.com · 14 years ago
- 06afe7b Per-draw super sampling. Disabled, path only, 2x2 only by bsalomon@google.com · 14 years ago
- bcdbbe6 by bsalomon@google.com · 14 years ago
- 67dc548 export GrDefaultPathRenderer/GrPathRenderer by bsalomon@google.com · 14 years ago
- 9d18b78 This CL implements a tesselated path renderer, using GLU's libtess. All of the by senorblanco@chromium.org · 14 years ago
- dfe75bc Add way to determine at link time what path renderer will be used. by bsalomon@google.com · 14 years ago