index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
/
GrSoftwarePathRenderer.cpp
Commit message (
Expand
)
Author
Age
*
Narrow the distribution of GrDrawTarget a bit
robertphillips
2015-10-23
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
Standardize BW to NonAA
joshualitt
2015-08-21
*
Create separate entry points for the various flavors of drawRect
joshualitt
2015-08-21
*
Simplify parameters passed to path renderers
robertphillips
2015-08-13
*
Also provides the ResourceProvider to onDrawPath which allows the DF PR to no...
bsalomon
2015-07-31
*
Start to propagate constness of GrPipelineBuilder up the stack
joshualitt
2015-07-13
*
Trivial cleanup of copying GrPipelineBuilder
joshualitt
2015-07-09
*
Split drawing functionality out of GrContext and into new GrDrawContext
robertphillips
2015-05-26
*
Make GrStrokeInfo inherit from SkStrokeRec
kkinnunen
2015-05-18
*
Remove vertex/index buffer factilities from GrDrawTarget.
bsalomon
2015-04-28
*
Extract gpu line dashing to GrDashLinePathRenderer
kkinnunen
2015-04-26
*
Move clip off of draw target
joshualitt
2015-02-23
*
Clean up clipping code a bit
robertphillips
2015-02-10
*
Rename GrOptDrawState to GrPipeline and GrDrawState to GrPipelineBuilder
egdaniel
2015-01-22
*
Move ViewMatrix off of drawstate
joshualitt
2014-12-29
*
Remove coordchanges from drawstate
joshualitt
2014-12-29
*
This cl moves color and coverage off of drawstate. In an effort to keep this...
joshualitt
2014-12-09
*
Drawstate on stack
joshualitt
2014-11-17
*
Remove unused matrix param from GrContext/GrDrawTarget rect drawing functions.
bsalomon
2014-08-04
*
Alter Default & Software path renderers to better handle AA hairline paths
robertphillips
2014-07-25
*
Revert of r13384 (Stateful PathRenderer implementation)
robertphillips@google.com
2014-02-11
*
Stateful PathRenderer implementation
robertphillips@google.com
2014-02-10
*
Replace all instances of GrRect with SkRect.
commit-bot@chromium.org
2013-07-17
*
Replace GrDrawState::AutoDeviceCoordDraw with GrDrawState::AutoViewMatrixRest...
bsalomon@google.com
2013-05-29
*
Follow up on the previous patch :
sugoi@google.com
2012-12-17
*
Modifications to GrPatherRenderer(Chain) interfaces to support clip mask mana...
bsalomon@google.com
2012-12-10
*
As part of preliminary groundwork for a chromium fix, this changelist is depr...
sugoi@google.com
2012-12-06
*
Replace GrMatrix with SkMatrix.
bsalomon@google.com
2012-11-01
*
Remove translate param from GrContext::drawPath (and subsequent calls).
bsalomon@google.com
2012-10-08
*
Move some auto restore helpers from GrDrawTarget to GrDrawState.
bsalomon@google.com
2012-10-05
*
Result of running tools/sanitize_source_files.py (which was added in https://...
rmistry@google.com
2012-08-23
*
Added dev- & canv- prefixes to Ganesh bounding boxes to indicate coordinate s...
robertphillips@google.com
2012-07-31
*
Added getConservativeBound helper function to GrClipData
robertphillips@google.com
2012-07-26
*
Altered Ganesh's clip stack plumbing to pass down new GrClipData class
robertphillips@google.com
2012-07-26
*
Remove stage masks
bsalomon@google.com
2012-07-20
*
Forced GrClip to always have conservative bounds
robertphillips@google.com
2012-07-11
*
Left over cleanup from r4416 (fix for lingering AA clip mask bug)
robertphillips@google.com
2012-07-09
*
Fixed lingering gpu-path AA clip mask generation bug
robertphillips@google.com
2012-06-29
*
Split GrSWMaskHelper into its own files
robertphillips@google.com
2012-06-27
*
Enable Scratch texture detach in SW path renderer's onDrawPath (again)
robertphillips@google.com
2012-06-27
*
Reverting r4324
robertphillips@google.com
2012-06-26
*
Enable Scratch texture detach in SW path renderer's onDrawPath (take 2)
robertphillips@google.com
2012-06-25
*
Reverting r4319
robertphillips@google.com
2012-06-25
*
Enable Scratch texture detach in SW path renderer's onDrawPath
robertphillips@google.com
2012-06-25
*
AutoScratchTexture can now release its texture and it will return to the text...
robertphillips@google.com
2012-06-22
*
Fixed two bugs in SW-only clip mask generation
robertphillips@google.com
2012-06-21
*
fix incorrect GPU rendering for path inverse fill when path is outside the clip
bsalomon@google.com
2012-06-19
*
Move clientID into texture desc
robertphillips@google.com
2012-06-07
*
Search and replace change. Some Gr enum value names didn't have a "Gr" in the...
bsalomon@google.com
2012-06-06
[next]