aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/image/SkSurface_Gpu.cpp
Commit message (Expand)AuthorAge
* Add discard API to SkCanvas, plumb it to glDiscardFramebuffer()Gravatar commit-bot@chromium.org2014-03-28
* Adding a new SkSurface factory for generating surfaces from the scratch textu...Gravatar commit-bot@chromium.org2014-03-19
* Manual revert of https://code.google.com/p/skia/source/detail?r=13353 due to ...Gravatar commit-bot@chromium.org2014-03-04
* still trying to kill setDevice: rename to setRootDevice (better name) and mak...Gravatar commit-bot@chromium.org2014-02-17
* Change device factories to take SkImageInfo instead of SkBitmap::ConfigGravatar commit-bot@chromium.org2014-02-16
* remove unneeded SK_SUPPORT_LEGACY_NEWRENDERTARGETDIRECTGravatar reed@google.com2014-02-07
* use new instead of createCompatibleDevice, since we know the subclass we wantGravatar reed@google.com2014-02-06
* remove redundant GrContext parameter to NewRenderTargetDirectGravatar reed@google.com2014-02-04
* Fix compilation with SK_ENABLE_INST_COUNT=1Gravatar commit-bot@chromium.org2013-12-05
* 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
* Make SkImage_Gpu share it's pixelref with the surface to prevent premature re...Gravatar commit-bot@chromium.org2013-07-25
* 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
* Adding optimization to avoid image copy in SkSurface copy on write when conte...Gravatar commit-bot@chromium.org2013-04-22
* 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
* Removed unused parametersGravatar sugoi@google.com2013-03-11
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-26
* 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
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* check-point for gpu support in SkImage/SkSurfaceGravatar reed@google.com2012-07-31