index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
SkMallocPixelRef.cpp
Commit message (
Expand
)
Author
Age
*
Clean up includes in SkMallocPixelRef
Ben Wagner
2018-06-26
*
begin cleanup of malloc porting layer
Mike Reed
2018-01-05
*
remove dead code for getSize, getSafeSize, etc.
Mike Reed
2017-10-13
*
add helper to check for overflow
Mike Reed
2017-10-09
*
Revert "change computeByteSize to return max_size_t on overflow"
Mike Reed
2017-10-06
*
change computeByteSize to return max_size_t on overflow
Mike Reed
2017-10-06
*
Revert[4] "guard old apis for querying byte-size of a bitmap/imageinfo/pixmap"
Mike Reed
2017-10-03
*
Revert "Revert "Revert "guard old apis for querying byte-size of a bitmap/ima...
Mike Reed
2017-10-02
*
Revert "Revert "guard old apis for querying byte-size of a bitmap/imageinfo/p...
Mike Reed
2017-10-02
*
Just add new safe size apis
Mike Reed
2017-09-29
*
Revert "guard old apis for querying byte-size of a bitmap/imageinfo/pixmap"
Jim Van Verth
2017-09-27
*
guard old apis for querying byte-size of a bitmap/imageinfo/pixmap
Mike Reed
2017-09-27
*
Revert "guard old apis for querying byte-size of a bitmap/imageinfo/pixmap"
Greg Daniel
2017-09-26
*
guard old apis for querying byte-size of a bitmap/imageinfo/pixmap
Mike Reed
2017-09-26
*
guard references to SkColorTable
Mike Reed
2017-07-18
*
Index8 is dead, remove guarded code
Mike Reed
2017-07-17
*
Guard to remove kIndex_8_SkColorType
Mike Reed
2017-07-13
*
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
*
Only store width and height on SkPixelRef
Matt Sarett
2017-04-27
*
remove legacy code
Mike Reed
2017-04-27
*
remove code directly involved in lock/unlock in SkPixelRef
Mike Reed
2017-04-13
*
switch over to no lockPixels in pixelref
Mike Reed
2017-04-12
*
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
*
Release resources if SkMallocPixelRef::NewWithProc fails.
Ben Wagner
2017-03-02
*
For non-opaque SkBitmapDevices, replace malloc-then-zero with calloc.
mtklein
2015-11-05
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
Style Change: SkNEW->new; SkDELETE->delete
halcanary
2015-08-26
*
check for too-large rowBytes
reed
2015-01-23
*
"NULL !=" = NULL
bsalomon
2014-09-05
*
Hide fields in SkImageInfo
reed
2014-09-03
*
remove SK_SUPPORT_LEGACY_PIXELREF_UNFLATTENABLE code
reed
2014-07-14
*
change pixelref to not inherit from SkFlattenable
reed
2014-07-07
*
correctly plumb through explicit rowbytes for allocPixels
reed
2014-07-01
*
Remove offset to SkMallocPixelRef::NewWithData - use SkData::NewSubset instead.
commit-bot@chromium.org
2014-04-21
*
Refactor read and write buffers.
commit-bot@chromium.org
2014-01-30
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2014-01-25
*
fix (some) 64bit warnings -- size_t -> int
commit-bot@chromium.org
2014-01-24
*
add installPixels
reed@google.com
2014-01-24
*
Revert "Revert "Revert "Revert of https://codereview.chromium.org/110593003/"""
reed@google.com
2014-01-06
*
add rowBytes param to setPreLock, in prep for onNewLockPixels change
reed@google.com
2014-01-06
*
Revert "Revert "Revert of https://codereview.chromium.org/110593003/""
reed@google.com
2014-01-06
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2014-01-04
*
Revert "Revert of https://codereview.chromium.org/110593003/"
reed@google.com
2014-01-03
*
Revert of https://codereview.chromium.org/110593003/
commit-bot@chromium.org
2014-01-03
[next]