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
*
Dynamically allocate the GrDrawContexts
robertphillips
2015-10-06
*
Make skpaint->grpaint flow work for composing draws (verts and atlas)
bsalomon
2015-09-28
*
Stop supporting HW dither
bsalomon
2015-09-22
*
On gpu, use max(r,g,b) for coverage alpha in LCD and update lcd blend gm.
egdaniel
2015-09-15
*
Add support for blending of LCD for all blend modes.
egdaniel
2015-09-15
*
Make GrTextContext no longer store a GrDrawContext
robertphillips
2015-09-01
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
Style Change: SkNEW->new; SkDELETE->delete
halcanary
2015-08-26
*
Remove init function from GrTextContext.h
joshualitt
2015-07-09
*
Propagate SkSurfaceProps when known
robertphillips
2015-07-07
*
remove SkDeviceProperties
robertphillips
2015-06-19
*
Make GrTextContext be owned by the GrDrawContext
robertphillips
2015-06-17
*
Revert of Make GrTextContext be owned by the GrDrawContext (patchset #7 id:12...
bsalomon
2015-06-16
*
Make GrTextContext be owned by the GrDrawContext
robertphillips
2015-06-16
*
Break GrTextContext's reliance on SkGpuDevice
robertphillips
2015-05-28
*
Move SkGpuDevice::internalDrawPath to GrBlurUtils::drawPathWithMaskFilter
robertphillips
2015-05-27
*
Split drawing functionality out of GrContext and into new GrDrawContext
robertphillips
2015-05-26
*
Add unit tests to text context
joshualitt
2015-05-11
*
Don't draw if SkShader::asNewFragmentProcessor fails.
bsalomon
2015-04-15
*
Add more parameters to GrTextContext::canDraw
cdalton
2015-03-25
*
Initial change to move text blob to GrTextContext
joshualitt
2015-03-23
*
Let text contexts fall back directly to paths
joshualitt
2015-03-20
*
adding preabandon flag to DM
joshualitt
2015-02-25
*
I'd really like to land this before the branch so speedy reviews are apprecia...
joshualitt
2015-02-25
*
Revert of Pass clip to context (patchset #8 id:180001 of https://codereview.c...
joshualitt
2015-02-25
*
I'd really like to land this before the branch so speedy reviews are apprecia...
joshualitt
2015-02-25
*
Move clip off of draw target
joshualitt
2015-02-23
*
Pass Rendertarget into context.
joshualitt
2015-02-18
*
Clean up clipping code a bit
robertphillips
2015-02-10
*
remove view matrix from context
joshualitt
2014-12-17
*
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
[next]