index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
/
GrBitmapTextContext.cpp
Commit message (
Expand
)
Author
Age
*
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
*
Small change to use a GrGeometryProcessor for all BitmapText draw calls
joshualitt
2015-02-11
*
Remove always true if statement and commented out code in GrBitmapTextContext
qiankun.miao
2015-01-29
*
Rename GrOptDrawState to GrPipeline and GrDrawState to GrPipelineBuilder
egdaniel
2015-01-22
*
Fix for chrome fuzzer
joshualitt
2015-01-02
*
Move ViewMatrix off of drawstate
joshualitt
2014-12-29
*
fix for valgrind
joshualitt
2014-12-23
*
This CL cleans up the last remaining users of localCoordChange on paint
joshualitt
2014-12-22
*
Remove the low hanging fruit with coord change matrices
joshualitt
2014-12-18
*
remove view matrix from context
joshualitt
2014-12-17
*
Remove GP from drawstate, revision of invariant output for GP
joshualitt
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
*
Remove unused static function skcolor_to_grcolor_nopremultiply.
egdaniel
2014-12-09
*
Make all blending up to GrOptDrawState be handled by the xp/xp factory.
egdaniel
2014-12-09
*
Rename CustomCoordTextureEffect to GrBitmapTextGeoProc.
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
*
Ganesh text rendering cleanup.
jvanverth
2014-12-04
*
Add XferProcessor factory in GrPaint and GrDrawState.
egdaniel
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
*
Push creation of default GP to the caller
joshualitt
2014-11-14
*
remove unused kLCD_MaskFormat
reed
2014-11-13
*
Remove SK_IGNORE_SUBPIXEL_AXIS_ALIGN_FIX.
bungeman
2014-11-13
*
Cleanup: Go with SkDebugf instead of GrPrintf.
tfarina
2014-10-31
*
Use Color Processor for color bitmap text draws on gpu.
egdaniel
2014-10-31
*
Allocate only the vertices we need for text.
jvanverth
2014-10-23
*
Revert of Change drawText() to generate positions and send to drawPosText() (...
jvanverth
2014-10-16
*
Change drawText() to generate positions and send to drawPosText()
jvanverth
2014-10-16
*
Flush text contexts before drawing text as path
bsalomon
2014-10-14
*
Change GrTextContext fallbacks to be a linked list chain.
jvanverth
2014-10-14
*
Fix color emoji.
jvanverth
2014-10-10
*
Revert of Fix color emoji. (patchset #11 id:320001 of https://codereview.chro...
jvanverth
2014-10-10
*
Fix color emoji.
jvanverth
2014-10-10
*
Rearrange code in TextContexts to be more consistent and match style guide.
jvanverth
2014-10-08
*
add SkRect::joinNonEmptyArg for faster unioning
reed
2014-10-01
*
Make "priv" classes for GrTexure and GrSurface.
bsalomon
2014-09-30
*
Revert of Make "priv" classes for GrTexure and GrSurface. (patchset #9 id:260...
robertphillips
2014-09-30
*
Make "priv" classes for GrTexure and GrSurface.
bsalomon
2014-09-29
*
Revert of Revert of Fix SkTextBlob offset semantics. (patchset #1 id:1 of htt...
fmalita
2014-09-29
*
Revert of Fix SkTextBlob offset semantics. (patchset #2 id:20001 of https://c...
robertphillips
2014-09-29
*
Fix SkTextBlob offset semantics.
Florin Malita
2014-09-26
*
Patch to create a distinct geometry processor. The vast majority of this patch
joshualitt
2014-09-23
*
Don't try to add large glyphs to the font atlas.
jvanverth
2014-09-19
[next]