aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrContext.cpp
Commit message (Expand)AuthorAge
* 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
* Add sRGB texture support.Gravatar jvanverth2014-12-22
* Change to create device coord coordsetGravatar joshualitt2014-12-18
* remove view matrix from contextGravatar joshualitt2014-12-17
* whitespace change to context to force rebuild of skiaGravatar joshualitt2014-12-15
* Remove GP from drawstate, revision of invariant output for GPGravatar joshualitt2014-12-11
* Revert of Remove GP from drawstate, revision of invariant output for GP (patc...Gravatar joshualitt2014-12-10
* Remove GP from drawstate, revision of invariant output for GPGravatar joshualitt2014-12-10
* This cl moves color and coverage off of drawstate. In an effort to keep this...Gravatar joshualitt2014-12-09
* Ganesh text rendering cleanup.Gravatar jvanverth2014-12-04
* First step to moving vertex attributes to the geometryProcessorGravatar joshualitt2014-12-03
* check matrix does not have rotation or perspective transformationGravatar derekf2014-12-02
* Use scratch keys for stencil buffers.Gravatar bsalomon2014-11-25
* Revert "Use scratch keys for stencil buffers."Gravatar bsalomon2014-11-24
* Use scratch keys for stencil buffers.Gravatar bsalomon2014-11-24
* Drawstate on stackGravatar joshualitt2014-11-17
* Allow GPU resources to not be counted against the cache budget.Gravatar bsalomon2014-11-17
* Correct accounting for wrapped resourcesGravatar bsalomon2014-11-17
* Push creation of default GP to the callerGravatar joshualitt2014-11-14
* Replace GrResourceCache with GrResourceCache2.Gravatar bsalomon2014-11-14
* Fix ref-cnting bug in GrContext::readRenderTargetPixelsGravatar 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
* Fix use of NULL ptr in GrContext::drawRectGravatar bsalomon2014-11-12
* Add GrGpuResource::CacheAccessGravatar bsalomon2014-11-11
* Snap optdrawstate in inorder draw buffer and pass into gpuGravatar joshualitt2014-11-10
* Use GrResourceCache2 to service content key lookupsGravatar bsalomon2014-11-10
* Refactor DrawTarget and GPU to be independentGravatar joshualitt2014-11-07
* Add mock context and use in ResourceCacheTest.Gravatar bsalomon2014-11-05
* Revert of Add mock context and use in ResourceCacheTest. (patchset #4 id:6000...Gravatar bsalomon2014-11-05
* Add mock context and use in ResourceCacheTest.Gravatar bsalomon2014-11-05
* removing setVertexArraySource from drawtargetGravatar joshualitt2014-11-04
* Rename and clarify semantics of GrContext::resolveRenderTarget.Gravatar bsalomon2014-11-03
* Revert changes to GrContext::resolveRenderTargetGravatar bsalomon2014-11-03
* Don't allow renderTarget==NULL to GrContext::clear() and friends.Gravatar bsalomon2014-11-03
* Add class GrGLTextureRenderTarget for GL texture/rendertarget objectsGravatar bsalomon2014-11-03
* GrContext no longer ever draws on GpuGravatar joshualitt2014-10-31
* Revert of GrContext no longer ever draws on Gpu (patchset #7 id:120001 of htt...Gravatar joshualitt2014-10-31
* GrContext no longer ever draws on GpuGravatar joshualitt2014-10-31
* Cleanup: Go with SkDebugf instead of GrPrintf.Gravatar tfarina2014-10-31
* rename GrTextureDesc->GrSurfaceDesc, GrTextureFlags->GrSurfaceFlagsGravatar bsalomon2014-10-28
* aa rect renderer takes a gpu on constructionGravatar joshualitt2014-10-28
* Widen the set of nested rects that can be drawn natively on the GPUGravatar robertphillips2014-10-21
* Prefer to recycle non-RT scratch textures that don't have pending IOGravatar bsalomon2014-10-15
* Remove uses of GrAutoScratchTexture.Gravatar bsalomon2014-10-14
* Change GrTextContext fallbacks to be a linked list chain.Gravatar jvanverth2014-10-14