aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/effects/GrTextureDomainEffect.cpp
Commit message (Expand)AuthorAge
* Make texture domain a helper so that it can be incorporated into other effects.Gravatar commit-bot@chromium.org2013-12-09
* Added support for Chrome's gpu command buffer extension BindUniformLocation.Gravatar commit-bot@chromium.org2013-11-07
* Make GPU coord transforms automaticGravatar bsalomon@google.com2013-10-02
* Change old PRG to be SkLCGRandom; change new one to SkRandomGravatar commit-bot@chromium.org2013-09-09
* Rename ShaderType enum to ShaderVisibilityGravatar commit-bot@chromium.org2013-08-30
* Fix case where GrGLEffectMatrix gives back a dangling ptr for the coords var ...Gravatar commit-bot@chromium.org2013-08-28
* Replace uses of GrAssert by SkASSERT.Gravatar tfarina@chromium.org2013-08-17
* Refactor GrGLUniformManager::UniformHandle to initialize itself by defaultGravatar commit-bot@chromium.org2013-08-14
* make the filter mode for GrTextureAccess an enum so we can plumb downGravatar humper@google.com2013-07-25
* Replace all instances of GrRect with SkRect.Gravatar commit-bot@chromium.org2013-07-17
* Enable caching of texture domain extentsGravatar robertphillips@google.com2013-04-15
* Move nested class GrDrawTarget::Caps out as GrDrawTargetCaps.Gravatar bsalomon@google.com2013-03-25
* Attempt to reland 8264-5 with warning-as-error fixes.Gravatar bsalomon@google.com2013-03-20
* revert 8265-8264 (broke build)Gravatar reed@google.com2013-03-20
* Adds local coords to GrEffect system.Gravatar bsalomon@google.com2013-03-20
* Removed unused parametersGravatar sugoi@google.com2013-03-11
* Make GrGLEffects use an interface to append their code.Gravatar bsalomon@google.com2013-03-07
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-03-03
* Relanding 7914Gravatar robertphillips@google.com2013-03-02
* Revert r7914 due to Linux rendering issuesGravatar robertphillips@google.com2013-03-01
* Replace A8 with RGBA8 when renderable A8 isn't supportedGravatar robertphillips@google.com2013-03-01
* Use SkMWRandom in GLPrograms test.Gravatar bsalomon@google.com2013-02-13
* Add an origin flag for backend (external) textures. Some textures in WebKit ...Gravatar senorblanco@chromium.org2013-01-28
* Switch GrEffect::onIsEqual signature back to GrEffect from GrEffectRef.Gravatar bsalomon@google.com2013-01-22
* Let them eat GrEffectRef.Gravatar bsalomon@google.com2013-01-22
* Remove default implementation of GrEffect::isEqual. Make GrSingleTextureEffec...Gravatar bsalomon@google.com2013-01-17
* Change some function/vars from EffectPtr to EffectRef to reflect GrEffectPtr-...Gravatar bsalomon@google.com2013-01-16
* Wrap GrEffects in GrEffectPtr.Gravatar bsalomon@google.com2013-01-16
* Fix texture domain clipping assertion. It is OK to have a degenerate domain.Gravatar bsalomon@google.com2012-11-08
* Some improvements to reduce the number of pixels touched in generating alpha ...Gravatar bsalomon@google.com2012-11-07
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-11-06
* Fix dumb mistake of passing the same matrix to both matrix params of GrGLMatr...Gravatar bsalomon@google.com2012-11-05
* Remove default texture coords / texture matrixGravatar bsalomon@google.com2012-11-05
* Make GrGLTextureDomainEffect use GrGLEffectMatrix.Gravatar bsalomon@google.com2012-11-02
* Remove GrScalar, replace with SkScalar.Gravatar bsalomon@google.com2012-11-01
* Pass GrCustomStage to key-generation functions and emitCode().Gravatar bsalomon@google.com2012-10-29
* Make a bunch of GrGLEffects derive directly from GrGLEffect rather than GrGLL...Gravatar bsalomon@google.com2012-10-26
* Make the orientation of a texture accessible from and known by GrSurface.Gravatar bsalomon@google.com2012-10-26
* Make GrGLEffect::setData take GrEffectStage rather than GrEffect.Gravatar bsalomon@google.com2012-10-26
* Rename StageKey and related stuff.Gravatar bsalomon@google.com2012-10-25
* Rename GrProgramStageFactory to GrBackendEffectFactory.Gravatar bsalomon@google.com2012-10-25
* GrGLProgramStage Renaming Part 2Gravatar bsalomon@google.com2012-10-25
* GrGLProgramStage Renaming Part 1.Gravatar bsalomon@google.com2012-10-25
* GrCustomStage Renaming Part 5Gravatar bsalomon@google.com2012-10-25
* GrCustomStage Renaming Part 3Gravatar bsalomon@google.com2012-10-24
* GrCustomStage Renaming Part 2Gravatar bsalomon@google.com2012-10-24
* CustomStage Renaming Part 1Gravatar bsalomon@google.com2012-10-24
* Combine the emit functions in GrGLProgramStage.Gravatar bsalomon@google.com2012-10-23
* Reland r6330 thru r6333 but do without enabling GL_ARB_fragment_coord_convent...Gravatar bsalomon@google.com2012-10-23
* Revert r6330 thru 6333 while we figure out what to do about Intel bots (possi...Gravatar bsalomon@google.com2012-10-22