aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrBitmapTextContext.cpp
Commit message (Expand)AuthorAge
* Add an opaqueness hint to GrDrawState.Gravatar bsalomon2014-08-08
* Don't compare constant color and coverage between GrDrawStates when they are ...Gravatar bsalomon2014-08-05
* Rollback text allocation changes.Gravatar jvanverth2014-08-01
* Move vertex buffer setup out of drawPackedGlyph().Gravatar jvanverth2014-07-25
* Revert of Move vertex buffer setup out of drawPackedGlyph(). (https://coderev...Gravatar jvanverth2014-07-25
* Move vertex buffer setup out of drawPackedGlyph().Gravatar jvanverth2014-07-25
* Revert "Revert of Use the GrCacheable ID to eliminate the need for notificati...Gravatar bsalomon2014-07-22
* Revert of Use the GrCacheable ID to eliminate the need for notifications to G...Gravatar robertphillips2014-07-20
* Use the GrCacheable ID to eliminate the need for notifications to GrGpuGL whe...Gravatar bsalomon2014-07-17
* Cache the GrEffect used for text rendering in GrBitmapTextContext.Gravatar bsalomon2014-06-19
* Reduce texture uploads for font atlas.Gravatar jvanverth2014-06-19
* Extract "text align proc" functions as reusable classesGravatar kkinnunen2014-06-12
* Push dash checks into GrContext.Gravatar egdaniel2014-06-11
* Use vertex attribute for text color in GrBitmapTextContextGravatar bsalomon2014-06-06
* Add CPU backing store for GrAtlas to reduce texture uploads.Gravatar commit-bot@chromium.org2014-05-14
* SK_SUPPORT_LEGACY_GRTYPES to hide duplicate types from SkTypes.hGravatar commit-bot@chromium.org2014-03-28
* Enable use of distance fields via SkPaint flag.Gravatar commit-bot@chromium.org2014-03-11
* New approach for GPU font atlasGravatar commit-bot@chromium.org2014-03-03
* Add dev bounds to bmp txt context, use bounds to ignore clipsGravatar commit-bot@chromium.org2014-02-11
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2014-01-31
* Replace factory generation of TextContexts with persistent objects.Gravatar commit-bot@chromium.org2014-01-30
* Add fallback code for TextContexts that don't support all featuresGravatar 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
* Add GPU support for color bitmap fontsGravatar commit-bot@chromium.org2013-12-03
* Minor fixes for distance field fonts:Gravatar commit-bot@chromium.org2013-11-21
* Hook in rough distance field support for fontsGravatar jvanverth@google.com2013-11-11
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-10-29
* Fix for issue 1728: raster vs. gpu text draws with the wrong colorGravatar commit-bot@chromium.org2013-10-28
* Split out GrBitmapTextContext from GrTextContext.Gravatar jvanverth@google.com2013-10-16