aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrDrawState.cpp
Commit message (Expand)AuthorAge
* Replace GrMatrix with SkMatrix.Gravatar bsalomon@google.com2012-11-01
* Rename GrSamplerState to GrEffectStage.Gravatar bsalomon@google.com2012-10-26
* Use GrCustomStage to implement color matrix.Gravatar bsalomon@google.com2012-10-17
* Separate out the texture matrix from the coord-system change matrix in GrSamp...Gravatar bsalomon@google.com2012-10-17
* Reland r5963 with two fixes:Gravatar bsalomon@google.com2012-10-16
* Revert r5962 because of failures.Gravatar bsalomon@google.com2012-10-16
* Require matrix for custom stage to be set when custom stage is installed.Gravatar bsalomon@google.com2012-10-16
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-10-09
* Make GrDrawState::AutoRestoreViewMatrix handle sampler matrices.Gravatar bsalomon@google.com2012-10-08
* Move some auto restore helpers from GrDrawTarget to GrDrawState.Gravatar bsalomon@google.com2012-10-05
* GrPaint encapsulation.Gravatar bsalomon@google.com2012-10-05
* Rename GrPaint fields/enums/members texture->color mask->coverage.Gravatar bsalomon@google.com2012-10-05
* Move setPaint from GrContext to GrDrawState.Gravatar bsalomon@google.com2012-10-05