index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
include
/
core
/
SkPixelRef.h
Commit message (
Expand
)
Author
Age
*
Move Mutexy things to private.
herb
2015-09-29
*
Move SkAtomics.h to private.
herb
2015-09-28
*
SkImage method for detecting lazy decoding
fmalita
2015-08-20
*
private iterator to visit all resource cache entries
reed
2015-08-19
*
Every pixel ref gets its own mutex.
mtklein
2015-08-13
*
Extend SkImageGenerator to support natively generated GrTextures. As part of ...
reed
2015-08-13
*
cache private readback for gpu-images
reed
2015-08-04
*
lock pixels in image when bitmap is immutable and not-lazy
reed
2015-07-30
*
SkImage_Raster's pixels are always immutable.
reed
2015-07-29
*
remove SkInstCnt
mtklein
2015-06-26
*
Invalidate GrTexture mipmap on content change notification
junov
2015-06-15
*
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
*
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
*
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 I cannot remember what the race here actually was. (patchset #1 id:...
mtklein
2015-02-12
*
I cannot remember what the race here actually was.
mtklein
2015-02-12
*
Port SkLazyPtr to new SkAtomics.h
mtklein
2015-02-09
*
Remove unused globalRef/globalUnref.
scroggo
2015-01-30
*
Add sRGB texture support.
jvanverth
2014-12-22
*
Add an Android-framework-only stable ID to SkPixelRef.
scroggo
2014-11-25
*
Enable unused param checking for public includes.
djsollen
2014-11-14
*
Add support for the Rec601 YUV color space to GrYUVtoRGBEffect.
rileya
2014-09-12
*
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
*
Add SkRacy
mtklein
2014-07-08
*
Revert of Add SkRacy (https://codereview.chromium.org/371363004/)
mtklein
2014-07-08
*
Add SkRacy
mtklein
2014-07-08
*
change pixelref to not inherit from SkFlattenable
reed
2014-07-07
*
correctly plumb through explicit rowbytes for allocPixels
reed
2014-07-01
*
switch to colortype for deepcopy
reed
2014-06-11
*
Revert of Revert ""Revert of eliminate config param -- it was always self's c...
commit-bot@chromium.org
2014-05-21
*
Revert ""Revert of eliminate config param -- it was always self's config (htt...
commit-bot@chromium.org
2014-05-20
*
"Revert of eliminate config param -- it was always self's config (https://cod...
reed@google.com
2014-05-20
*
Revert "Revert of eliminate config param -- it was always self's config (http...
commit-bot@chromium.org
2014-05-19
*
Revert of eliminate config param -- it was always self's config (https://code...
commit-bot@chromium.org
2014-04-23
*
eliminate config param -- it was always self's config
reed@google.com
2014-04-22
[next]