aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrStencilAndCoverTextContext.cpp
Commit message (Expand)AuthorAge
* Make SkTextBlob::RunIterator public.Gravatar halcanary2015-10-27
* Updates nvpr text blobs to not store a direct reference to theGravatar cdalton2015-10-08
* Make path range loading explicitGravatar cdalton2015-10-05
* Implement cached nvpr text blobsGravatar cdalton2015-10-05
* Use SkTextBlob for nvpr color bitmap fallbacksGravatar cdalton2015-10-05
* Add TextRun object to nvpr textGravatar cdalton2015-10-05
* Simplify nvpr textGravatar cdalton2015-10-03
* Late creation of GrPathProcessorGravatar joshualitt2015-09-10
* GrPathRangeBatchGravatar bsalomon2015-09-09
* Re-enable nvpr text rendering in DM.Gravatar bsalomon2015-09-08
* 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
* Use stencil ops that don't issue writes whenever possibleGravatar vbuzinov2015-08-21
* Remove setFromPaint from GrPipelineBuilderGravatar joshualitt2015-07-09
* Remove init function from GrTextContext.hGravatar joshualitt2015-07-09
* remove SkDevicePropertiesGravatar robertphillips2015-06-19
* Add useDFT field to SkDevicePropertiesGravatar robertphillips2015-06-18
* 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
* Implement support for mixed sampled render targetsGravatar vbuzinov2015-06-12
* Move SkGpuDevice::internalDrawPath to GrBlurUtils::drawPathWithMaskFilterGravatar robertphillips2015-05-27
* Split drawing functionality out of GrContext and into new GrDrawContextGravatar robertphillips2015-05-26
* Move GrPath(Range) creation to ResourceProvider.Gravatar bsalomon2015-05-22
* Improve caching of dashed paths in GrStencilAndCoverPathRendererGravatar kkinnunen2015-05-18
* This replaces the texture creation/caching functions on GrContext with a GrTe...Gravatar bsalomon2015-04-30
* remove old text contexts and fontcacheGravatar joshualitt2015-04-28
* Initial CL to add distance field support to GrAtlasTextContextGravatar joshualitt2015-04-17
* Rename GrBitmapTextContextB to GrAtlasTextContextGravatar joshualitt2015-04-02
* move Atlas Text Context to its own fileGravatar joshualitt2015-04-01
* BitmapTextBatch and BitmapTextBlobGravatar joshualitt2015-03-31
* Revert of BitmapTextBatch and BitmapTextBlob (patchset #18 id:360001 of https...Gravatar joshualitt2015-03-31
* BitmapTextBatch and BitmapTextBlobGravatar joshualitt2015-03-31
* Add more parameters to GrTextContext::canDrawGravatar cdalton2015-03-25
* Let text contexts fall back directly to pathsGravatar joshualitt2015-03-20
* Remove SkLONGLONG.Gravatar bungeman2015-03-17
* Glyph positions maintain 32 bit integer part.Gravatar bungeman2015-03-11
* 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
* Rename GrContentKey to GrUniqueKeyGravatar bsalomon2015-02-19
* Pass Rendertarget into context.Gravatar joshualitt2015-02-18
* Add specialized content key class for resources.Gravatar bsalomon2015-01-23
* Rename GrOptDrawState to GrPipeline and GrDrawState to GrPipelineBuilderGravatar egdaniel2015-01-22
* Add a simpler key type for scratch resource keys.Gravatar bsalomon2014-12-30
* Move ViewMatrix off of drawstateGravatar joshualitt2014-12-29
* initial changes to add local matrix to primitive processorGravatar joshualitt2014-12-19
* remove view matrix from contextGravatar joshualitt2014-12-17