aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrBitmapTextContext.cpp
Commit message (Expand)AuthorAge
* 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
* BUG=skia:Gravatar herb2015-02-25
* Revert of Make fID and MixedID calculations private (patchset #5 id:80001 of ...Gravatar scroggo2015-02-24
* BUG=skia:Gravatar herb2015-02-24
* Move clip off of draw targetGravatar joshualitt2015-02-23
* Pass Rendertarget into context.Gravatar joshualitt2015-02-18
* Use uint16s for texture coordinates when rendering text.Gravatar jvanverth2015-02-18
* Revert of Use uint16s for texture coordinates when rendering text. (patchset ...Gravatar reed2015-02-17
* Use uint16s for texture coordinates when rendering text.Gravatar jvanverth2015-02-17
* Small change to use a GrGeometryProcessor for all BitmapText draw callsGravatar joshualitt2015-02-11
* Remove always true if statement and commented out code in GrBitmapTextContextGravatar qiankun.miao2015-01-29
* Rename GrOptDrawState to GrPipeline and GrDrawState to GrPipelineBuilderGravatar egdaniel2015-01-22
* Fix for chrome fuzzerGravatar joshualitt2015-01-02
* Move ViewMatrix off of drawstateGravatar joshualitt2014-12-29
* fix for valgrindGravatar joshualitt2014-12-23
* This CL cleans up the last remaining users of localCoordChange on paintGravatar joshualitt2014-12-22
* Remove the low hanging fruit with coord change matricesGravatar joshualitt2014-12-18
* remove view matrix from contextGravatar joshualitt2014-12-17
* Remove GP from drawstate, revision of invariant output for GPGravatar joshualitt2014-12-11
* Revert of Remove GP from drawstate, revision of invariant output for GP (patc...Gravatar joshualitt2014-12-10
* Remove GP from drawstate, revision of invariant output for GPGravatar joshualitt2014-12-10
* This cl moves color and coverage off of drawstate. In an effort to keep this...Gravatar joshualitt2014-12-09
* Remove unused static function skcolor_to_grcolor_nopremultiply.Gravatar egdaniel2014-12-09
* Make all blending up to GrOptDrawState be handled by the xp/xp factory.Gravatar egdaniel2014-12-09
* Rename CustomCoordTextureEffect to GrBitmapTextGeoProc.Gravatar egdaniel2014-12-09
* Revert of Make all blending up to GrOptDrawState be handled by the xp/xp fact...Gravatar egdaniel2014-12-08
* Make all blending up to GrOptDrawState be handled by the xp/xp factory.Gravatar egdaniel2014-12-08
* Ganesh text rendering cleanup.Gravatar jvanverth2014-12-04
* Add XferProcessor factory in GrPaint and GrDrawState.Gravatar egdaniel2014-12-03
* First step to moving vertex attributes to the geometryProcessorGravatar joshualitt2014-12-03
* fix for use of uninit variableGravatar joshualitt2014-11-18
* Drawstate on stackGravatar joshualitt2014-11-17
* Push creation of default GP to the callerGravatar joshualitt2014-11-14
* remove unused kLCD_MaskFormatGravatar reed2014-11-13
* Remove SK_IGNORE_SUBPIXEL_AXIS_ALIGN_FIX.Gravatar bungeman2014-11-13
* Cleanup: Go with SkDebugf instead of GrPrintf.Gravatar tfarina2014-10-31
* Use Color Processor for color bitmap text draws on gpu.Gravatar egdaniel2014-10-31
* 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
* Flush text contexts before drawing text as pathGravatar bsalomon2014-10-14
* Change GrTextContext fallbacks to be a linked list chain.Gravatar jvanverth2014-10-14
* Fix color emoji.Gravatar jvanverth2014-10-10
* Revert of Fix color emoji. (patchset #11 id:320001 of https://codereview.chro...Gravatar jvanverth2014-10-10
* Fix color emoji.Gravatar jvanverth2014-10-10
* Rearrange code in TextContexts to be more consistent and match style guide.Gravatar jvanverth2014-10-08
* add SkRect::joinNonEmptyArg for faster unioningGravatar reed2014-10-01
* Make "priv" classes for GrTexure and GrSurface.Gravatar bsalomon2014-09-30