Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skqp
/
60b24d0df70392a89dfd7d4a8ae58411812c3067
/
src
/
gpu
/
GrAAHairLinePathRenderer.cpp
9853cce
Drawstate on stack
by joshualitt
· 10 years ago
5478d42
Push creation of default GP to the caller
by joshualitt
· 10 years ago
e27065a
Send coverage VA as floats instead of bytes NOTREECHECKS=True
by egdaniel
· 10 years ago
37b4d86
Force input coverage to be only a byte in gpu shaders.
by egdaniel
· 10 years ago
5ead6da
Oval and stroke AA rect now batch
by joshualitt
· 10 years ago
67f7f74
Revert of Oval and stroke AA rect now batch (patchset #7 id:110001 of https://codereview.chromium.org/664193002/)
by joshualitt
· 10 years ago
18055af
Oval and stroke AA rect now batch
by joshualitt
· 10 years ago
9deb696
Revert of Oval and stroke AA rect now batch (patchset #7 id:110001 of https://codereview.chromium.org/664193002/)
by mtklein
· 10 years ago
bc54fab
Oval and stroke AA rect now batch
by joshualitt
· 10 years ago
b0a8a37
Patch to create a distinct geometry processor. The vast majority of this patch
by joshualitt
· 10 years ago
249af15
BUG=skia:
by joshualitt
· 10 years ago
49f085d
"NULL !=" = NULL
by bsalomon
· 10 years ago
bd769d0
Initial change to create GeometryProcessor
by joshualitt
· 10 years ago
7b3d5ee
Make setVertexAttribs in GrDrawState take a stride parameter.
by egdaniel
· 10 years ago
ea81ced
Revert of Make setVertexAttribs in GrDrawState take a stride parameter. (patchset #5 of https://codereview.chromium.org/511593004/)
by djsollen
· 10 years ago
af013bf
Make setVertexAttribs in GrDrawState take a stride parameter.
by egdaniel
· 10 years ago
83d081a
Goodbye GrEffectRef.
by bsalomon
· 10 years ago
8341eb7
Rename from "(un)lock" to "(un)map" for geometry buffers.
by commit-bot@chromium.org
· 10 years ago
972f9cd
SK_SUPPORT_LEGACY_GRTYPES to hide duplicate types from SkTypes.h
by commit-bot@chromium.org
· 11 years ago
cabf4b2
Unify edge type enums across GrEffect subclasses that clip rendering to a geometry.
by commit-bot@chromium.org
· 11 years ago
e79f320
Revert of r13384 (Stateful PathRenderer implementation)
by robertphillips@google.com
· 11 years ago
3e0c64a
Stateful PathRenderer implementation
by robertphillips@google.com
· 11 years ago
8f4d230
remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floats
by reed@google.com
· 11 years ago
4b413c8
remove SkFloatToScalar macro
by commit-bot@chromium.org
· 11 years ago
e0a868c
Apply hairline optimization only if the path renderer wants it
by commit-bot@chromium.org
· 11 years ago
1b20a10
Revert "Do not apply hairline optimization for paths if nv_path_rendering is used"
by bsalomon@google.com
· 11 years ago
44fb865
Do not apply hairline optimization for paths if nv_path_rendering is used
by commit-bot@chromium.org
· 11 years ago
f91e3d4
Sanitizing source files in Housekeeper-Nightly
by skia.committer@gmail.com
· 11 years ago
52c7526
Reenable GrAAHairlinePathRenderer assert w/ fix
by robertphillips@google.com
· 11 years ago
4fe0555
Temporarily disable assert in GrAAHairlinePathRenderer.cpp
by robertphillips@google.com
· 11 years ago
ada90da
"Fix" for hairline corner bugs
by robertphillips@google.com
· 11 years ago
b8bd6cb
Fix bounds computation in GrAAHairlineRenderer
by commit-bot@chromium.org
· 11 years ago
515dcd3
Replace uses of GR_DEBUG by SK_DEBUG.
by commit-bot@chromium.org
· 11 years ago
8846247
Only assert that conic/quad effects get created if they are to be used.
by commit-bot@chromium.org
· 11 years ago
44a77c8
Sanitizing source files in Housekeeper-Nightly
by skia.committer@gmail.com
· 11 years ago
07e1c3f
Pull out Effect Shaders in GPU Path Renderer
by commit-bot@chromium.org
· 11 years ago
2398bbd
Revert "Pull out Effect Shaders in GPU Path Renderer"
by egdaniel@google.com
· 11 years ago
89ff637
Pull out Effect Shaders in GPU Path Renderer
by commit-bot@chromium.org
· 11 years ago
1394840
Move gpu conic calculations to GrPathUtils
by commit-bot@chromium.org
· 11 years ago
858638d
Add direct bezier cubic support for GPU shaders
by commit-bot@chromium.org
· 11 years ago
7475811
Sanitizing source files in Housekeeper-Nightly
by skia.committer@gmail.com
· 11 years ago
f6de475
Replace uses of GrAssert by SkASSERT.
by tfarina@chromium.org
· 11 years ago
681ccf0
Fix hairline pathrenderer for Nexus-10. Switches to using additional
by jvanverth@google.com
· 11 years ago
5e2d270
Reverting r10707. Unreviewed.
by jvanverth@google.com
· 11 years ago
85eef60
Fix hairline pathrenderer for Nexus-10. Switches to using additional
by commit-bot@chromium.org
· 11 years ago
940c863
Revert r10640: Fix hairline pathrenderer for Nexus-10.
by jvanverth@google.com
· 11 years ago
78b64ae
Fix hairline pathrenderer for Nexus-10. Switches to using additional
by commit-bot@chromium.org
· 11 years ago
34b05ca
Separate quad UV calculation from bloat_quad
by egdaniel@google.com
· 11 years ago
3f2a2d5
Add Loop Blinn hairline conics to GPU
by egdaniel@google.com
· 11 years ago
fd03d4a
Replace all instances of GrRect with SkRect.
by commit-bot@chromium.org
· 11 years ago
9c96d4b
fix trivial matrix computation
by humper@google.com
· 11 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
· 11 years ago
d647426
Reverted 10056-10059
by robertphillips@google.com
· 11 years ago
fa1bd5f
Sanitizing source files in Housekeeper-Nightly
by skia.committer@gmail.com
· 11 years ago
5383a75
Add implicit hairline conic rendering to GPU
by egdaniel@google.com
· 11 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
· 11 years ago
277c3f8
bump picture version since SkPath has changed (conics)
by reed@google.com
· 11 years ago
fa2f2a4
Revert "add asserts to point<-->verb helpers"
by reed@google.com
· 11 years ago
7950a9e
add asserts to point<-->verb helpers
by reed@google.com
· 11 years ago
137f134
Replace GrDrawState::AutoDeviceCoordDraw with GrDrawState::AutoViewMatrixRestore::setIdentity(). s
by bsalomon@google.com
· 11 years ago
912e68e
Fix degenerate and near-degenerate hairlines on the gpu
by commit-bot@chromium.org
· 11 years ago
1dd9baa
Reland path bounds change with correct bounds for convex and hairline path renderers.
by bsalomon@google.com
· 11 years ago
d7c3742
Revert "Revert "Revert "Pass bounds into draw calls in path renderers."""
by bsalomon@google.com
· 11 years ago
0bf4d47
fix uninitialized adcd
by bsalomon@google.com
· 11 years ago
2f2d130
Revert "Revert "Pass bounds into draw calls in path renderers.""
by bsalomon@google.com
· 11 years ago
9a9c3d5
Revert "Pass bounds into draw calls in path renderers."
by bsalomon@google.com
· 11 years ago
f438c97
Pass bounds into draw calls in path renderers.
by bsalomon@google.com
· 11 years ago
94b284d
Remove GrPathCmd
by bsalomon@google.com
· 11 years ago
8d47ddc
Make GrGLShaderBuilder check whether GrEffect advertised that it would require the dst color or fragment position
by commit-bot@chromium.org
· 11 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
0406b9e
Make drawRect preserve vertex attrib state and push/pop the geom sources.
by bsalomon@google.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
87379e1
Fix minor cppcheck-found issues
by robertphillips@google.com
· 12 years ago
37cbc7f
Sanitizing source files in Skia_Periodic_House_Keeping
by skia.committer@gmail.com
· 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
· 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
b9086a0
Replace GrMatrix with SkMatrix.
by bsalomon@google.com
· 12 years ago
8171288
Remove GrScalar, replace with SkScalar.
by bsalomon@google.com
· 12 years ago
706f668
Reland r6330 thru r6333 but do without enabling GL_ARB_fragment_coord_conventions on Intel GPUs.
by bsalomon@google.com
· 12 years ago
d335364
Revert r6330 thru 6333 while we figure out what to do about Intel bots (possible driver bug).
by bsalomon@google.com
· 12 years ago
4fe9b1b
Automatically handle converting gl_FragCoord to Skia's y-down device coords.
by bsalomon@google.com
· 12 years ago
a834746
Make additional code paths go through GrDrawState helper classes for their matrix manipulations.
by bsalomon@google.com
· 12 years ago
0f11e1a
Remove translate param from GrContext::drawPath (and subsequent calls).
by bsalomon@google.com
· 12 years ago
Next »