aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/gpu/GrRenderTarget.h
Commit message (Expand)AuthorAge
* Add GrBackendTexture & GrBackendRenderTarget access methods to GrTexture and ...Gravatar Robert Phillips2017-12-13
* Reduce stencil buffer clearingGravatar Robert Phillips2017-08-30
* Convert NULL and 0 to nullptr.Gravatar Ben Wagner2017-08-28
* Move Flags from GrRenderTarget to GrTypesPriv.h & renameGravatar Robert Phillips2017-06-13
* Revert "Revert "Remove GrSurfaceDesc member from GrSurface.""Gravatar Brian Salomon2017-05-21
* Revert "Remove GrSurfaceDesc member from GrSurface."Gravatar Greg Daniel2017-05-18
* Remove GrSurfaceDesc member from GrSurface.Gravatar Brian Salomon2017-05-18
* Make GrRenderTarget[(Proxy)|(Context)]? advertise a "full scene aa type".Gravatar Brian Salomon2017-05-12
* Remove discard from GrRenderTarget & force it to always go through a RenderTa...Gravatar Robert Phillips2017-04-11
* Added GrSurfaceContext and GrTextureContextGravatar Brian Osman2016-11-23
* 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
* Further centralize computation of GrSurface VRAM consumptionGravatar Robert Phillips2016-11-04
* Centralize computation of GrRenderTarget & GrTexture VRAM consumptionGravatar Robert Phillips2016-11-03
* Make GrDrawContext be GrRenderTargetProxy-backedGravatar Robert Phillips2016-10-28
* Add GrOpList and rename GrDrawTarget to GrRenderTargetOpListGravatar Robert Phillips2016-10-26
* Add flag for window rectangles to GrRenderTargetGravatar csmartdalton2016-08-10
* Fix caching of sample locationsGravatar csmartdalton2016-07-06
* Revert of Fix caching of sample locations (patchset #3 id:40001 of https://co...Gravatar rmistry2016-07-04
* Fix caching of sample locationsGravatar csmartdalton2016-07-04
* Add Gr*Proxy classesGravatar robertphillips2016-05-04
* Revert of Add Gr*Proxy classes (patchset #10 id:220001 of https://codereview....Gravatar robertphillips2016-05-03
* Add Gr*Proxy classesGravatar robertphillips2016-05-03
* Revert of Add Gr*Proxy classes (patchset #9 id:160001 of https://codereview.c...Gravatar robertphillips2016-05-03
* Add Gr*Proxy classesGravatar robertphillips2016-05-03
* Refactor to separate backend object lifecycle and GpuResource budget decisionGravatar kkinnunen2016-04-22
* Dependencies are now added between the drawTargets in GrPipelineGravatar robertphillips2015-10-30
* Revert of Dependencies are now added between the drawTargets in GrPipeline (p...Gravatar robertphillips2015-10-22
* Dependencies are now added between the drawTargets in GrPipelineGravatar robertphillips2015-10-22
* Loosen requirement that there be only one GrDrawTargetGravatar robertphillips2015-10-16
* Move some of the adding stencil attachment logic of Gpu and into Render Target.Gravatar egdaniel2015-09-14
* add ability to get FBO ID to SurfaceGravatar joshualitt2015-07-08
* remove SkInstCntGravatar mtklein2015-06-26
* Implement support for mixed sampled render targetsGravatar vbuzinov2015-06-12
* Rename GrStencilBuffer to GrStencilAttachmentGravatar egdaniel2015-04-16
* C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}Gravatar mtklein2015-03-25
* Dynamically create stencil buffer when needed.Gravatar bsalomon2015-02-23
* Remove unused and unimplemented abstract functions from GrRenderTargetGravatar kkinnunen2015-02-03
* Make uncached textures uncached from the get go.Gravatar bsalomon2015-01-14
* Fix up all the easy virtual ... SK_OVERRIDE cases.Gravatar mtklein2015-01-09
* Rename and clarify semantics of GrContext::resolveRenderTarget.Gravatar bsalomon2014-11-03
* Add class GrGLTextureRenderTarget for GL texture/rendertarget objectsGravatar bsalomon2014-11-03
* rename GrTextureDesc->GrSurfaceDesc, GrTextureFlags->GrSurfaceFlagsGravatar bsalomon2014-10-28
* Devirtualize read/write pixels on surface.Gravatar bsalomon2014-10-13
* "NULL !=" = NULLGravatar bsalomon2014-09-05
* Split GrResource into GrCacheable/GrGpuObjectGravatar commit-bot@chromium.org2014-05-02
* Add discard API to SkCanvas, plumb it to glDiscardFramebuffer()Gravatar commit-bot@chromium.org2014-03-28
* Replace uses of GrAssert by SkASSERT.Gravatar tfarina@chromium.org2013-08-17
* Replace all instances of GrRect with SkRect.Gravatar commit-bot@chromium.org2013-07-17
* Reland of 8525 with fix for case when GrRT outlives GrTexture.Gravatar bsalomon@google.com2013-04-09