index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
SkBitmap.cpp
Commit message (
Expand
)
Author
Age
*
Flush denorm half floats to zero.
mtklein
2016-08-22
*
Start measuring f16 and srgb speed.
mtklein
2016-07-26
*
remove/deprecate SkBitmap::getTexture, as it now always returns false
reed
2016-07-25
*
Expand _01 half<->float limitation to _finite. Simplify.
mtklein
2016-07-15
*
Revert of Expand _01 half<->float limitation to _finite. Simplify. (patchset...
mtklein
2016-07-14
*
Expand _01 half<->float limitation to _finite. Simplify.
mtklein
2016-07-14
*
Address two fuzzer bugs:
robertphillips
2016-06-28
*
Lots of progress on switching to SkColorSpace rather than SkColorProfileType
brianosman
2016-06-16
*
Revert of Lots of progress switching to SkColorSpace rather than SkColorProfi...
brianosman
2016-06-16
*
Lots of progress on switching to SkColorSpace rather than SkColorProfileType
brianosman
2016-06-16
*
Rewrite assignment operator on SkBitmap, fix asan
msarett
2016-05-27
*
Add SkColorSpace to SkImageInfo
msarett
2016-05-27
*
Fix code regression to more precise call.
herb
2016-04-21
*
Make all the codecs default profiles based on gTreatSkColorAsSRGB.
herb
2016-04-20
*
Make sure the color profile propagetes through the system.
herb
2016-04-14
*
Make sp variants for SkData
reed
2016-03-11
*
misc fixes to make float buffers work a little better
reed
2016-02-17
*
Make SkBitmap::CopyTo respect requested dst color type when bitmap is texture...
bsalomon
2016-01-11
*
Add default ctor to SkMask
robertphillips
2015-12-17
*
SkBitmap move
halcanary
2015-12-14
*
Switch SkAutoMalloc to SkAutoTMalloc to avoid cast
scroggo
2015-12-10
*
SkBitmap::installPixels(const SkPixmap&);
halcanary
2015-12-09
*
SkBitmap::getColor repsects swizzle
halcanary
2015-12-09
*
Have /src files use header directly.
herb
2015-09-29
*
Move SkAtomics.h to private.
herb
2015-09-28
*
change colortable to use factory for reinflating, check for empty
reed
2015-08-28
*
Replace SkPin32 with SkTPin and remove.
bungeman
2015-08-28
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
Style Change: SkNEW->new; SkDELETE->delete
halcanary
2015-08-26
*
IWYU: 'core' target, files starting A-C.
bungeman
2015-08-05
*
Revert of IWYU: 'core' target, files starting A-C. (patchset #5 id:80001 of h...
reed
2015-08-04
*
IWYU: 'core' target, files starting A-C.
bungeman
2015-08-04
*
Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate.
mtklein
2015-07-07
*
Revert of Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate....
jvanverth
2015-07-02
*
Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate.
mtklein
2015-07-01
*
change old picture serialization to really handle images
reed
2015-06-22
*
Revert "Revert of move erase into SkPixmap (patchset #1 id:1 of https://coder...
reed
2015-06-08
*
Revert of move erase into SkPixmap (patchset #1 id:1 of https://codereview.ch...
djsollen
2015-06-08
*
move erase into SkPixmap
reed
2015-06-08
*
Cap color index values
robertphillips
2015-06-08
*
use pixmaps for dst in sprites -- NO BITMAPS
reed
2015-06-05
*
Revert[6] of add asserts around results from requestLock
reed
2015-05-30
*
Revert of Revert[4] of add asserts around results from requestLock (patchset ...
reed
2015-05-30
*
Revert[4] of add asserts around results from requestLock
reed
2015-05-30
*
add assert that the pixelref really did success in requestlock
reed
2015-05-28
*
move readPixels from bitmap -> pixmap
reed
2015-05-23
*
add SkPixmap and external locking to bitmaps
reed
2015-05-22
*
Cleanup: Remove unnecessary double-semicolons.
tfarina
2015-04-27
*
remove SK_SUPPORT_LEGACY_PIXELREF_UNFLATTENABLE code
reed
2015-03-20
*
add kGray_8_SkColorType
reed
2015-03-17
[next]