aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrAtlasTextContext.cpp
Commit message (Expand)AuthorAge
* Steal refs from other TextBatch in onCombineIfPossibleGravatar bsalomon2015-07-27
* Make allocation count in TextBatch implicitGravatar bsalomon2015-07-27
* fix for GrAtlasTextContext occasionally crashes on mixed runsGravatar joshualitt2015-07-24
* Minimize retrieving SkGlyph in GrTextContextGravatar joshualitt2015-07-24
* Set preallocated TextBatch geometries to 4 rather than 32Gravatar bsalomon2015-07-24
* Remove some redundant fields from BitmapTextBatch (and rename to TextBatch).Gravatar bsalomon2015-07-22
* adding assert to GrAtlasTextContextGravatar joshualitt2015-07-21
* Add sanity check to GrAtlasTextBlobGravatar joshualitt2015-07-21
* rename BitmapTextBlob and move it to its own fileGravatar joshualitt2015-07-21
* All batches do their own pipeline compareGravatar joshualitt2015-07-16
* fix for valgrind issueGravatar joshualitt2015-07-10
* Remove setFromPaint from GrPipelineBuilderGravatar joshualitt2015-07-09
* Makes GrPipelineInfo a class with query functions used by GrBatch subclasses.Gravatar bsalomon2015-07-08
* Revert of Rework GrPipelineInfo (patchset #7 id:120001 of https://codereview....Gravatar bsalomon2015-07-08
* Makes GrPipelineInfo a class with query functions used by GrBatch subclasses.Gravatar bsalomon2015-07-08
* Change large glyph check back to > threshold.Gravatar jvanverth2015-06-22
* Remove distance field flag from SkPaintGravatar jvanverth2015-06-22
* remove SkDevicePropertiesGravatar robertphillips2015-06-19
* Switch to glyphs as paths at a higher point size on AndroidGravatar jvanverth2015-06-19
* Remove gamma field from SkDevicePropertiesGravatar robertphillips2015-06-19
* Revert of Switch to glyphs as paths at a higher point size on Android (patchs...Gravatar fmalita2015-06-18
* Switch to glyphs as paths at a higher point size on AndroidGravatar jvanverth2015-06-18
* Add useDFT field to SkDevicePropertiesGravatar robertphillips2015-06-18
* Revert of Bump up point where we switch to distance fields for large glyphs (...Gravatar jvanverth2015-06-17
* 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
* Bump up point where we switch to distance fields for large glyphsGravatar jvanverth2015-06-16
* Add direct getter for GrCaps to GrContext.Gravatar bsalomon2015-05-29
* Revert of Add direct getter for GrCaps to GrContext. (patchset #4 id:60001 of...Gravatar bsalomon2015-05-28
* Add direct getter for GrCaps to GrContext.Gravatar bsalomon2015-05-28
* Break GrTextContext's reliance on SkGpuDeviceGravatar robertphillips2015-05-28
* Move SkGpuDevice::internalDrawPath to GrBlurUtils::drawPathWithMaskFilterGravatar robertphillips2015-05-27
* real fix for textblob use after gpu freeGravatar joshualitt2015-05-26
* Split drawing functionality out of GrContext and into new GrDrawContextGravatar robertphillips2015-05-26
* Preliminary attempt to remove batch trackerGravatar joshualitt2015-05-19
* Revert of Preliminary attempt to remove batch tracker (patchset #3 id:40001 o...Gravatar joshualitt2015-05-19
* Preliminary attempt to remove batch trackerGravatar joshualitt2015-05-19
* removing equality / compute invariant loops from GrGeometryProcessorsGravatar joshualitt2015-05-13
* fix for angle botGravatar joshualitt2015-05-13
* fix for blur large glyphs problemsGravatar joshualitt2015-05-13
* Keep Big Glyph coordinates in float in GrAtlasTextContextGravatar joshualitt2015-05-13
* GLProgramsTest 3.0Gravatar joshualitt2015-05-13
* Fix blur on large glyphs in runs < SkGlyphCache::maxGravatar joshualitt2015-05-11
* fix for cached textblobs look garbledGravatar joshualitt2015-05-11
* Add unit tests to text contextGravatar joshualitt2015-05-11
* Iterate over instanced draws in GrGpu rather than above GrBatchTargetGravatar bsalomon2015-05-07
* Isolate GrBufferAllocPools inside GrBatchTargetGravatar robertphillips2015-05-07
* small fix to correct bounds on distance field textGravatar joshualitt2015-05-06
* Move DrawInfo out from GrDrawTarget and rename to GrVertices.Gravatar bsalomon2015-05-05