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
*
Revert of r13384 (Stateful PathRenderer implementation)
robertphillips@google.com
2014-02-11
*
Stateful PathRenderer implementation
robertphillips@google.com
2014-02-10
*
Implement SkColorFilter as a GrGLEffect
commit-bot@chromium.org
2013-10-23
*
More clang warning fixes.
commit-bot@chromium.org
2013-10-21
*
Express (GLSL expression, possibly known value) pairs as a class
commit-bot@chromium.org
2013-10-10
*
Move VertexBuilder to a GrGLFullShaderBuilder subclass
commit-bot@chromium.org
2013-10-04
*
Make GPU coord transforms automatic
bsalomon@google.com
2013-10-02
*
Mark when effects and programs have vertex code
commit-bot@chromium.org
2013-09-30
*
Revert "Add a requiresVertexShader method to GrGLEffect"
commit-bot@chromium.org
2013-09-30
*
Change old PRG to be SkLCGRandom; change new one to SkRandom
commit-bot@chromium.org
2013-09-09
*
Add a requiresVertexShader method to GrGLEffect
commit-bot@chromium.org
2013-09-06
*
Fix convex path renderer bounds computation
commit-bot@chromium.org
2013-09-03
*
Isolate VertexBuilder from GrGLShaderBuilder
commit-bot@chromium.org
2013-08-30
*
Replace uses of GR_DEBUG by SK_DEBUG.
commit-bot@chromium.org
2013-08-28
*
Replace uses of GrAssert by SkASSERT.
tfarina@chromium.org
2013-08-17
*
Fix repeated point quads/cubics in convex pr and update convexpaths GM
commit-bot@chromium.org
2013-08-15
*
Make GrPaint have a variable sized array of color and coverage stages rather ...
commit-bot@chromium.org
2013-07-13
*
Replace fixed-size array of effect stages in GrDrawState with two appendable ...
bsalomon@google.com
2013-06-13
*
Replace GrDrawState::AutoDeviceCoordDraw with GrDrawState::AutoViewMatrixRest...
bsalomon@google.com
2013-05-29
*
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
*
Make GrAAConvexPathRender support paths with > 64K verts.
bsalomon@google.com
2013-05-14
*
Remove GrPathCmd
bsalomon@google.com
2013-05-10
*
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
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-04-03
*
Fix for effect cache key.
commit-bot@chromium.org
2013-04-02
*
Move edge GrEffects to locally defined classes.
commit-bot@chromium.org
2013-04-02
*
Take two for r8466:
jvanverth@google.com
2013-04-01
*
Rolling back r8466.
jvanverth@google.com
2013-04-01
*
Revise attribute binding interface.
commit-bot@chromium.org
2013-04-01
*
Replace edge types with GrEdgeEffect.
bsalomon@google.com
2013-03-26
*
Move nested class GrDrawTarget::Caps out as GrDrawTargetCaps.
bsalomon@google.com
2013-03-25
*
Make GrDrawTarget::Caps ref counted and GrGLCaps derive from it.
bsalomon@google.com
2013-03-25
*
Remove constructors from GrVertexAttrib.
jvanverth@google.com
2013-03-01
*
Resubmit r7899 and r7901.
jvanverth@google.com
2013-03-01
*
Revert r7901 & r7899 to allow DEPS roll
robertphillips@google.com
2013-02-28
*
Add new vertex attribute array specification.
jvanverth@google.com
2013-02-28
*
Move vertex layout from GeometrySrcState to GrDrawState.
jvanverth@google.com
2013-02-05
*
Move vertex layout definitions from GrDrawTarget to GrDrawState.
jvanverth@google.com
2013-01-28
*
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
*
As part of preliminary groundwork for a chromium fix, this changelist is depr...
sugoi@google.com
2012-12-06
*
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
[next]