index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
/
GrTextContext.cpp
Commit message (
Expand
)
Author
Age
*
Allocate only the vertices we need for text.
jvanverth
2014-10-23
*
Revert of Change drawText() to generate positions and send to drawPosText() (...
jvanverth
2014-10-16
*
Change drawText() to generate positions and send to drawPosText()
jvanverth
2014-10-16
*
Change GrTextContext fallbacks to be a linked list chain.
jvanverth
2014-10-14
*
Refactor SkGrFontScaler and SkGrFontKey into non-virtual versions.
jvanverth
2014-07-11
*
Replace factory generation of TextContexts with persistent objects.
commit-bot@chromium.org
2014-01-30
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2014-01-29
*
Add standalone drawText for GrTextContext.
commit-bot@chromium.org
2014-01-28
*
Add factory class for generating various flavors of GrTextContext.
commit-bot@chromium.org
2014-01-24
*
Revert of Add factory class for generating various flavors of GrTextContext. ...
commit-bot@chromium.org
2014-01-22
*
Add factory class for generating various flavors of GrTextContext.
commit-bot@chromium.org
2014-01-22
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2013-10-17
*
Split out GrBitmapTextContext from GrTextContext.
jvanverth@google.com
2013-10-16
*
Fix for blinking/corrupted text in Canvas 2D.
commit-bot@chromium.org
2013-10-07
*
Add support to dump font cache texture for debug purposes
commit-bot@chromium.org
2013-10-02
*
Add a GrCustomCoordsTextureEffect class
commit-bot@chromium.org
2013-09-30
*
GrAtlas cleanup: Split out GrPlot and GrAtlas
commit-bot@chromium.org
2013-09-27
*
Remove GrRefCnt.h in favor of SkRefCnt.h
commit-bot@chromium.org
2013-09-09
*
Replace uses of GrAssert by SkASSERT.
tfarina@chromium.org
2013-08-17
*
Change Atlas recycling to track current flush count and recycle if Atlas not ...
commit-bot@chromium.org
2013-08-16
*
GPU Font Cache improvements:
commit-bot@chromium.org
2013-08-05
*
make the filter mode for GrTextureAccess an enum so we can plumb down
humper@google.com
2013-07-25
*
Replace all instances of GrRect with SkRect.
commit-bot@chromium.org
2013-07-17
*
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
*
Make text context responsible for setting GrPaint on GrDrawState.
bsalomon@google.com
2013-06-13
*
Vertex Attrib configurations now handled as pointers vs. SkSTArrays
robertphillips@google.com
2013-04-20
*
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
*
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
*
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
*
Remove unused texture coordinate flags.
jvanverth@google.com
2013-02-14
*
Remove compile time option to use different types for text vertices.
bsalomon@google.com
2013-02-07
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-02-06
*
Fix bench crash (calling method on NULL object).
bsalomon@google.com
2013-02-05
*
Move vertex layout from GeometrySrcState to GrDrawState.
jvanverth@google.com
2013-02-05
*
Change vertex buffer allocator functions to take size rather than layout, tak...
jvanverth@google.com
2013-01-31
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-01-31
*
Change vertex buffer allocator functions to take size rather than layout.
jvanverth@google.com
2013-01-31
*
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
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-01-26
[next]