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
*
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
*
Revert of add asserts around results from requestLock (patchset #3 id:40001 o...
reed
2015-05-29
*
add asserts around results from requestLock and lockPixels, ensuring that tru...
reed
2015-05-29
*
add SkPixmap and external locking to bitmaps
reed
2015-05-22
*
add assert that the lock-count on pixelref is balanced
reed
2015-05-21
*
purge imagefilter cache so we can better track leaks
reed
2015-05-20
*
Trace contention for lockPixels mutex
enne
2015-04-17
*
Fix the race to set the new gen ID.
mtklein
2015-02-25
*
Steal a bit from the gen ID instead of managing two atomic values.
mtklein
2015-02-25
*
Revert of fAddedToCache doesn't need to be atomic. (patchset #1 id:1 of https...
mtklein
2015-02-25
*
fAddedToCache doesn't need to be atomic.
mtklein
2015-02-25
*
only notify bitmaps that have been added to the cache
reed
2015-02-25
*
SkTRacy<T> -> SkAtomic<T>
mtklein
2015-02-24
*
Notify resource caches when pixelref genID goes stale
reed
2015-02-24
*
Make SkPixelRef::isLocked() debug-only, remove related dead code.
mtklein
2015-02-20
*
Revert of Make SkPixelRef::isLocked() debug-only, remove related dead code. (...
reed
2015-02-19
*
Make SkPixelRef::isLocked() debug-only, remove related dead code.
mtklein
2015-02-19
*
Revert of notify resource caches when pixelref genID goes stale (patchset #4 ...
mtklein
2015-02-19
*
notify resource caches when pixelref genID goes stale
reed
2015-02-19
*
Remove unused globalRef/globalUnref.
scroggo
2015-01-30
*
Don't require -DSK_USE_POSIX_THREADS.
mtklein
2015-01-21
*
Add an Android-framework-only stable ID to SkPixelRef.
scroggo
2014-11-25
*
Add support for the Rec601 YUV color space to GrYUVtoRGBEffect.
rileya
2014-09-12
*
Hide fields in SkImageInfo
reed
2014-09-03
*
Skia side RGB to YUV gpu conversion
sugoi
2014-07-21
*
remove unused SkPixelRef constructor
reed
2014-07-14
*
remove SK_SUPPORT_LEGACY_PIXELREF_UNFLATTENABLE code
reed
2014-07-14
*
change pixelref to not inherit from SkFlattenable
reed
2014-07-07
*
Adjust the alpha type for pixelRefs.
scroggo
2014-07-01
[next]