aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrTextContext.cpp
Commit message (Expand)AuthorAge
* Move all text stuff to its own folderGravatar joshualitt2015-12-11
* Create GrTextUtilsGravatar joshualitt2015-12-10
* Reduce calls sites where both the GrDrawContext & GrRenderTarget are both passedGravatar robertphillips2015-12-04
* Remove plumbing of clipRect thoughout the TextContextsGravatar robertphillips2015-12-02
* Retract GrRenderTarget a bitGravatar robertphillips2015-12-01
* Make SkTextBlob::RunIterator public.Gravatar halcanary2015-10-27
* Dynamically allocate the GrDrawContextsGravatar robertphillips2015-10-06
* Make skpaint->grpaint flow work for composing draws (verts and atlas)Gravatar bsalomon2015-09-28
* Stop supporting HW ditherGravatar bsalomon2015-09-22
* On gpu, use max(r,g,b) for coverage alpha in LCD and update lcd blend gm.Gravatar egdaniel2015-09-15
* Add support for blending of LCD for all blend modes.Gravatar egdaniel2015-09-15
* Make GrTextContext no longer store a GrDrawContextGravatar robertphillips2015-09-01
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* Style Change: SkNEW->new; SkDELETE->deleteGravatar halcanary2015-08-26
* Remove init function from GrTextContext.hGravatar joshualitt2015-07-09
* Propagate SkSurfaceProps when knownGravatar robertphillips2015-07-07
* remove SkDevicePropertiesGravatar robertphillips2015-06-19
* Make GrTextContext be owned by the GrDrawContextGravatar robertphillips2015-06-17
* Revert of Make GrTextContext be owned by the GrDrawContext (patchset #7 id:12...Gravatar bsalomon2015-06-16
* Make GrTextContext be owned by the GrDrawContextGravatar robertphillips2015-06-16
* Break GrTextContext's reliance on SkGpuDeviceGravatar robertphillips2015-05-28
* Move SkGpuDevice::internalDrawPath to GrBlurUtils::drawPathWithMaskFilterGravatar robertphillips2015-05-27
* Split drawing functionality out of GrContext and into new GrDrawContextGravatar robertphillips2015-05-26
* Add unit tests to text contextGravatar joshualitt2015-05-11
* Don't draw if SkShader::asNewFragmentProcessor fails.Gravatar bsalomon2015-04-15
* Add more parameters to GrTextContext::canDrawGravatar cdalton2015-03-25
* Initial change to move text blob to GrTextContextGravatar joshualitt2015-03-23
* Let text contexts fall back directly to pathsGravatar joshualitt2015-03-20
* adding preabandon flag to DMGravatar joshualitt2015-02-25
* I'd really like to land this before the branch so speedy reviews are apprecia...Gravatar joshualitt2015-02-25
* Revert of Pass clip to context (patchset #8 id:180001 of https://codereview.c...Gravatar joshualitt2015-02-25
* I'd really like to land this before the branch so speedy reviews are apprecia...Gravatar joshualitt2015-02-25
* Move clip off of draw targetGravatar joshualitt2015-02-23
* Pass Rendertarget into context.Gravatar joshualitt2015-02-18
* Clean up clipping code a bitGravatar robertphillips2015-02-10
* remove view matrix from contextGravatar joshualitt2014-12-17
* Allocate only the vertices we need for text.Gravatar jvanverth2014-10-23
* Revert of Change drawText() to generate positions and send to drawPosText() (...Gravatar jvanverth2014-10-16
* Change drawText() to generate positions and send to drawPosText()Gravatar jvanverth2014-10-16
* Change GrTextContext fallbacks to be a linked list chain.Gravatar jvanverth2014-10-14
* Refactor SkGrFontScaler and SkGrFontKey into non-virtual versions.Gravatar jvanverth2014-07-11
* 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