index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
utils
/
SkTextureCompressor_Blitter.h
Commit message (
Expand
)
Author
Age
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
Revert[2] SkDraw and all Blitters to use pixmap instead of bitmapi
reed
2015-06-09
*
Revert of change SkDraw and all Blitters to use pixmap instead of bitmap (pat...
reed
2015-06-08
*
change SkDraw and all Blitters to use pixmap instead of bitmap
reed
2015-06-08
*
Update {virtual,override} to follow C++11 style in src/utils.
tfarina
2015-04-25
*
C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}
mtklein
2015-03-25
*
Fix up all the easy virtual ... SK_OVERRIDE cases.
mtklein
2015-01-09
*
Cleanup: Mark some overridden methods with 'SK_OVERRIDE'.
tfarina
2014-12-14
*
Decompose a weird assert.
mtklein
2014-12-03
*
"NULL !=" = NULL
bsalomon
2014-09-05
*
Turn off pedantic blit rect
krajcevski
2014-08-12
*
Add BlitRect to SkTCompressedAlphaBlitter
krajcevski
2014-08-11
*
Implement BlitRect for SkTCompressedAlphaBlitter
krajcevski
2014-08-08
*
Fix bug in blitAntiH
krajcevski
2014-08-08
*
Pass a struct of functions instead of a function to the compressed blitter
krajcevski
2014-08-07
*
Add function for creating ASTC blitter
krajcevski
2014-07-29
*
Generalize compressed blitter into its own templated class
krajcevski
2014-07-28