aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrContext.cpp
Commit message (Expand)AuthorAge
* Initial CL to add distance field support to GrAtlasTextContextGravatar joshualitt2015-04-17
* add textblob cache freeallGravatar joshualitt2015-04-16
* Rename GrStencilBuffer to GrStencilAttachmentGravatar egdaniel2015-04-16
* Set resScale on stroker when stroking path on gpu.Gravatar egdaniel2015-04-13
* Make GrContext::freeGpuResources() purge the resource cacheGravatar bsalomon2015-04-13
* The TextBlobCache needs the ability to trigger a flush because otherwise its ...Gravatar joshualitt2015-04-10
* fix for perf regression on ugamsolutions / msaa16Gravatar joshualitt2015-04-09
* Add mechanism to proactively purge old resources in GrResourceCache.Gravatar bsalomon2015-04-08
* Adding a cache + memory pool for GPU TextBlobsGravatar joshualitt2015-04-08
* change isNestedRect to isNestedFillRectGravatar caryclark2015-04-08
* Rename GrBitmapTextContextB to GrAtlasTextContextGravatar joshualitt2015-04-02
* move Atlas Text Context to its own fileGravatar joshualitt2015-04-01
* BitmapTextBatch and BitmapTextBlobGravatar joshualitt2015-03-31
* Revert of BitmapTextBatch and BitmapTextBlob (patchset #18 id:360001 of https...Gravatar joshualitt2015-03-31
* BitmapTextBatch and BitmapTextBlobGravatar joshualitt2015-03-31
* C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}Gravatar mtklein2015-03-25
* Let text contexts fall back directly to pathsGravatar joshualitt2015-03-20
* handle null vertex or index buffers in batchGravatar joshualitt2015-03-05
* nexus 9 fixGravatar joshualitt2015-02-27
* Context batchesGravatar joshualitt2015-02-27
* adding preabandon flag to DMGravatar joshualitt2015-02-25
* I'd really like to land this before the branch so speedy reviews are apprecia...Gravatar joshualitt2015-02-25
* Revert of Pass clip to context (patchset #8 id:180001 of https://codereview.c...Gravatar joshualitt2015-02-25
* I'd really like to land this before the branch so speedy reviews are apprecia...Gravatar joshualitt2015-02-25
* Move clip off of draw targetGravatar joshualitt2015-02-23
* Remove canApplyCoverage from XP and all related functions in gpu code.Gravatar egdaniel2015-02-23
* Dynamically create stencil buffer when needed.Gravatar bsalomon2015-02-23
* Allow resources' unique keys to be changed.Gravatar bsalomon2015-02-19
* Rename GrContentKey to GrUniqueKeyGravatar bsalomon2015-02-19
* Pass Rendertarget into context.Gravatar joshualitt2015-02-18
* Split out methods in GrGpuResource::CacheAccess that can be called outside of...Gravatar bsalomon2015-02-13
* Rename GrResourceCache2->GrResourceCacheGravatar bsalomon2015-02-11
* One createTexture function, attempt to recycle scratch in createTexture.Gravatar bsalomon2015-02-06
* More cleanup around GrContext, textures, and SkGr.cppGravatar bsalomon2015-02-04
* patch from issue 886233004 at patchset 40001 (http://crrev.com/886233004#ps40...Gravatar mtklein2015-02-02
* Move npot resizing out of GrContext and simplify GrContext texture functions.Gravatar bsalomon2015-02-02
* Revert of Move npot resizing out of GrContext and simplify GrContext texture ...Gravatar bsalomon2015-01-31
* Move npot resizing out of GrContext and simplify GrContext texture functions.Gravatar bsalomon2015-01-31
* Revert of Move npot resizing out of GrContext and simplify GrContext texture ...Gravatar fmalita2015-01-31
* Move npot resizing out of GrContext and simplify GrContext texture functions.Gravatar bsalomon2015-01-30
* Fix GPU resource cache related assertions.Gravatar bsalomon2015-01-27
* discard scratch render targets when they are recycled.Gravatar bsalomon2015-01-26
* Add specialized content key class for resources.Gravatar bsalomon2015-01-23
* Rename GrOptDrawState to GrPipeline and GrDrawState to GrPipelineBuilderGravatar egdaniel2015-01-22
* XPFactory lazily initializie in drawstate / GrPaintGravatar joshualitt2015-01-22
* 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
* Move ViewMatrix off of drawstateGravatar joshualitt2014-12-29
* Remove coordchanges from drawstateGravatar joshualitt2014-12-29
* This CL cleans up the last remaining users of localCoordChange on paintGravatar joshualitt2014-12-22