aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/gpu/GrTexture.h
Commit message (Expand)AuthorAge
* Devirtualize read/write pixels on surface.Gravatar bsalomon2014-10-13
* GrResourceCache2 manages scratch texture.Gravatar bsalomon2014-10-08
* Revert "GrResourceCache2 manages scratch texture."Gravatar Brian Salomon2014-10-07
* GrResourceCache2 manages scratch texture.Gravatar bsalomon2014-10-07
* Make "priv" classes for GrTexure and GrSurface.Gravatar bsalomon2014-09-30
* Revert of Make "priv" classes for GrTexure and GrSurface. (patchset #9 id:260...Gravatar robertphillips2014-09-30
* Revert of GrResourceCache2 manages scratch texture. (patchset #14 id:260001 o...Gravatar robertphillips2014-09-30
* GrResourceCache2 manages scratch texture.Gravatar bsalomon2014-09-30
* Make "priv" classes for GrTexure and GrSurface.Gravatar bsalomon2014-09-29
* Make textures register with GrResourceCache2 as scratch.Gravatar bsalomon2014-08-28
* Some fixes around GrContext::abandonContext:Gravatar bsalomon2014-07-29
* Merge GrGpuObject and GrCacheable.Gravatar bsalomon2014-07-25
* Make GrCacheable implement its own ref counting.Gravatar bsalomon2014-07-21
* Remove GrIsPow2 in favor of SkIsPow2.Gravatar tfarina2014-06-06
* Factor GrTexture into public GrTexture and private GrTextureImpl.Gravatar commit-bot@chromium.org2014-05-09
* Revert of Factor GrTexture into public GrTexture and private GrTextureImpl. (...Gravatar commit-bot@chromium.org2014-05-09
* Factor GrTexture into public GrTexture and private GrTextureImpl.Gravatar commit-bot@chromium.org2014-05-09
* Adds a mechanism for GrCacheable objects to notify the resource cacheGravatar commit-bot@chromium.org2014-05-05
* Split GrResource into GrCacheable/GrGpuObjectGravatar commit-bot@chromium.org2014-05-02
* SK_SUPPORT_LEGACY_GRTYPES to hide duplicate types from SkTypes.hGravatar commit-bot@chromium.org2014-03-28
* Make it explicit that some validate methods are debug onlyGravatar robertphillips@google.com2013-10-02
* Replace uses of GR_DEBUG by SK_DEBUG.Gravatar commit-bot@chromium.org2013-08-28
* Replace uses of GrAssert by SkASSERT.Gravatar tfarina@chromium.org2013-08-17
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-07-27
* get genmipmap function in the structGravatar commit-bot@chromium.org2013-07-26
* make the filter mode for GrTextureAccess an enum so we can plumb downGravatar humper@google.com2013-07-25
* Reland of 8525 with fix for case when GrRT outlives GrTexture.Gravatar bsalomon@google.com2013-04-09
* Revert 8525,8526 pending investigation of bench_pictures crashes.Gravatar bsalomon@google.com2013-04-03
* Remove GrTexture::releaseRenderTarget() and add GrSurface::isSameAs().Gravatar bsalomon@google.com2013-04-03
* Add support for reading the dst pixel value in an effect. Use in a new effect...Gravatar bsalomon@google.com2013-03-29
* Implement support for origin-TopLeft render targets. Note that the default be...Gravatar senorblanco@chromium.org2013-02-05
* Reverting r7545 (render target origin change) due to layout test issues (see ...Gravatar robertphillips@google.com2013-02-05
* Implement support for origin-TopLeft render targets in GL backend.Gravatar senorblanco@chromium.org2013-02-04
* Add an origin flag for backend (external) textures. Some textures in WebKit ...Gravatar senorblanco@chromium.org2013-01-28
* Make GrResource know whether 3D objects' lifetimes are managed by Skia or not.Gravatar bsalomon@google.com2013-01-23
* Reland 6914 w/ fixes.Gravatar bsalomon@google.com2012-12-20
* Revert 6914 to fix build issues.Gravatar bsalomon@google.com2012-12-20
* Simplify cache IDs and keys.Gravatar bsalomon@google.com2012-12-20
* Replace GrMatrix with SkMatrix.Gravatar bsalomon@google.com2012-11-01
* Make the orientation of a texture accessible from and known by GrSurface.Gravatar bsalomon@google.com2012-10-26
* Files accidentally omitted from r6123.Gravatar bsalomon@google.com2012-10-25
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* Remove _UPM_ GrPixelConfigsGravatar bsalomon@google.com2012-08-20
* Split cache-specific fields out of GrTextureDescGravatar robertphillips@google.com2012-08-13
* Refactored cacheID in preparation for clip mask caching changesGravatar robertphillips@google.com2012-08-08
* Move filter/wrap out of GrSamplerState into GrTextureParamsGravatar bsalomon@google.com2012-07-25
* AutoScratchTexture can now release its texture and it will return to the text...Gravatar robertphillips@google.com2012-06-22
* Add GrSurface parent class above GrTexture & GrRenderTargetGravatar robertphillips@google.com2012-06-21
* Version 2 of the Instance Counting system. This one simplifies the print out ...Gravatar robertphillips@google.com2012-06-13
* Adding API to GrTexture to reset cached texture parameter valuesGravatar junov@chromium.org2012-06-12