index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
/
GrDrawState.cpp
Commit message (
Expand
)
Author
Age
*
Replace fixed-size array of effect stages in GrDrawState with two appendable ...
bsalomon@google.com
2013-06-13
*
Make text context responsible for setting GrPaint on GrDrawState.
bsalomon@google.com
2013-06-13
*
Replace GrDrawState::AutoDeviceCoordDraw with GrDrawState::AutoViewMatrixRest...
bsalomon@google.com
2013-05-29
*
Make GrContext track the current matrix, render target, and clip directly rat...
commit-bot@chromium.org
2013-05-28
*
Disable blending when there is an effect that reads the dst and draw state bl...
bsalomon@google.com
2013-05-15
*
Don't make dst copies when color stage requires dst but color writes are disa...
bsalomon@google.com
2013-05-15
*
Vertex Attrib configurations now handled as pointers vs. SkSTArrays
robertphillips@google.com
2013-04-20
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-04-02
*
Fix clang compiler warning/error
robertphillips@google.com
2013-04-01
*
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
*
Make GrGLShaderBuilder::TextureSampler extract only required info from GrText...
bsalomon@google.com
2013-03-28
*
Replace edge types with GrEdgeEffect.
bsalomon@google.com
2013-03-26
*
Attempt to reland 8264-5 with warning-as-error fixes.
bsalomon@google.com
2013-03-20
*
revert 8265-8264 (broke build)
reed@google.com
2013-03-20
*
Adds local coords to GrEffect system.
bsalomon@google.com
2013-03-20
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-03-13
*
Add GrEllipseEdgeEffect.
commit-bot@chromium.org
2013-03-12
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-03-02
*
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
*
Assign color=0 in GrDrawState.cpp to stop tools from raising false alarms abo...
bsalomon@google.com
2013-02-27
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-02-15
*
Remove unused texture coordinate flags.
jvanverth@google.com
2013-02-14
*
Move blend optimization functions to GrDrawState.
bsalomon@google.com
2013-02-12
*
Remove compile time option to use different types for text vertices.
bsalomon@google.com
2013-02-07
*
Make drawIndexedInstances non-virtual and rewrite GrIODB's drawRect on top of...
bsalomon@google.com
2013-02-01
*
Move vertex layout definitions from GrDrawTarget to GrDrawState.
jvanverth@google.com
2013-01-28
*
Remove getter of writable GrEffectStage from GrDrawState.
bsalomon@google.com
2013-01-28
*
Replace GrMatrix with SkMatrix.
bsalomon@google.com
2012-11-01
*
Rename GrSamplerState to GrEffectStage.
bsalomon@google.com
2012-10-26
*
Use GrCustomStage to implement color matrix.
bsalomon@google.com
2012-10-17
*
Separate out the texture matrix from the coord-system change matrix in GrSamp...
bsalomon@google.com
2012-10-17
*
Reland r5963 with two fixes:
bsalomon@google.com
2012-10-16
*
Revert r5962 because of failures.
bsalomon@google.com
2012-10-16
*
Require matrix for custom stage to be set when custom stage is installed.
bsalomon@google.com
2012-10-16
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2012-10-09
*
Make GrDrawState::AutoRestoreViewMatrix handle sampler matrices.
bsalomon@google.com
2012-10-08
*
Move some auto restore helpers from GrDrawTarget to GrDrawState.
bsalomon@google.com
2012-10-05
*
GrPaint encapsulation.
bsalomon@google.com
2012-10-05
*
Rename GrPaint fields/enums/members texture->color mask->coverage.
bsalomon@google.com
2012-10-05
*
Move setPaint from GrContext to GrDrawState.
bsalomon@google.com
2012-10-05