aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrSWMaskHelper.cpp
Commit message (Expand)AuthorAge
* Revert "Revert "speed up A8 by creating a new entry-point in SkDraw that blit...Gravatar reed@google.com2013-11-07
* Revert "speed up A8 by creating a new entry-point in SkDraw that blits the pa...Gravatar reed@google.com2013-11-04
* speed up A8 by creating a new entry-point in SkDraw that blits the path's cov...Gravatar reed@google.com2013-11-04
* Make not-reusing-scratch-textures only apply to texture uploadsGravatar robertphillips@google.com2013-10-30
* Make GPU coord transforms automaticGravatar bsalomon@google.com2013-10-02
* Don't reuse scratch textures updateGravatar robertphillips@google.com2013-09-18
* make the filter mode for GrTextureAccess an enum so we can plumb downGravatar humper@google.com2013-07-25
* Fix texture allocation in SWMaskHelperGravatar robertphillips@google.com2013-07-19
* Replace all instances of GrRect with SkRect.Gravatar commit-bot@chromium.org2013-07-17
* Make GrPaint have a variable sized array of color and coverage stages rather ...Gravatar commit-bot@chromium.org2013-07-13
* Replace fixed-size array of effect stages in GrDrawState with two appendable ...Gravatar bsalomon@google.com2013-06-13
* Replace GrDrawState::AutoDeviceCoordDraw with GrDrawState::AutoViewMatrixRest...Gravatar bsalomon@google.com2013-05-29
* Attempt to reland 8264-5 with warning-as-error fixes.Gravatar bsalomon@google.com2013-03-20
* revert 8265-8264 (broke build)Gravatar reed@google.com2013-03-20
* Adds local coords to GrEffect system.Gravatar bsalomon@google.com2013-03-20
* Add GrEllipseEdgeEffect.Gravatar commit-bot@chromium.org2013-03-12
* Remove unused texture coordinate flags.Gravatar jvanverth@google.com2013-02-14
* clone of https://codereview.appspot.com/7208043/Gravatar reed@google.com2013-01-30
* Remove getter of writable GrEffectStage from GrDrawState.Gravatar bsalomon@google.com2013-01-28
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-26
* Wrap GrEffects in GrEffectPtr.Gravatar bsalomon@google.com2013-01-16
* Follow up on the previous patch :Gravatar sugoi@google.com2012-12-17
* Use ReduceClipStack in ClipMaskManager.Gravatar bsalomon@google.com2012-12-06
* As part of preliminary groundwork for a chromium fix, this changelist is depr...Gravatar sugoi@google.com2012-12-06
* Replace GrMatrix with SkMatrix.Gravatar bsalomon@google.com2012-11-01
* Remove GrScalar, replace with SkScalar.Gravatar bsalomon@google.com2012-11-01
* Rename GrSamplerState to GrEffectStage.Gravatar bsalomon@google.com2012-10-26
* Move some auto restore helpers from GrDrawTarget to GrDrawState.Gravatar bsalomon@google.com2012-10-05
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* Remove easily-removable uses of setTexture(), instead creating a GrSingleText...Gravatar tomhudson@google.com2012-07-20
* Remove stage masksGravatar bsalomon@google.com2012-07-20
* More carefully disable stages in Ganesh to avoid textures or effectsGravatar tomhudson@google.com2012-07-10
* Left over cleanup from r4416 (fix for lingering AA clip mask bug)Gravatar robertphillips@google.com2012-07-09
* Fixed lingering gpu-path AA clip mask generation bugGravatar robertphillips@google.com2012-06-29
* Split GrSWMaskHelper into its own filesGravatar robertphillips@google.com2012-06-27