aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/gpu/GrTextureAccess.h
Commit message (Expand)AuthorAge
* Infer sampler precision from pixel configGravatar cdalton2016-04-11
* Add sampler precision to GrTextureAccessGravatar cdalton2016-03-11
* Add support for vertex and geometry shader texturesGravatar cdalton2016-03-11
* Add a class representing texture swizzle.Gravatar bsalomon2016-01-08
* Revert of Add a class representing texture swizzle. (patchset #6 id:100001 of...Gravatar mtklein2016-01-08
* Add a class representing texture swizzle.Gravatar bsalomon2016-01-08
* Remove image usage type enum. Use GrTextureParams instead.Gravatar bsalomon2015-10-12
* remove SkInstCntGravatar mtklein2015-06-26
* Simplify SkInstCntGravatar mtklein2015-01-13
* Patch to create a distinct geometry processor. The vast majority of this patchGravatar joshualitt2014-09-23
* 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
* SkNonCopyable should be used with private inheritance.Gravatar commit-bot@chromium.org2014-04-07
* Make GrBicubicEffect take tile modes rather than GrTextureParams.Gravatar commit-bot@chromium.org2013-12-10
* Replace uses of GrNoncopyable by SkNoncopyable.Gravatar commit-bot@chromium.org2013-09-18
* alpha threshold bitmap shaderGravatar commit-bot@chromium.org2013-09-06
* Revert "alpha threshold bitmap shader"Gravatar bsalomon@google.com2013-09-05
* alpha threshold bitmap shaderGravatar commit-bot@chromium.org2013-09-05
* 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
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-07-26
* 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
* CustomStage Renaming Part 1Gravatar bsalomon@google.com2012-10-24
* Fix GrTextureAccess::operator ==Gravatar bsalomon@google.com2012-09-20
* 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