index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
/
GrAtlas.cpp
Commit message (
Expand
)
Author
Age
*
Remove unused zero_fill() in GrAtlas.cpp
fmalita@google.com
2014-03-12
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2014-03-04
*
New approach for GPU font atlas
commit-bot@chromium.org
2014-03-03
*
Improved distance field sampling
commit-bot@chromium.org
2014-02-14
*
Remove border from GrAtlas entries, and associated copy.
commit-bot@chromium.org
2014-02-14
*
Add support for reading non-rendertarget textures.
commit-bot@chromium.org
2013-10-23
*
Second wave of Win64 warning cleanup
robertphillips@google.com
2013-10-15
*
Fix font GMs
jvanverth@google.com
2013-10-02
*
Add support to dump font cache texture for debug purposes
commit-bot@chromium.org
2013-10-02
*
Add new skyline Rectanizer
commit-bot@chromium.org
2013-10-02
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2013-09-28
*
GrAtlas cleanup: Split out GrPlot and GrAtlas
commit-bot@chromium.org
2013-09-27
*
move GrMalloc, GrFree, Gr_bzero to their sk equivalents
reed@google.com
2013-09-26
*
GrAtlas refactor: Replace GrMaskFormat usage in GrAtlas with GrPixelConfig.
commit-bot@chromium.org
2013-09-26
*
First pass at font cache refactor: Create an atlas manager per texture
commit-bot@chromium.org
2013-09-26
*
Have multiple plotmgrs, one for each mask format.
jvanverth@google.com
2013-09-16
*
Remove GrRefCnt.h in favor of SkRefCnt.h
commit-bot@chromium.org
2013-09-09
*
Replace uses of GR_DEBUG by SK_DEBUG.
commit-bot@chromium.org
2013-08-28
*
My clang now doesn't complain about !"foo".
mtklein@google.com
2013-08-22
*
Replace uses of GrAssert by SkASSERT.
tfarina@chromium.org
2013-08-17
*
Change Atlas recycling to track current flush count and recycle if Atlas not ...
commit-bot@chromium.org
2013-08-16
*
GPU Font Cache improvements:
commit-bot@chromium.org
2013-08-05
*
Remove legacy names no longer referenced in Chrome and WebKit.
bsalomon@google.com
2013-02-07
*
Make all GrContext members that return a texture also ref the texture for the...
bsalomon@google.com
2013-01-24
*
Remove _UPM_ GrPixelConfigs
bsalomon@google.com
2012-08-20
*
Add placement new macros to SkPostConfig, call SkNEW* from Ganesh.
tomhudson@google.com
2012-07-09
*
Move clientID into texture desc
robertphillips@google.com
2012-06-07
*
Remove deprecated names from Gr (WK is no longer using them)
bsalomon@google.com
2012-03-30
*
Remove GrAALevel enum, use explicit sample count
bsalomon@google.com
2012-01-30
*
Remove fConfig/fFormat union in GrTextureDesc
bsalomon@google.com
2011-12-06
*
Make all pixel ops go thru ctx so we can correctly flush. Unify two texture u...
bsalomon@google.com
2011-11-16
*
Removes warnings generated by gcc and clang.
tomhudson@google.com
2011-11-09
*
[GPU] Add explicit byte order and PM vs. UPM 8888 configs
bsalomon@google.com
2011-11-07
*
Move gpu/include/* to include/gpu and gpu/src/* to src/gpu
bsalomon@google.com
2011-10-12