index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
image
Commit message (
Expand
)
Author
Age
*
add getTextureHandle to SkSurface
reed
2015-06-29
*
remove SkInstCnt
mtklein
2015-06-26
*
Make SkGpuDevice know its alpha type
bsalomon
2015-06-23
*
Propagate SkSurfaceProps to more call sites
robertphillips
2015-06-23
*
change old picture serialization to really handle images
reed
2015-06-22
*
Rename all things "leaky" in SkDevice
robertphillips
2015-06-19
*
remove SkDeviceProperties
robertphillips
2015-06-19
*
add callbacks to Images that wrap client-provided content
reed
2015-06-18
*
Add support for creating texture backed images where Skia will delete the tex...
bsalomon
2015-06-18
*
Make GrTextContext be owned by the GrDrawContext
robertphillips
2015-06-17
*
Revert of Make GrTextContext be owned by the GrDrawContext (patchset #7 id:12...
bsalomon
2015-06-16
*
Make GrTextContext be owned by the GrDrawContext
robertphillips
2015-06-16
*
Don't clear in SkSurface::NewWrappedRenderTarget
bsalomon
2015-06-16
*
Implement support for mixed sampled render targets
vbuzinov
2015-06-12
*
Towards removing getTexture() on SkImage
bsalomon
2015-06-10
*
SkImage::NewFromYUVTexturesCopy
bsalomon
2015-05-29
*
don't use accessBitmap
reed
2015-05-26
*
new image from backend desc
reed
2015-05-07
*
Make drawImage a virtual on SkDevice
reed
2015-05-06
*
Revert of Revert of Revert of Make drawImage a virtual on SkDevice (patchset ...
reed
2015-05-06
*
Revert of Revert of Make drawImage a virtual on SkDevice (patchset #1 id:1 of...
reed
2015-05-06
*
Revert of Make drawImage a virtual on SkDevice (patchset #4 id:60001 of https...
reed
2015-05-05
*
Make drawImage a virtual on SkDevice
reed
2015-05-05
*
Revert of Make drawImage a virtual on SkDevice (patchset #3 id:40001 of https...
reed
2015-05-05
*
Make drawImage a virtual on SkDevice (patchset #3 id:40001 of https://coderev...
reed
2015-05-04
*
Revert of make drawImage a virtual on SkDevice (patchset #3 id:40001 of https...
reed
2015-05-04
*
make drawImage a virtual on SkDevice
reed
2015-05-04
*
This replaces the texture creation/caching functions on GrContext with a GrTe...
bsalomon
2015-04-30
*
Update more directories under src/ to follow C++11 style rule for {virtual,ov...
tfarina
2015-04-27
*
Add helper for creating a SkSurface from a client created texture.
bsalomon
2015-04-08
*
C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}
mtklein
2015-03-25
*
Make SkNewImageFromBitmap take pixel ref origin into account
kkinnunen
2015-02-23
*
Swap render target instead of creating a new gpu device for surface copy-on-w...
kkinnunen
2015-02-22
*
Make SkImage::getTexture() const
kkinnunen
2015-02-18
*
remove unneeded preroll
reed
2015-02-15
*
Split out methods in GrGpuResource::CacheAccess that can be called outside of...
bsalomon
2015-02-13
*
initial preroll api
reed
2015-01-25
*
Take budgeted param when snapping new image.
bsalomon
2015-01-23
*
add newImage API
reed
2015-01-23
*
more reinforcement that images never have zero width or height
reed
2015-01-23
*
Require budget decision when creating a RenderTarget SkSurface.
bsalomon
2015-01-16
*
remove NewTexture?
reed
2015-01-13
*
Fix up all the easy virtual ... SK_OVERRIDE cases.
mtklein
2015-01-09
*
add ImageGenerator::NewFromData to porting layer
reed
2015-01-07
*
add toString to SkImage
reed
2015-01-02
*
change API contract: disallow zero-sized images or surfaces
reed
2014-12-31
*
fix images in multi-thread by doing shallow-copies
reed
2014-12-25
*
remove dead code for SK_SUPPORT_LEGACY_TEXTRENDERMODE
reed
2014-12-18
*
Apply the layer's image filter to the hoisted image
robertphillips
2014-12-11
*
dd readPixels to SkImage
reed
2014-12-10
[next]