aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/image
Commit message (Expand)AuthorAge
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-12-10
* make info real in SkPixelRef, and add bitmap::asImageInfoGravatar reed@google.com2013-12-09
* Revert "Revert "Revert "PixelRef now returns (nearly) everything that is curr...Gravatar reed@google.com2013-12-06
* Revert "Revert "PixelRef now returns (nearly) everything that is currently in...Gravatar reed@google.com2013-12-06
* Revert "PixelRef now returns (nearly) everything that is currently in SkBitma...Gravatar reed@google.com2013-12-06
* PixelRef now returns (nearly) everything that is currently in SkBitmap. The g...Gravatar reed@google.com2013-12-06
* Fix compilation with SK_ENABLE_INST_COUNT=1Gravatar commit-bot@chromium.org2013-12-05
* Fixed bad bitmap size crashesGravatar commit-bot@chromium.org2013-12-04
* move SkImageInfo into its own headerGravatar reed@google.com2013-11-13
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-11-13
* add colortable enum to SkImage to ease interop between it and SkBitmap::ConfigGravatar reed@google.com2013-11-12
* Break up SkLazyPixelRef functionally into class hierarchy.Gravatar commit-bot@chromium.org2013-11-06
* move SkImage::ColorType into SkColorTypeGravatar reed@google.com2013-11-01
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-10-22
* store SkAlphaType inside SkBitmap, on road to support unpremulGravatar reed@google.com2013-10-21
* SkData need not be a Flattenable, since it does not need subclass/factoriesGravatar reed@google.com2013-10-14
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-09-21
* promote SkImage::AlphaType to SkAlphaTypeGravatar reed@google.com2013-09-20
* My clang now doesn't complain about !"foo".Gravatar mtklein@google.com2013-08-22
* Make SkImage_Gpu share it's pixelref with the surface to prevent premature re...Gravatar commit-bot@chromium.org2013-07-25
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-07-24
* Add SkImage->draw() call with src and dst rects.Gravatar commit-bot@chromium.org2013-07-23
* Revert "Add SkImage->draw() call with src and dst rects."Gravatar fmalita@google.com2013-07-22
* Add SkImage->draw() call with src and dst rects.Gravatar commit-bot@chromium.org2013-07-22
* Add a 'unique' method to SkRefCnt, document the usage, and add support.Gravatar bungeman@google.com2013-07-19
* 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