aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrTextContext.cpp
Commit message (Expand)AuthorAge
* Replace factory generation of TextContexts with persistent objects.Gravatar commit-bot@chromium.org2014-01-30
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2014-01-29
* Add standalone drawText for GrTextContext.Gravatar commit-bot@chromium.org2014-01-28
* Add factory class for generating various flavors of GrTextContext.Gravatar commit-bot@chromium.org2014-01-24
* Revert of Add factory class for generating various flavors of GrTextContext. ...Gravatar commit-bot@chromium.org2014-01-22
* Add factory class for generating various flavors of GrTextContext.Gravatar commit-bot@chromium.org2014-01-22
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-10-17
* Split out GrBitmapTextContext from GrTextContext.Gravatar jvanverth@google.com2013-10-16
* Fix for blinking/corrupted text in Canvas 2D.Gravatar commit-bot@chromium.org2013-10-07
* Add support to dump font cache texture for debug purposesGravatar commit-bot@chromium.org2013-10-02
* Add a GrCustomCoordsTextureEffect classGravatar commit-bot@chromium.org2013-09-30
* GrAtlas cleanup: Split out GrPlot and GrAtlasGravatar commit-bot@chromium.org2013-09-27
* Remove GrRefCnt.h in favor of SkRefCnt.hGravatar commit-bot@chromium.org2013-09-09
* Replace uses of GrAssert by SkASSERT.Gravatar tfarina@chromium.org2013-08-17
* Change Atlas recycling to track current flush count and recycle if Atlas not ...Gravatar commit-bot@chromium.org2013-08-16
* GPU Font Cache improvements:Gravatar commit-bot@chromium.org2013-08-05
* make the filter mode for GrTextureAccess an enum so we can plumb downGravatar humper@google.com2013-07-25
* 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
* Make text context responsible for setting GrPaint on GrDrawState.Gravatar bsalomon@google.com2013-06-13
* Vertex Attrib configurations now handled as pointers vs. SkSTArraysGravatar robertphillips@google.com2013-04-20
* Take two for r8466:Gravatar jvanverth@google.com2013-04-01
* Rolling back r8466. Gravatar jvanverth@google.com2013-04-01
* Revise attribute binding interface.Gravatar commit-bot@chromium.org2013-04-01
* 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
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-03-13
* Add GrEllipseEdgeEffect.Gravatar commit-bot@chromium.org2013-03-12
* Remove constructors from GrVertexAttrib. Gravatar jvanverth@google.com2013-03-01
* Resubmit r7899 and r7901.Gravatar jvanverth@google.com2013-03-01
* Revert r7901 & r7899 to allow DEPS rollGravatar robertphillips@google.com2013-02-28
* Add new vertex attribute array specification.Gravatar jvanverth@google.com2013-02-28
* Remove unused texture coordinate flags.Gravatar jvanverth@google.com2013-02-14
* Remove compile time option to use different types for text vertices.Gravatar bsalomon@google.com2013-02-07
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-02-06
* Fix bench crash (calling method on NULL object).Gravatar bsalomon@google.com2013-02-05
* Move vertex layout from GeometrySrcState to GrDrawState.Gravatar jvanverth@google.com2013-02-05
* Change vertex buffer allocator functions to take size rather than layout, tak...Gravatar jvanverth@google.com2013-01-31
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-31
* Change vertex buffer allocator functions to take size rather than layout.Gravatar jvanverth@google.com2013-01-31
* Move vertex layout definitions from GrDrawTarget to GrDrawState.Gravatar jvanverth@google.com2013-01-28
* 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
* Follow up on the previous patch :Gravatar sugoi@google.com2012-12-17
* 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