aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrAtlas.cpp
Commit message (Expand)AuthorAge
* Clean up GrAtlas and rename it GrLayerAtlasGravatar robertphillips2015-11-03
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* Style Change: SkNEW->new; SkDELETE->deleteGravatar halcanary2015-08-26
* small cleanup of GrAtlasGravatar joshualitt2015-05-19
* Revert of small cleanup of GrAtlas (patchset #2 id:20001 of https://coderevie...Gravatar bungeman2015-05-19
* small cleanup of GrAtlasGravatar joshualitt2015-05-19
* Revert of BitmapTextBatch and BitmapTextBlob (patchset #18 id:360001 of https...Gravatar joshualitt2015-03-31
* BitmapTextBatch and BitmapTextBlobGravatar joshualitt2015-03-31
* Make uncached textures uncached from the get go.Gravatar bsalomon2015-01-14
* Cleanup: Go with SkDebugf instead of GrPrintf.Gravatar tfarina2014-10-31
* rename GrTextureDesc->GrSurfaceDesc, GrTextureFlags->GrSurfaceFlagsGravatar bsalomon2014-10-28
* Devirtualize read/write pixels on surface.Gravatar bsalomon2014-10-13
* Fix color emoji.Gravatar jvanverth2014-10-10
* "NULL !=" = NULLGravatar bsalomon2014-09-05
* Add unique ID to GrPlotGravatar robertphillips2014-07-16
* Make GrAtlas::removePlot staticGravatar robertphillips2014-07-13
* Begin atlasingGravatar robertphillips2014-06-30
* Revert of Begin atlasing (https://codereview.chromium.org/354533004/)Gravatar robertphillips2014-06-29
* Begin atlasingGravatar robertphillips2014-06-29
* Rename GrAtlasMgr to GrAtlas (and other cleanup)Gravatar robertphillips2014-06-24
* Reduce texture uploads for font atlas.Gravatar jvanverth2014-06-19
* Move GrIPoint16 to SkIPoint16 (and remove GrPoint.h)Gravatar robertphillips2014-06-02
* Move the LATC and ETC1 enum values to GrPixelConfig. I also tried to put in c...Gravatar commit-bot@chromium.org2014-05-30
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2014-05-15
* Add CPU backing store for GrAtlas to reduce texture uploads.Gravatar commit-bot@chromium.org2014-05-14
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2014-04-02
* Minor changes to GrFontCache system.Gravatar commit-bot@chromium.org2014-04-01
* Distance field fixes for AndroidGravatar commit-bot@chromium.org2014-03-26
* Revert of Distance field fixes for Android (https://codereview.chromium.org/2...Gravatar commit-bot@chromium.org2014-03-26
* Distance field fixes for AndroidGravatar commit-bot@chromium.org2014-03-26
* Remove unused zero_fill() in GrAtlas.cppGravatar fmalita@google.com2014-03-12
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2014-03-04
* New approach for GPU font atlasGravatar commit-bot@chromium.org2014-03-03
* Improved distance field samplingGravatar commit-bot@chromium.org2014-02-14
* Remove border from GrAtlas entries, and associated copy.Gravatar commit-bot@chromium.org2014-02-14
* Add support for reading non-rendertarget textures.Gravatar commit-bot@chromium.org2013-10-23
* Second wave of Win64 warning cleanupGravatar robertphillips@google.com2013-10-15
* Fix font GMsGravatar jvanverth@google.com2013-10-02
* Add support to dump font cache texture for debug purposesGravatar commit-bot@chromium.org2013-10-02
* Add new skyline RectanizerGravatar commit-bot@chromium.org2013-10-02
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-09-28
* GrAtlas cleanup: Split out GrPlot and GrAtlasGravatar commit-bot@chromium.org2013-09-27
* move GrMalloc, GrFree, Gr_bzero to their sk equivalentsGravatar reed@google.com2013-09-26
* GrAtlas refactor: Replace GrMaskFormat usage in GrAtlas with GrPixelConfig.Gravatar commit-bot@chromium.org2013-09-26
* First pass at font cache refactor: Create an atlas manager per textureGravatar commit-bot@chromium.org2013-09-26
* Have multiple plotmgrs, one for each mask format.Gravatar jvanverth@google.com2013-09-16
* Remove GrRefCnt.h in favor of SkRefCnt.hGravatar commit-bot@chromium.org2013-09-09
* Replace uses of GR_DEBUG by SK_DEBUG.Gravatar commit-bot@chromium.org2013-08-28
* My clang now doesn't complain about !"foo".Gravatar mtklein@google.com2013-08-22
* Replace uses of GrAssert by SkASSERT.Gravatar tfarina@chromium.org2013-08-17