aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrTexture.cpp
Commit message (Expand)AuthorAge
...
* Style bikeshed - remove extraneous whitespaceGravatar halcanary2016-03-29
* Add support for vertex and geometry shader texturesGravatar cdalton2016-03-11
* Creating functions for uploading a mipmapped texture.Gravatar cblume2016-02-26
* Simplify calculations in AADistanceFieldPathBatch::writePathVertices.Gravatar benjaminwagner2016-02-22
* skia: Add support for CHROMIUM_image backed textures.Gravatar erikchen2016-02-10
* Revert of skia: Add support for CHROMIUM_image backed textures. (patchset #19...Gravatar caryclark2016-02-09
* skia: Add support for CHROMIUM_image backed textures.Gravatar erikchen2016-02-09
* Revert of skia: Add support for CHROMIUM_image backed textures. (patchset #17...Gravatar bsalomon2016-02-05
* skia: Add support for CHROMIUM_image backed textures.Gravatar erikchen2016-02-05
* Revert of skia: Add support for CHROMIUM_image backed textures. (patchset #14...Gravatar jcgregorio2016-02-04
* skia: Add support for CHROMIUM_image backed textures.Gravatar erikchen2016-02-04
* Cleaning up trailing spaces and typos.Gravatar cblume2016-01-26
* Fix for texture width or height are greater than 2^16Gravatar joshualitt2015-10-01
* Defer flushes if kPreferNoIO is specifiedGravatar robertphillips2015-08-13
* Add support for creating texture backed images where Skia will delete the tex...Gravatar bsalomon2015-06-18
* Implement support for mixed sampled render targetsGravatar vbuzinov2015-06-12
* rename GrDrawTargetCaps.h to GrCaps.h and move to includeGravatar bsalomon2015-05-22
* Dynamically create stencil buffer when needed.Gravatar bsalomon2015-02-23
* More cleanup around GrContext, textures, and SkGr.cppGravatar bsalomon2015-02-04
* Allow unbudgeted resources to be recycled by the cache as scratch.Gravatar bsalomon2015-01-23
* Add specialized content key class for resources.Gravatar bsalomon2015-01-23
* Make uncached textures uncached from the get go.Gravatar bsalomon2015-01-14
* Add a simpler key type for scratch resource keys.Gravatar bsalomon2014-12-30
* Rename GrGpuGL -> GrGLGpuGravatar jvanverth2014-12-22
* Replace GrResourceCache with GrResourceCache2.Gravatar bsalomon2014-11-14
* Revert of Replace GrResourceCache with GrResourceCache2. (patchset #7 id:1200...Gravatar bsalomon2014-11-14
* Replace GrResourceCache with GrResourceCache2.Gravatar bsalomon2014-11-14
* Revert of Replace GrResourceCache with GrResourceCache2. (patchset #6 id:1000...Gravatar bsalomon2014-11-13
* Replace GrResourceCache with GrResourceCache2.Gravatar bsalomon2014-11-13
* Make GrGpuResource::gpuMemorySize non-virtual w/ onGpuMemorySize virtual implGravatar bsalomon2014-11-12
* Use GrResourceCache2 to service content key lookupsGravatar bsalomon2014-11-10
* Add class GrGLTextureRenderTarget for GL texture/rendertarget objectsGravatar bsalomon2014-11-03
* rename GrTextureDesc->GrSurfaceDesc, GrTextureFlags->GrSurfaceFlagsGravatar bsalomon2014-10-28
* Delete unused method aliases and texture flag.Gravatar bsalomon2014-10-24
* Revert of Delete unused method aliases and texture flag. (patchset #1 id:1 of...Gravatar bsalomon2014-10-23
* Delete unused method aliases and texture flag.Gravatar bsalomon2014-10-23
* Remove uses of GrAutoScratchTexture.Gravatar bsalomon2014-10-14
* 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
* "NULL !=" = NULLGravatar bsalomon2014-09-05
* Make textures register with GrResourceCache2 as scratch.Gravatar bsalomon2014-08-28
* Consider index8 a compressed config.Gravatar bsalomon2014-08-11
* Some fixes around GrContext::abandonContext:Gravatar bsalomon2014-07-29