aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrRenderTarget.cpp
Commit message (Expand)AuthorAge
* Remove GrStencilSettings from GrPipelineGravatar csmartdalton2016-11-01
* Move memoization of multisample specs id to GrRenderTargetGravatar csmartdalton2016-11-01
* Rename GrDrawContext to GrRenderTargetContextGravatar Brian Osman2016-10-27
* Add GrOpList and rename GrDrawTarget to GrRenderTargetOpListGravatar Robert Phillips2016-10-26
* Improve usage of window rectanglesGravatar csmartdalton2016-09-06
* Revert of Improve usage of window rectangles (patchset #9 id:160001 of https:...Gravatar caryclark2016-09-06
* Improve usage of window rectanglesGravatar csmartdalton2016-09-02
* Add flag for window rectangles to GrRenderTargetGravatar csmartdalton2016-08-10
* Move GrContext::makeDrawContext to new GrContextPriv objectGravatar robertphillips2016-08-03
* Rename GrContext's newDrawContext & drawContext to makeDrawContextGravatar robertphillips2016-07-27
* Add SkColorSpace to GrDrawContextGravatar brianosman2016-07-21
* Eliminate special case nvpr batch handlingGravatar cdalton2016-05-12
* 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
* Bring sk_sp to GrDrawContextGravatar robertphillips2016-04-27
* Style bikeshed - remove extraneous whitespaceGravatar halcanary2016-03-29
* Add "sample locations" feature to GrProcessorGravatar cdalton2016-03-07
* 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
* Revert of Dependencies are now added between the drawTargets in GrPipeline (p...Gravatar caryclark2015-10-21
* Dependencies are now added between the drawTargets in GrPipelineGravatar robertphillips2015-10-20
* Loosen requirement that there be only one GrDrawTargetGravatar robertphillips2015-10-16
* GrDrawContext now holds GrRenderTarget pointerGravatar robertphillips2015-10-15
* Minor fix to attaching stencilsGravatar egdaniel2015-09-15
* Move some of the adding stencil attachment logic of Gpu and into Render Target.Gravatar egdaniel2015-09-14
* Limit lifetime of GrDrawContext objectsGravatar robertphillips2015-09-01
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* Split drawing functionality out of GrContext and into new GrDrawContextGravatar robertphillips2015-05-26
* Rename GrStencilBuffer to GrStencilAttachmentGravatar egdaniel2015-04-16
* Dynamically create stencil buffer when needed.Gravatar bsalomon2015-02-23
* Rename and clarify semantics of GrContext::resolveRenderTarget.Gravatar bsalomon2014-11-03
* Add class GrGLTextureRenderTarget for GL texture/rendertarget objectsGravatar bsalomon2014-11-03
* Devirtualize read/write pixels on surface.Gravatar bsalomon2014-10-13
* "NULL !=" = NULLGravatar bsalomon2014-09-05
* 32 bpp floating point texturesGravatar joshualitt2014-07-16
* Split GrResource into GrCacheable/GrGpuObjectGravatar commit-bot@chromium.org2014-05-02
* SK_SUPPORT_LEGACY_GRTYPES to hide duplicate types from SkTypes.hGravatar commit-bot@chromium.org2014-03-28
* Add discard API to SkCanvas, plumb it to glDiscardFramebuffer()Gravatar commit-bot@chromium.org2014-03-28
* Fix compilation with SK_ENABLE_INST_COUNT=1Gravatar commit-bot@chromium.org2013-12-05
* Start cleaning up 64bit Win warningsGravatar robertphillips@google.com2013-10-14
* Replace all instances of GrRect with SkRect.Gravatar commit-bot@chromium.org2013-07-17
* Don't call purgeCache() from within GrResource memebers.Gravatar bsalomon@google.com2013-05-10
* Protect against unref/ref of stencil buffer.Gravatar bsalomon@google.com2012-11-19
* Removed old resource locking systemGravatar robertphillips@google.com2012-09-09
* Added explicit cache clearingGravatar robertphillips@google.com2012-09-07
* Enforce calling of inherited onRelease & onAbandon mthds in GrResource-derive...Gravatar robertphillips@google.com2012-09-05