Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_skia
/
f6de475e5cbd143f348ff7738919e397b7fe7f57
/
src
/
gpu
/
GrAAConvexPathRenderer.cpp
f6de475
Replace uses of GrAssert by SkASSERT.
by tfarina@chromium.org
· 12 years ago
fdfbb9d
Fix repeated point quads/cubics in convex pr and update convexpaths GM
by commit-bot@chromium.org
· 12 years ago
42dacab
Make GrPaint have a variable sized array of color and coverage stages rather than a fixed size.
by commit-bot@chromium.org
· 12 years ago
eb6879f
Replace fixed-size array of effect stages in GrDrawState with two appendable arrays, one for color, one for coverage.
by bsalomon@google.com
· 12 years ago
137f134
Replace GrDrawState::AutoDeviceCoordDraw with GrDrawState::AutoViewMatrixRestore::setIdentity(). s
by bsalomon@google.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
7d9ffc8
Make GrAAConvexPathRender support paths with > 64K verts.
by bsalomon@google.com
· 12 years ago
94b284d
Remove GrPathCmd
by bsalomon@google.com
· 12 years ago
d42aca3
Remove static effects from the effect memory pool.
by bsalomon@google.com
· 12 years ago
4290330
Vertex Attrib configurations now handled as pointers vs. SkSTArrays
by robertphillips@google.com
· 12 years ago
018f179
Expand modulate, add, subtract, extract component glsl helpers.
by bsalomon@google.com
· 12 years ago
041e2db
Sanitizing source files in Skia_Periodic_House_Keeping
by skia.committer@gmail.com
· 12 years ago
5d01bec
Fix for effect cache key.
by commit-bot@chromium.org
· 12 years ago
90c240a
Move edge GrEffects to locally defined classes.
by commit-bot@chromium.org
· 12 years ago
054ae99
Take two for r8466:
by jvanverth@google.com
· 12 years ago
c7bf296
Rolling back r8466.
by jvanverth@google.com
· 12 years ago
fb495b5
Revise attribute binding interface.
by commit-bot@chromium.org
· 12 years ago
4647f90
Replace edge types with GrEdgeEffect.
by bsalomon@google.com
· 12 years ago
c26d94f
Move nested class GrDrawTarget::Caps out as GrDrawTargetCaps.
by bsalomon@google.com
· 12 years ago
bcce892
Make GrDrawTarget::Caps ref counted and GrGLCaps derive from it.
by bsalomon@google.com
· 12 years ago
3b0d631
Remove constructors from GrVertexAttrib.
by jvanverth@google.com
· 12 years ago
9b855c7
Resubmit r7899 and r7901.
by jvanverth@google.com
· 12 years ago
af3a3b9
Revert r7901 & r7899 to allow DEPS roll
by robertphillips@google.com
· 12 years ago
b8b705b
Add new vertex attribute array specification.
by jvanverth@google.com
· 12 years ago
b75b0a0
Move vertex layout from GeometrySrcState to GrDrawState.
by jvanverth@google.com
· 12 years ago
cc78238
Move vertex layout definitions from GrDrawTarget to GrDrawState.
by jvanverth@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
· 13 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
· 13 years ago
30c174b
Make SkPath cache the result of cheapComputeDirection.
by bsalomon@google.com
· 13 years ago
b9086a0
Replace GrMatrix with SkMatrix.
by bsalomon@google.com
· 13 years ago
8171288
Remove GrScalar, replace with SkScalar.
by bsalomon@google.com
· 13 years ago
a834746
Make additional code paths go through GrDrawState helper classes for their matrix manipulations.
by bsalomon@google.com
· 13 years ago
0f11e1a
Remove translate param from GrContext::drawPath (and subsequent calls).
by bsalomon@google.com
· 13 years ago
f660187
Hide GrDrawTarget::Caps's member vars
by bsalomon@google.com
· 13 years ago
fbfcd56
Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/)
by rmistry@google.com
· 13 years ago
e3d3216
Remove stage masks
by bsalomon@google.com
· 13 years ago
a51ab84
Preserve convex control point polygon in cubic->quadratic approximation
by bsalomon@google.com
· 13 years ago
b213ed8
Simplify vertex layout bitfields by making Position-as-texcoords the default.
by tomhudson@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
8a4fc40
Updated useSWOnlyPath method to use path chain instead of raw path renderer methods
by robertphillips@google.com
· 13 years ago
fa66294
First functioning version of SW-only clip mask creator
by robertphillips@google.com
· 13 years ago
8d033a1
Remove GrPath typedef
by bsalomon@google.com
· 13 years ago
873ea0c
Make fewer copies when using GrDrawTarget::AutoStateRestore
by bsalomon@google.com
· 13 years ago
6390c72
Fix Coverity reports. (Mostly use of uninitialised values.)
by vandebo@chromium.org
· 13 years ago
fa1dd11
Revert r3523 and r2522
by vandebo@chromium.org
· 13 years ago
354fd0e
Fix Coverity reports. (Mostly use of uninitialised values.)
by vandebo@chromium.org
· 13 years ago
b3e40c0
Convert SkMatrix::I() assignments to SkMatrix::reset() calls
by bsalomon@google.com
· 13 years ago
1a38d55
Perform degenerate check in device coords in convex path renderer
by bsalomon@google.com
· 13 years ago
1971317
Allow compiler to optimize applying quadratic UV matrix to verts
by bsalomon@google.com
· 13 years ago
b372942
make pathrenderers release their geometry before returning
by bsalomon@google.com
· 13 years ago
af90f7f
Recommit r3321 with fix for path orientation reversal.
by bsalomon@google.com
· 13 years ago
6d2733a
Revert r3321 because of GM failure
by bsalomon@google.com
· 13 years ago
c759af3
Avoid making a copy of the path in GrAAConvexPathRenderer
by bsalomon@google.com
· 13 years ago
68a5b26
Prealloc space for ~10 segments in GrAAConvexPathRenderer
by bsalomon@google.com
· 13 years ago
9b1517e
minor improvement, remove some conditionals in GrAAConvexPathRenderer
by bsalomon@google.com
· 13 years ago
c2099d2
simplify GrPathRenderer interface
by bsalomon@google.com
· 13 years ago
5b56d9e
In convex path renderer, translate polygon to origin for fanPt computation
by bsalomon@google.com
· 13 years ago
278dc69
Use cheapComputeDirection to determine normal facing in GrAAConvexPathRenderer
by bsalomon@google.com
· 13 years ago
9732f62
Fix degenerate test in convex path renderer
by bsalomon@google.com
· 13 years ago
9aed114
by bsalomon@google.com
· 13 years ago
0680961
revert 3078
by bsalomon@google.com
· 13 years ago
495e210
fix interior issues in convex path renderer
by bsalomon@google.com
· 13 years ago
5cc90d1
Incorporate changes related to Tom's post-hoc comments on the convex path renderer.
by bsalomon@google.com
· 13 years ago
69cc6ad
Add convex path renderer (disabled)
by bsalomon@google.com
· 13 years ago