index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
/
GrPathRenderer.h
Commit message (
Expand
)
Author
Age
*
Rename GrOptDrawState to GrPipeline and GrDrawState to GrPipelineBuilder
egdaniel
2015-01-22
*
Move ViewMatrix off of drawstate
joshualitt
2014-12-29
*
Add XP to handle the cases where we disable color write.
egdaniel
2014-12-22
*
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
*
Patch to create a distinct geometry processor. The vast majority of this patch
joshualitt
2014-09-23
*
"NULL !=" = NULL
bsalomon
2014-09-05
*
Revert of r13384 (Stateful PathRenderer implementation)
robertphillips@google.com
2014-02-11
*
Revert "SkBitmap now really stores SkImageInfo -- config is just a ruse"
mike@reedtribe.org
2014-02-11
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2014-02-11
*
Stateful PathRenderer implementation
robertphillips@google.com
2014-02-10
*
Apply hairline optimization only if the path renderer wants it
commit-bot@chromium.org
2013-11-22
*
Remove GrRefCnt.h in favor of SkRefCnt.h
commit-bot@chromium.org
2013-09-09
*
Replace uses of GR_API by SK_API.
commit-bot@chromium.org
2013-08-20
*
Replace uses of GrAssert by SkASSERT.
tfarina@chromium.org
2013-08-17
*
Fix a crash on stroking empty paths with nv_path_rendering enabled
commit-bot@chromium.org
2013-08-05
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2013-05-21
*
Reland path bounds change with correct bounds for convex and hairline path re...
bsalomon@google.com
2013-05-20
*
Revert "Revert "Revert "Pass bounds into draw calls in path renderers."""
bsalomon@google.com
2013-05-17
*
Revert "Revert "Pass bounds into draw calls in path renderers.""
bsalomon@google.com
2013-05-17
*
Revert "Pass bounds into draw calls in path renderers."
bsalomon@google.com
2013-05-16
*
Pass bounds into draw calls in path renderers.
bsalomon@google.com
2013-05-16
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-01-26
*
Follow up on the previous patch :
sugoi@google.com
2012-12-17
*
Use the stencil buffer to avoid temporary alpha clip masks.
bsalomon@google.com
2012-12-14
*
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
*
Remove translate param from GrContext::drawPath (and subsequent calls).
bsalomon@google.com
2012-10-08
*
Result of running tools/sanitize_source_files.py (which was added in https://...
rmistry@google.com
2012-08-23
*
Remove stage masks
bsalomon@google.com
2012-07-20
*
plumb SkInstCnt to all subclasses of GrRefCnt
reed@google.com
2012-06-26
*
Search and replace change. Some Gr enum value names didn't have a "Gr" in the...
bsalomon@google.com
2012-06-06
*
Added documentation of stage/TU allocation
robertphillips@google.com
2012-05-10
*
add/delete some comments to path renderer interface
bsalomon@google.com
2012-03-12
*
simplify GrPathRenderer interface
bsalomon@google.com
2012-03-02
*
Prep #1 for making GrDrawState a class
bsalomon@google.com
2011-12-06
*
Don't use GrDrawTarget's AA state bit to convey whether to do custom-aa
bsalomon@google.com
2011-10-27
*
Move gpu/include/* to include/gpu and gpu/src/* to src/gpu
bsalomon@google.com
2011-10-12