Bug 1016539. Add support for accelerated a11y filters. r=mwoodrow

This adds the ability to render to a temporary surface and use that
to apply a filter effect to all of the content.
This commit is contained in:
Jeff Muizelaar
2014-08-07 17:44:08 -04:00
parent 514ad83db5
commit 46a8420ee3
13 changed files with 150 additions and 7 deletions

View File

@@ -47,6 +47,8 @@ AddUniforms(ProgramProfileOGL& aProfile)
"uRenderColor",
"uTexCoordMultiplier",
"uTexturePass2",
"uColorMatrix",
"uColorMatrixVector",
nullptr
};