index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
/
SkGrPixelRef.cpp
Commit message (
Expand
)
Author
Age
*
This replaces the texture creation/caching functions on GrContext with a GrTe...
bsalomon
2015-04-30
*
only notify bitmaps that have been added to the cache
reed
2015-02-25
*
Dynamically create stencil buffer when needed.
bsalomon
2015-02-23
*
One createTexture function, attempt to recycle scratch in createTexture.
bsalomon
2015-02-06
*
Add sRGB texture support.
jvanverth
2014-12-22
*
rename GrTextureDesc->GrSurfaceDesc, GrTextureFlags->GrSurfaceFlags
bsalomon
2014-10-28
*
GrResourceCache2 manages scratch texture.
bsalomon
2014-10-08
*
Revert "GrResourceCache2 manages scratch texture."
Brian Salomon
2014-10-07
*
GrResourceCache2 manages scratch texture.
bsalomon
2014-10-07
*
GrContext::copyTexture->GrContext::copySurface.
bsalomon
2014-10-07
*
Revert of GrContext::copyTexture->GrContext::copySurface. Add a flush writes ...
bsalomon
2014-10-02
*
GrContext::copyTexture->GrContext::copySurface.
bsalomon
2014-10-02
*
Revert of GrResourceCache2 manages scratch texture. (patchset #14 id:260001 o...
robertphillips
2014-09-30
*
GrResourceCache2 manages scratch texture.
bsalomon
2014-09-30
*
Applying post-commit comments from https://codereview.chromium.org/607993002/
junov
2014-09-29
*
Change GrContext::copyTexture to go through GrDrawTarget
junov
2014-09-26
*
Use SkBitmapCache to optimize readPixels on a texture-backed bitmap
piotaixr
2014-09-17
*
Revert of Use SkBitmapCache to optimize readPixels on a texture-backed bitmap...
fmalita
2014-09-09
*
Use SkBitmapCache to optimize readPixels on a texture-backed bitmap
piotaixr
2014-09-08
*
"NULL !=" = NULL
bsalomon
2014-09-05
*
Hide fields in SkImageInfo
reed
2014-09-03
*
make allocPixels throw on failure
reed
2014-09-02
*
Make SkGrPixelRef responsible for owning GrSurface's texture rather than RT.
bsalomon
2014-08-29
*
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
*
Split GrResource into GrCacheable/GrGpuObject
commit-bot@chromium.org
2014-05-02
*
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
*
SkGrPixelRef can only reference the subset of the Surface specified by its Sk...
commit-bot@chromium.org
2014-01-28
*
add installPixels
reed@google.com
2014-01-24
*
Revert "Revert "Revert "Revert of https://codereview.chromium.org/110593003/"""
reed@google.com
2014-01-06
*
Revert "Revert "Revert of https://codereview.chromium.org/110593003/""
reed@google.com
2014-01-06
*
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
*
Add onNewLockPixels, that returns rowbytes and relies on info in pixelref
reed@google.com
2014-01-03
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2013-12-16
*
Update all callsites to use info for pixelrefs
reed@google.com
2013-12-13
*
Reverting r12665 & r12666 (Remove duplicate impl for SkImageInfo flattening) ...
robertphillips@google.com
2013-12-13
*
Remvoe duplicate impl for SkImageInfo flattening
reed@google.com
2013-12-13
*
Revert "remvoe duplicate impl for SkImageInfo flattening"
reed@google.com
2013-12-11
*
remvoe duplicate impl for SkImageInfo flattening
reed@google.com
2013-12-11
*
Revert "PixelRef now returns (nearly) everything that is currently in SkBitma...
reed@google.com
2013-12-11
*
PixelRef now returns (nearly) everything that is currently in SkBitmap. The g...
reed@google.com
2013-12-11
*
add SkImageInfo to SkGrPixelRef constructor, to prep for larger CL
reed@google.com
2013-12-09
*
Revert "Revert "Revert "PixelRef now returns (nearly) everything that is curr...
reed@google.com
2013-12-06
*
Revert "Revert "PixelRef now returns (nearly) everything that is currently in...
reed@google.com
2013-12-06
*
Revert "PixelRef now returns (nearly) everything that is currently in SkBitma...
reed@google.com
2013-12-06
[next]