index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
SkPixelRef.cpp
Commit message (
Expand
)
Author
Age
*
remove unused virtual onNotifyPixelsChanged
Mike Reed
2018-04-13
*
removed dead colortable code
Mike Reed
2017-07-19
*
fix android-only function
Mike Reed
2017-07-18
*
guard references to SkColorTable
Mike Reed
2017-07-18
*
Remove leftover Android ctable reference
Florin Malita
2017-07-18
*
Don't store colortables in pixmaps or pixelrefs
Mike Reed
2017-07-17
*
Finish removal of SkImageInfo from SkPixelRef
Matt Sarett
2017-05-04
*
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
*
fix android-only function now that fRec is no longer used
Mike Reed
2017-04-17
*
hide lockpixels api behind flag
Mike Reed
2017-04-17
*
remove code directly involved in lock/unlock in SkPixelRef
Mike Reed
2017-04-13
*
android-only api to reset the fields of a pixelref
Mike Reed
2017-04-12
*
switch over to no lockPixels in pixelref
Mike Reed
2017-04-12
*
clean ups in SkPixelRef
Mike Reed
2017-04-11
*
remove unused lockPixelsAreWritable
Mike Reed
2017-04-10
*
Delete SkPixelRef::readPixels()
Matt Sarett
2017-04-05
*
remove SkPixelRef::refEncodedData()
Hal Canary
2016-11-22
*
Update Skia's YUV API
msarett
2016-03-10
*
Revert of Update Skia's YUV API (patchset #5 id:160001 of https://codereview....
msarett
2016-03-07
*
Update Skia's YUV API
msarett
2016-03-07
*
Make SkBitmap::CopyTo respect requested dst color type when bitmap is texture...
bsalomon
2016-01-11
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
Style Change: SkNEW->new; SkDELETE->delete
halcanary
2015-08-26
*
Every pixel ref gets its own mutex.
mtklein
2015-08-13
*
decrement lockcount if we failed to get pixels
reed
2015-08-11
*
cache private readback for gpu-images
reed
2015-08-04
*
use SkNextID::ImageID for android's stable id
reed
2015-07-31
*
lock pixels in image when bitmap is immutable and not-lazy
reed
2015-07-30
*
unify pixelref and image ID space, so we can share IDs when we share pixels
reed
2015-07-30
*
remove (unnecessary?) call to notifyPixelsChanged
reed
2015-07-29
*
SkImage_Raster's pixels are always immutable.
reed
2015-07-29
*
remove pixel assert from ctable validator
reed
2015-07-27
*
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
*
Invalidate GrTexture mipmap on content change notification
junov
2015-06-15
*
check (runtime) for null-pixels even when lock succeeds
reed
2015-06-02
*
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
*
Revert of add asserts around results from requestLock (patchset #3 id:40001 o...
reed
2015-05-29
*
add asserts around results from requestLock (patchset #3 id:40001 of https://...
reed
2015-05-29
[next]