aboutsummaryrefslogtreecommitdiff
path: root/src/gpu/GrContext.cpp
AgeCommit message (Expand)Author
2014-12-15fix for 440671Joshua Litt
2014-11-05Add mock context and use in ResourceCacheTest.bsalomon
2014-11-05Revert of Add mock context and use in ResourceCacheTest. (patchset #4 id:6000...bsalomon
2014-11-05Add mock context and use in ResourceCacheTest.bsalomon
2014-11-04removing setVertexArraySource from drawtargetjoshualitt
2014-11-03Rename and clarify semantics of GrContext::resolveRenderTarget.bsalomon
2014-11-03Revert changes to GrContext::resolveRenderTargetbsalomon
2014-11-03Don't allow renderTarget==NULL to GrContext::clear() and friends.bsalomon
2014-11-03Add class GrGLTextureRenderTarget for GL texture/rendertarget objectsbsalomon
2014-10-31GrContext no longer ever draws on Gpujoshualitt
2014-10-31Revert of GrContext no longer ever draws on Gpu (patchset #7 id:120001 of htt...joshualitt
2014-10-31GrContext no longer ever draws on Gpujoshualitt
2014-10-31Cleanup: Go with SkDebugf instead of GrPrintf.tfarina
2014-10-28rename GrTextureDesc->GrSurfaceDesc, GrTextureFlags->GrSurfaceFlagsbsalomon
2014-10-28aa rect renderer takes a gpu on constructionjoshualitt
2014-10-21Widen the set of nested rects that can be drawn natively on the GPUrobertphillips
2014-10-15Prefer to recycle non-RT scratch textures that don't have pending IObsalomon
2014-10-14Remove uses of GrAutoScratchTexture.bsalomon
2014-10-14Change GrTextContext fallbacks to be a linked list chain.jvanverth
2014-10-13Devirtualize read/write pixels on surface.bsalomon
2014-10-09Use presence of a content key as non-scratch indicatorbsalomon
2014-10-08Revert of Use presence of a content key as non-scratch indicator (patchset #5...bsalomon
2014-10-08Use presence of a content key as non-scratch indicatorbsalomon
2014-10-08GrResourceCache2 manages scratch texture.bsalomon
2014-10-07Revert "GrResourceCache2 manages scratch texture."Brian Salomon
2014-10-07GrResourceCache2 manages scratch texture.bsalomon
2014-10-07GrContext::copyTexture->GrContext::copySurface.bsalomon
2014-10-02Revert of GrContext::copyTexture->GrContext::copySurface. Add a flush writes ...bsalomon
2014-10-02GrContext::copyTexture->GrContext::copySurface.bsalomon
2014-09-30Make "priv" classes for GrTexure and GrSurface.bsalomon
2014-09-30Revert of Make "priv" classes for GrTexure and GrSurface. (patchset #9 id:260...robertphillips
2014-09-30Revert of GrResourceCache2 manages scratch texture. (patchset #14 id:260001 o...robertphillips
2014-09-30GrResourceCache2 manages scratch texture.bsalomon
2014-09-29Make "priv" classes for GrTexure and GrSurface.bsalomon
2014-09-29Make writeRenderTargetPixels use draw buffer rather than GrGpubsalomon
2014-09-29Applying post-commit comments from https://codereview.chromium.org/607993002/junov
2014-09-26Change GrContext::copyTexture to go through GrDrawTargetjunov
2014-09-24Revert "Use draw buffer for texture copy impl."Brian Salomon
2014-09-23Patch to create a distinct geometry processor. The vast majority of this patchjoshualitt
2014-09-23Use draw buffer for texture copy impl.bsalomon
2014-09-22Don't flush on read/write pixels unless necessarybsalomon
2014-09-22Revert of Don't flush on read/write pixels unless necessary (patchset #2 id:2...bsalomon
2014-09-22Don't flush on read/write pixels unless necessarybsalomon
2014-09-18Add counting of some GL callsrobertphillips
2014-09-17Remove createPath* from GrGpu and GrContextcdalton
2014-09-17Fix typorobertphillips
2014-09-05"NULL !=" = NULLbsalomon
2014-09-04Initial change to create GeometryProcessorjoshualitt
2014-08-28Make setVertexAttribs in GrDrawState take a stride parameter.egdaniel
2014-08-27Revert of Make setVertexAttribs in GrDrawState take a stride parameter. (patc...djsollen