| Commit message (Expand) | Author | Age |
* | Add more parameters to GrTextContext::canDraw | cdalton | 2015-03-25 |
* | Return to old distance field glyph sizes. | jvanverth | 2015-03-20 |
* | Let text contexts fall back directly to paths | joshualitt | 2015-03-20 |
* | Add minimum size for using distance fields. | jvanverth | 2015-03-19 |
* | Ensure that we use different glyph entries for regular and df text. | jvanverth | 2015-03-19 |
* | Revert of Ensure that we use different glyph entries for regular and df text.... | jvanverth | 2015-03-18 |
* | Ensure that we use different glyph entries for regular and df text. | jvanverth | 2015-03-18 |
* | Remove SkLONGLONG. | bungeman | 2015-03-17 |
* | Adjust atlas sizes to fix Mali400 precision issues | jvanverth | 2015-03-11 |
* | Adjust distance field glyph and font atlas sizes to maximize storage. | jvanverth | 2015-03-10 |
* | Revert of Adjust distance field glyph and font atlas sizes to maximize storag... | jvanverth | 2015-03-10 |
* | Adjust distance field glyph and font atlas sizes to maximize storage. | jvanverth | 2015-03-10 |
* | Revert of Adjust distance field glyph and font atlas sizes to maximize storag... | jvanverth | 2015-03-09 |
* | Adjust distance field glyph and font atlas sizes to maximize storage. | jvanverth | 2015-03-09 |
* | 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 |
* | Use uint16s for texture coordinates when rendering text. | jvanverth | 2015-02-18 |
* | Revert of Use uint16s for texture coordinates when rendering text. (patchset ... | reed | 2015-02-17 |
* | Use uint16s for texture coordinates when rendering text. | jvanverth | 2015-02-17 |
* | Clean up commented out code in GrDistanceFieldTextContext | qiankun.miao | 2015-01-29 |
* | Use distance fields for glyphs > 256 pt, before switching to paths. | jvanverth | 2015-01-28 |
* | Use highp for distance field texture coordinates. | jvanverth | 2015-01-27 |
* | Rename GrOptDrawState to GrPipeline and GrDrawState to GrPipelineBuilder | egdaniel | 2015-01-22 |
* | Make uncached textures uncached from the get go. | bsalomon | 2015-01-14 |
* | Move ViewMatrix off of drawstate | joshualitt | 2014-12-29 |
* | Remove the low hanging fruit with coord change matrices | joshualitt | 2014-12-18 |
* | remove view matrix from context | joshualitt | 2014-12-17 |
* | More win64 warning fixes | bsalomon | 2014-12-12 |
* | Remove GP from drawstate, revision of invariant output for GP | joshualitt | 2014-12-11 |
* | Fix some win64 warnings. | bsalomon | 2014-12-11 |
* | Revert of Remove GP from drawstate, revision of invariant output for GP (patc... | joshualitt | 2014-12-10 |
* | Remove GP from drawstate, revision of invariant output for GP | joshualitt | 2014-12-10 |
* | This cl moves color and coverage off of drawstate. In an effort to keep this... | joshualitt | 2014-12-09 |
* | Make all blending up to GrOptDrawState be handled by the xp/xp factory. | egdaniel | 2014-12-09 |
* | Revert of Make all blending up to GrOptDrawState be handled by the xp/xp fact... | egdaniel | 2014-12-08 |
* | Make all blending up to GrOptDrawState be handled by the xp/xp factory. | egdaniel | 2014-12-08 |
* | Fix overoptimization in distance field code on N7 and N10. | jvanverth | 2014-12-05 |
* | Ganesh text rendering cleanup. | jvanverth | 2014-12-04 |
* | Add XferProcessor factory in GrPaint and GrDrawState. | egdaniel | 2014-12-03 |
* | Remove unused constants. | mtklein | 2014-12-03 |
* | First step to moving vertex attributes to the geometryProcessor | joshualitt | 2014-12-03 |
* | fix for use of uninit variable | joshualitt | 2014-11-18 |
* | Drawstate on stack | joshualitt | 2014-11-17 |
* | Get gpudft support working in dm, gm, nanobench and bench_pictures | jvanverth | 2014-11-07 |
* | Revert of Get gpudft support working in dm, gm, nanobench and bench_pictures ... | jvanverth | 2014-11-06 |
* | Get gpudft support working in dm, gm, nanobench and bench_pictures | jvanverth | 2014-11-06 |
* | DFText: fix placement of glyphs when we fall back to paths | jvanverth | 2014-11-04 |