aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrBitmapTextContext.cpp
Commit message (Expand)AuthorAge
* 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
* Revert of Make "priv" classes for GrTexure and GrSurface. (patchset #9 id:260...Gravatar robertphillips2014-09-30
* Make "priv" classes for GrTexure and GrSurface.Gravatar bsalomon2014-09-29
* Revert of Revert of Fix SkTextBlob offset semantics. (patchset #1 id:1 of htt...Gravatar fmalita2014-09-29
* Revert of Fix SkTextBlob offset semantics. (patchset #2 id:20001 of https://c...Gravatar robertphillips2014-09-29
* Fix SkTextBlob offset semantics.Gravatar Florin Malita2014-09-26
* Patch to create a distinct geometry processor. The vast majority of this patchGravatar joshualitt2014-09-23
* Don't try to add large glyphs to the font atlas.Gravatar jvanverth2014-09-19
* BUG=skia:Gravatar joshualitt2014-09-15
* "NULL !=" = NULLGravatar bsalomon2014-09-05
* Initial change to create GeometryProcessorGravatar joshualitt2014-09-04
* Revert Jim's CL.Gravatar Mike Klein2014-08-29
* Restore text vertex buffer alloc and other optimizations.Gravatar jvanverth2014-08-28
* Make setVertexAttribs in GrDrawState take a stride parameter.Gravatar egdaniel2014-08-28
* Revert of Restore text alloc optimizations. (patchset #4 of https://coderevie...Gravatar djsollen2014-08-27
* Revert of Make setVertexAttribs in GrDrawState take a stride parameter. (patc...Gravatar djsollen2014-08-27
* Make setVertexAttribs in GrDrawState take a stride parameter.Gravatar egdaniel2014-08-27
* Restore text vertex buffer alloc and other optimizations.Gravatar jvanverth2014-08-27
* 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