aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/image
Commit message (Expand)AuthorAge
* Change undefined SkGpuRenderTarget and SkGpuTexture forward declares to GrRen...Gravatar commit-bot@chromium.org2013-06-26
* Force checking of all color, stencil and FBO allocations for SkSurface_Gpu. T...Gravatar senorblanco@chromium.org2013-06-10
* Separate core and images project.Gravatar scroggo@google.com2013-05-31
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-05-21
* Move SkImage::encode to SkImage_Codec.cpp.Gravatar commit-bot@chromium.org2013-05-20
* add encodeData() to SkImageEncoder, and add encoding to SkImageGravatar reed@google.com2013-05-20
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-05-02
* Adding public API method on SkImage for extracting the GPU texture handle.Gravatar junov@chromium.org2013-05-01
* Adding optimization to avoid image copy in SkSurface copy on write when conte...Gravatar commit-bot@chromium.org2013-04-22
* Build fix: moving more inline functions into headerGravatar junov@chromium.org2013-04-16
* Build fix: moving some inline function definitions into header.Gravatar junov@chromium.org2013-04-16
* Cleanup: Removing unnecessary args/complexity in SkSurface_Base and friendsGravatar junov@chromium.org2013-04-16
* Fixing viral copy/paste typo Shapshot -> SnapshotGravatar junov@chromium.org2013-04-12
* Fixed bug in SkSurface_Gpu to make the surface receive the new copy when copyGravatar junov@chromium.org2013-04-11
* Fixed bug with SkImage leaving canvas backing store in an immutable state aft...Gravatar junov@chromium.org2013-04-03
* Replacing 'new' with 'SkNEW_ARGS' in SkImage_GpuGravatar junov@chromium.org2013-04-03
* Fix a few clang errors while trying to build tools target.Gravatar tfarina@chromium.org2013-03-26
* Removed unused parametersGravatar sugoi@google.com2013-03-11
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-26
* Defining new color constat for transparent colorGravatar junov@google.com2012-12-06
* remove unused (and undefined) SkColorSpace parameter.Gravatar mike@reedtribe.org2012-11-15
* Fix for 2 parallel gpu rendering issues (bigbitmaprect & image-surface)Gravatar robertphillips@google.com2012-11-02
* Fix leaks in SkSurface_Gpu.cppGravatar robertphillips@google.com2012-11-01
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-11-01
* Fleshed out GPU portion of image/surface featureGravatar robertphillips@google.com2012-10-31
* Make flattenables no longer depend on global static initializers.Gravatar scroggo@google.com2012-09-21
* Linux warning fixesGravatar bsalomon@google.com2012-08-29
* re-enable inst countingGravatar reed@google.com2012-08-28
* Add caching of the snapshot image form a surfaceGravatar reed@google.com2012-08-28
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* Extended Inst counting to find "unknown" leaked object (SkTMaskGamma)Gravatar robertphillips@google.com2012-08-16
* delete empty fileGravatar mike@reedtribe.org2012-08-14
* include SkFlatteningBuffer.h after restructureGravatar reed@google.com2012-08-07
* check-point for gpu support in SkImage/SkSurfaceGravatar reed@google.com2012-07-31
* add flatteningGravatar reed@google.com2012-07-31
* add SkImage from encoded dataGravatar mike@reedtribe.org2012-07-31
* change SkSurface::newCanvas() to getCanvas(), and redefine its life-cycle to beGravatar reed@google.com2012-07-30
* update/add copyright noticesGravatar reed@google.com2012-07-30
* expand internal subclasses into separate filesGravatar reed@google.com2012-07-30
* expand private subclasses into separate filesGravatar reed@google.com2012-07-30
* check-point for image/surface workGravatar mike@reedtribe.org2012-07-29
* check-point for surface experimentGravatar reed@google.com2012-07-27
* check-point for image experimentGravatar reed@google.com2012-07-27