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
*
Remove comments referencing locked pixels
Leon Scroggins III
2017-05-10
*
Delete SkBitmap::copyTo()
Matt Sarett
2017-05-03
*
Only store width and height on SkPixelRef (last part)
Matt Sarett
2017-05-01
*
Only store width and height on SkPixelRef (part 2)
Matt Sarett
2017-05-01
*
Revert "Only store width and height on SkPixelRef"
Ben Wagner
2017-04-28
*
Revert "Revert "Delete copyTo(Allocator), hide copyTo() behind flag""
Matt Sarett
2017-04-28
*
Only store width and height on SkPixelRef
Matt Sarett
2017-04-27
*
Revert "Delete copyTo(Allocator), hide copyTo() behind flag"
Matt Sarett
2017-04-27
*
Delete copyTo(Allocator), hide copyTo() behind flag
Matt Sarett
2017-04-27
*
remove vestigle code for lockpixels
Mike Reed
2017-04-20
*
hide lockpixels api behind flag
Mike Reed
2017-04-17
*
remove lock tracking in bitmaps -- they are always locked
Mike Reed
2017-04-14
*
remove code directly involved in lock/unlock in SkPixelRef
Mike Reed
2017-04-13
*
remove unused fURI from pixelref
Mike Reed
2017-04-13
*
Revert "Revert "remove unused SkBitmap::copyPixelsTo""
Mike Reed
2017-04-12
*
Revert "remove unused SkBitmap::copyPixelsTo"
Mike Klein
2017-04-11
*
remove unused SkBitmap::copyPixelsTo
Mike Reed
2017-04-11
*
remove unused lockPixelsAreWritable
Mike Reed
2017-04-10
*
make copyTo_with_allocator android only
Mike Reed
2017-04-06
*
remove SK_SUPPORT_LEGACY_BITMAP_SETPIXELREF flag and code
Mike Reed
2017-04-06
*
Fix various SkBitmap::copyTo() bugs
Matt Sarett
2017-04-05
*
Delete SkPixelRef::readPixels()
Matt Sarett
2017-04-05
*
Revert[4] "clean up (partially) colortable api""""
Mike Reed
2017-04-03
*
Revert "Revert[2] "clean up (partially) colortable api"""
Mike Reed
2017-04-01
*
Revert[2] "clean up (partially) colortable api""
Mike Reed
2017-04-01
*
Revert "clean up (partially) colortable api"
Mike Klein
2017-03-31
*
clean up (partially) colortable api
Mike Reed
2017-03-31
*
Use SkTransferFunctionBehavior for raster pixel conversions
Matt Sarett
2017-03-28
*
Remove unused SkBitmap::RLEPixels
Leon Scroggins III
2017-03-14
*
Rename SkConfig8888/SkPixelInfo to SkConvertPixels
Matt Sarett
2017-02-15
*
Make raster pipeline support all pixel conversions
Matt Sarett
2017-02-14
*
Reland "Refactor trimming logic for read/writePixels()"
Matt Sarett
2017-01-23
*
Revert "Refactor trimming logic for read/writePixels()"
Matt Sarett
2017-01-23
*
Refactor trimming logic for read/writePixels()
Matt Sarett
2017-01-23
*
Reland "Add SkImageInfoValidConversion() and SkImageInfoIsValid"
Matt Sarett
2017-01-17
*
Revert "Add SkImageInfoValidConversion() and SkImageInfoIsValid"
Brian Osman
2017-01-15
*
Add SkImageInfoValidConversion() and SkImageInfoIsValid
Matt Sarett
2017-01-13
*
add writePixels to SkBitmap
Mike Reed
2017-01-04
*
Fix more Skia filter fuzzer bugs
Robert Phillips
2016-12-20
*
SkBitmap::setPixelRef(): less reference churn
Hal Canary
2016-12-12
*
SkBitmap::ComputeIsOpaque -> SkPixmap::computeIsOpaque
Hal Canary
2016-12-07
*
SkBitmap::ComputeIsOpaque and SkBitmap::eraseColor support F16
Hal Canary
2016-12-07
*
don't support converting from alpha to non-alpha
Mike Reed
2016-11-29
*
src/core: s/SkAutoTUnref/sk_sp/g
Hal Canary
2016-11-07
*
SkPixmap::getColor()
Hal Canary
2016-10-31
*
implement A8 destination fast-path for SkPixelInfo::CopyPixels
lsalzman
2016-10-11
*
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
[next]