aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrTexture.cpp
Commit message (Expand)AuthorAge
* Rename GrTextureParams to GrSamplerParamsGravatar Brian Salomon2016-11-17
* Rename SkSourceGammaTreatment to SkDestinationSurfaceColorModeGravatar Brian Osman2016-11-09
* Revert "Revert "Limit GL_TEXTURE_RECTANGLE filtering to bilinear.""Gravatar Brian Salomon2016-11-07
* Further centralize computation of GrSurface VRAM consumption - take 2Gravatar Robert Phillips2016-11-07
* Revert "Further centralize computation of GrSurface VRAM consumption"Gravatar Ben Wagner2016-11-06
* Revert "Limit GL_TEXTURE_RECTANGLE filtering to bilinear."Gravatar Ben Wagner2016-11-06
* Limit GL_TEXTURE_RECTANGLE filtering to bilinear.Gravatar Brian Salomon2016-11-04
* Further centralize computation of GrSurface VRAM consumptionGravatar Robert Phillips2016-11-04
* Centralize computation of GrRenderTarget & GrTexture VRAM consumptionGravatar Robert Phillips2016-11-03
* Rename WorseCaseSize to WorstCasSizeGravatar robertphillips2016-08-18
* Better (?) interface for controlling sRGB-ness of mipmaps on GrTextureGravatar brianosman2016-06-13
* Manually generated sRGB mipmaps, with successively smaller draws.Gravatar brianosman2016-06-02
* Refactor to separate backend object lifecycle and GpuResource budget decisionGravatar kkinnunen2016-04-22
* Remove GrTextureStorageAllocator. This was added from Chromium but never used...Gravatar bsalomon2016-04-13
* 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