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
*
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
*
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
[next]