aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrTextureAccess.cpp
Commit message (Expand)AuthorAge
* GrResourceCache2 manages scratch texture.Gravatar bsalomon2014-10-08
* Move IOType to GrGpuRef and rename that to GrIORef. Template GrPendingIORef o...Gravatar bsalomon2014-09-19
* Rename GrProgramResource to GrGpuResourceRefGravatar bsalomon2014-09-17
* Make templated GrProgramTResource subclass of GrProgramResourceGravatar bsalomon2014-09-16
* Make GrDrawState and GrEffectStage use the pending io/exec ref mechanisms.Gravatar bsalomon2014-09-05
* "NULL !=" = NULLGravatar bsalomon2014-09-05
* Convert GrCrash->SkFAIL GrDebugCrash->SkDEBUGFAILGravatar commit-bot@chromium.org2014-04-30
* Replace uses of GR_DEBUG by SK_DEBUG.Gravatar commit-bot@chromium.org2013-08-28
* Replace uses of GrAssert by SkASSERT.Gravatar tfarina@chromium.org2013-08-17
* make the filter mode for GrTextureAccess an enum so we can plumb downGravatar humper@google.com2013-07-25
* Make GrGLShaderBuilder::TextureSampler extract only required info from GrText...Gravatar bsalomon@google.com2013-03-28
* Addressed xcode analysis complaintsGravatar robertphillips@google.com2012-09-24
* Move GrTextureParams from GrSamplerState to GrTextureAccessGravatar bsalomon@google.com2012-09-18
* Wrap all GrCustomStage textures in GrTextureAccess, remove StageDesc::fInConf...Gravatar bsalomon@google.com2012-09-11
* Move GrTextureAccess decl/defn to separate filesGravatar bsalomon@google.com2012-09-11