index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
/
GrAAHairLinePathRenderer.cpp
Commit message (
Expand
)
Author
Age
*
remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floats
reed@google.com
2013-12-17
*
remove SkFloatToScalar macro
commit-bot@chromium.org
2013-11-25
*
Apply hairline optimization only if the path renderer wants it
commit-bot@chromium.org
2013-11-22
*
Revert "Do not apply hairline optimization for paths if nv_path_rendering is ...
bsalomon@google.com
2013-11-08
*
Do not apply hairline optimization for paths if nv_path_rendering is used
commit-bot@chromium.org
2013-11-08
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2013-09-20
*
Reenable GrAAHairlinePathRenderer assert w/ fix
robertphillips@google.com
2013-09-19
*
Temporarily disable assert in GrAAHairlinePathRenderer.cpp
robertphillips@google.com
2013-09-19
*
"Fix" for hairline corner bugs
robertphillips@google.com
2013-09-18
*
Fix bounds computation in GrAAHairlineRenderer
commit-bot@chromium.org
2013-09-03
*
Replace uses of GR_DEBUG by SK_DEBUG.
commit-bot@chromium.org
2013-08-28
*
Only assert that conic/quad effects get created if they are to be used.
commit-bot@chromium.org
2013-08-23
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2013-08-23
*
Pull out Effect Shaders in GPU Path Renderer
commit-bot@chromium.org
2013-08-22
*
Revert "Pull out Effect Shaders in GPU Path Renderer"
egdaniel@google.com
2013-08-22
*
Pull out Effect Shaders in GPU Path Renderer
commit-bot@chromium.org
2013-08-22
*
Move gpu conic calculations to GrPathUtils
commit-bot@chromium.org
2013-08-20
*
Add direct bezier cubic support for GPU shaders
commit-bot@chromium.org
2013-08-20
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2013-08-17
*
Replace uses of GrAssert by SkASSERT.
tfarina@chromium.org
2013-08-17
*
Fix hairline pathrenderer for Nexus-10. Switches to using additional
jvanverth@google.com
2013-08-16
*
Reverting r10707. Unreviewed.
jvanverth@google.com
2013-08-14
*
Fix hairline pathrenderer for Nexus-10. Switches to using additional
commit-bot@chromium.org
2013-08-14
*
Revert r10640: Fix hairline pathrenderer for Nexus-10.
jvanverth@google.com
2013-08-08
*
Fix hairline pathrenderer for Nexus-10. Switches to using additional
commit-bot@chromium.org
2013-08-08
*
Separate quad UV calculation from bloat_quad
egdaniel@google.com
2013-08-05
*
Add Loop Blinn hairline conics to GPU
egdaniel@google.com
2013-08-01
*
Replace all instances of GrRect with SkRect.
commit-bot@chromium.org
2013-07-17
*
fix trivial matrix computation
humper@google.com
2013-07-14
*
Make GrPaint have a variable sized array of color and coverage stages rather ...
commit-bot@chromium.org
2013-07-13
*
Reverted 10056-10059
robertphillips@google.com
2013-07-13
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2013-07-13
*
Add implicit hairline conic rendering to GPU
egdaniel@google.com
2013-07-12
*
Replace fixed-size array of effect stages in GrDrawState with two appendable ...
bsalomon@google.com
2013-06-13
*
bump picture version since SkPath has changed (conics)
reed@google.com
2013-05-31
*
Revert "add asserts to point<-->verb helpers"
reed@google.com
2013-05-30
*
add asserts to point<-->verb helpers
reed@google.com
2013-05-30
*
Replace GrDrawState::AutoDeviceCoordDraw with GrDrawState::AutoViewMatrixRest...
bsalomon@google.com
2013-05-29
*
Fix degenerate and near-degenerate hairlines on the gpu
commit-bot@chromium.org
2013-05-24
*
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
*
fix uninitialized adcd
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
*
Remove GrPathCmd
bsalomon@google.com
2013-05-10
*
Make GrGLShaderBuilder check whether GrEffect advertised that it would requir...
commit-bot@chromium.org
2013-05-09
*
Remove static effects from the effect memory pool.
bsalomon@google.com
2013-04-23
*
Vertex Attrib configurations now handled as pointers vs. SkSTArrays
robertphillips@google.com
2013-04-20
*
Expand modulate, add, subtract, extract component glsl helpers.
bsalomon@google.com
2013-04-18
[next]