aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/effects/GrYUVtoRGBEffect.cpp
Commit message (Expand)AuthorAge
...
* 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
* Fix incorrect Rec601 YUV conversion matrix coefficient.Gravatar rileya2014-09-16
* Add support for the Rec601 YUV color space to GrYUVtoRGBEffect.Gravatar rileya2014-09-12
* Move MakeDivByTextureWHMatrix to GrCoordTransformGravatar bsalomon2014-08-29
* Initial refactor of shaderbuilder to prepare for geometry shadersGravatar joshualitt2014-08-21
* 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 GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*.Gravatar bsalomon2014-07-08
* YUV to RGB converterGravatar sugoi2014-07-07