aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrAtlas.cpp
Commit message (Expand)AuthorAge
* 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
* Change Atlas recycling to track current flush count and recycle if Atlas not ...Gravatar commit-bot@chromium.org2013-08-16
* GPU Font Cache improvements:Gravatar commit-bot@chromium.org2013-08-05
* Remove legacy names no longer referenced in Chrome and WebKit.Gravatar bsalomon@google.com2013-02-07
* Make all GrContext members that return a texture also ref the texture for the...Gravatar bsalomon@google.com2013-01-24
* Remove _UPM_ GrPixelConfigsGravatar bsalomon@google.com2012-08-20
* Add placement new macros to SkPostConfig, call SkNEW* from Ganesh.Gravatar tomhudson@google.com2012-07-09
* Move clientID into texture descGravatar robertphillips@google.com2012-06-07
* Remove deprecated names from Gr (WK is no longer using them)Gravatar bsalomon@google.com2012-03-30
* Remove GrAALevel enum, use explicit sample countGravatar bsalomon@google.com2012-01-30
* Remove fConfig/fFormat union in GrTextureDescGravatar bsalomon@google.com2011-12-06
* Make all pixel ops go thru ctx so we can correctly flush. Unify two texture u...Gravatar bsalomon@google.com2011-11-16
* Removes warnings generated by gcc and clang.Gravatar tomhudson@google.com2011-11-09
* [GPU] Add explicit byte order and PM vs. UPM 8888 configsGravatar bsalomon@google.com2011-11-07
* Move gpu/include/* to include/gpu and gpu/src/* to src/gpuGravatar bsalomon@google.com2011-10-12