index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
/
GrAAConvexPathRenderer.cpp
Commit message (
Expand
)
Author
Age
*
Make SkPath cache the result of cheapComputeDirection.
bsalomon@google.com
2012-11-13
*
Replace GrMatrix with SkMatrix.
bsalomon@google.com
2012-11-01
*
Remove GrScalar, replace with SkScalar.
bsalomon@google.com
2012-11-01
*
Make additional code paths go through GrDrawState helper classes for their ma...
bsalomon@google.com
2012-10-08
*
Remove translate param from GrContext::drawPath (and subsequent calls).
bsalomon@google.com
2012-10-08
*
Hide GrDrawTarget::Caps's member vars
bsalomon@google.com
2012-08-28
*
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
*
Preserve convex control point polygon in cubic->quadratic approximation
bsalomon@google.com
2012-07-10
*
Simplify vertex layout bitfields by making Position-as-texcoords the
tomhudson@google.com
2012-06-25
*
Search and replace change. Some Gr enum value names didn't have a "Gr" in the...
bsalomon@google.com
2012-06-06
*
Updated useSWOnlyPath method to use path chain instead of raw path renderer m...
robertphillips@google.com
2012-05-24
*
First functioning version of SW-only clip mask creator
robertphillips@google.com
2012-05-17
*
Remove GrPath typedef
bsalomon@google.com
2012-04-27
*
Make fewer copies when using GrDrawTarget::AutoStateRestore
bsalomon@google.com
2012-03-30
*
Fix Coverity reports. (Mostly use of uninitialised values.)
vandebo@chromium.org
2012-03-28
*
Revert r3523 and r2522
vandebo@chromium.org
2012-03-28
*
Fix Coverity reports. (Mostly use of uninitialised values.)
vandebo@chromium.org
2012-03-28
*
Convert SkMatrix::I() assignments to SkMatrix::reset() calls
bsalomon@google.com
2012-03-20
*
Perform degenerate check in device coords in convex path renderer
bsalomon@google.com
2012-03-15
*
Allow compiler to optimize applying quadratic UV matrix to verts
bsalomon@google.com
2012-03-15
*
make pathrenderers release their geometry before returning
bsalomon@google.com
2012-03-07
*
Recommit r3321 with fix for path orientation reversal.
bsalomon@google.com
2012-03-05
*
Revert r3321 because of GM failure
bsalomon@google.com
2012-03-05
*
Avoid making a copy of the path in GrAAConvexPathRenderer
bsalomon@google.com
2012-03-05
*
Prealloc space for ~10 segments in GrAAConvexPathRenderer
bsalomon@google.com
2012-03-05
*
minor improvement, remove some conditionals in GrAAConvexPathRenderer
bsalomon@google.com
2012-03-05
*
simplify GrPathRenderer interface
bsalomon@google.com
2012-03-02
*
In convex path renderer, translate polygon to origin for fanPt computation
bsalomon@google.com
2012-02-23
*
Use cheapComputeDirection to determine normal facing in GrAAConvexPathRenderer
bsalomon@google.com
2012-02-15
*
Fix degenerate test in convex path renderer
bsalomon@google.com
2012-01-31
*
Reland r3078 (original failures that led to revert were problems with the bot)
bsalomon@google.com
2012-01-30
*
revert 3078
bsalomon@google.com
2012-01-21
*
fix interior issues in convex path renderer
bsalomon@google.com
2012-01-21
*
Incorporate changes related to Tom's post-hoc comments on the convex path ren...
bsalomon@google.com
2012-01-17
*
Add convex path renderer (disabled)
bsalomon@google.com
2012-01-17