Remove recent changes to use temp fbo to do stencil clears.
authoregdaniel <egdaniel@google.com>
Wed, 18 Mar 2015 20:26:11 +0000 (13:26 -0700)
committerCommit bot <commit-bot@chromium.org>
Wed, 18 Mar 2015 20:26:11 +0000 (13:26 -0700)
commitdf60355438b22efd1e18608c32aa2144dde59aea
tree4d01e2f8fbdacebae2bbdae3c078310e03ab5771
parent4a22a433bfb972dcd96f76e3d3b0613c26d8fc86
Remove recent changes to use temp fbo to do stencil clears.

In order to implement these stencil clears we had to use a work around where we
would bind a color buffer renderbuffer to the fbo before clearing the stencil buffer.
However this workaround seems to cause the win 7 hd2000 machines to all crash on some
memory access issue.

For now we will comment on the change and go back to the old world

BUG=skia:

Review URL: https://codereview.chromium.org/1015223002
src/gpu/GrGpu.cpp
src/gpu/gl/GrGLGpu.cpp