aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/effects/GrOvalEffect.cpp
Commit message (Expand)AuthorAge
* Make XPFragmentBuilder only Builder with access to DstCopy.Gravatar egdaniel2015-04-29
* Do circular clipping in normalized spaceGravatar bsalomon2015-04-28
* Use GLSLCaps for creating processor keys and GLSL-specific programsGravatar jvanverth2015-04-28
* C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}Gravatar mtklein2015-03-25
* Fix up all the easy virtual ... SK_OVERRIDE cases.Gravatar mtklein2015-01-09
* Remove GP from drawstate, revision of invariant output for GPGravatar joshualitt2014-12-11
* Revert of Remove GP from drawstate, revision of invariant output for GP (patc...Gravatar joshualitt2014-12-10
* Remove GP from drawstate, revision of invariant output for GPGravatar joshualitt2014-12-10
* Make addUniform take a precisionGravatar bsalomon2014-12-09
* Remove backend factoriesGravatar joshualitt2014-12-04
* remove proc keyGravatar joshualitt2014-11-25
* Move GrInvariantOutput out of GrProcessor and into its own class.Gravatar egdaniel2014-11-12
* Push isEqual/onIsEqual down from GrProcessor to subclasses.Gravatar bsalomon2014-10-15
* Create helper functions to use in computeInvariantOutput callsGravatar egdaniel2014-10-13
* FPs now use the correct builder types(just a rename)Gravatar joshualitt2014-10-09
* Add isSingleComponent bool to getConstantColorComponentGravatar egdaniel2014-10-03
* Revert of Add isSingleComponent bool to getConstantColorComponent (patchset #...Gravatar robertphillips2014-10-02
* Add isSingleComponent bool to getConstantColorComponentGravatar egdaniel2014-10-02
* Patch to create a distinct geometry processor. The vast majority of this patchGravatar joshualitt2014-09-23
* removing GrDrawEffectGravatar joshualitt2014-09-16
* Revert of removing GrDrawEffect (patchset #4 id:60001 of https://codereview.c...Gravatar joshualitt2014-09-16
* removing GrDrawEffectGravatar joshualitt2014-09-16
* Initial refactor of shaderbuilder to prepare for geometry shadersGravatar joshualitt2014-08-21
* Rename GrGLUniformManager to GrGLProgramDataManagerGravatar kkinnunen2014-07-30
* Allow GrGLEffects to produce variable length keys.Gravatar bsalomon2014-07-21
* This moves us towards variable length effect keys. The overall program key no...Gravatar bsalomon2014-07-11
* Goodbye GrEffectRef.Gravatar bsalomon2014-07-08
* Remove GrEffect::CreateEffectRef and GrEffect::AutoEffectRef.Gravatar bsalomon2014-07-08
* Make GrGLShaderBuilder::fragmentPosition() return a vec4, with 1.0 as the zw ...Gravatar bsalomon2014-06-24
* Stop referencing gl_FragCoord z and w components.Gravatar bsalomon2014-06-20
* Convert GrCrash->SkFAIL GrDebugCrash->SkDEBUGFAILGravatar commit-bot@chromium.org2014-04-30
* Implement drawDRRect for GPUGravatar commit-bot@chromium.org2014-04-09
* Do div-by-zero check for all gpus in ellipse/rr effects.Gravatar commit-bot@chromium.org2014-04-09
* Add effect for ellipse clipping.Gravatar commit-bot@chromium.org2014-04-02
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2014-03-29
* Add clip effect for circlesGravatar commit-bot@chromium.org2014-03-28