meta: Drop the src == dst restriction on meta glBlitFramebuffer().
authorEric Anholt <eric@anholt.net>
Wed, 5 Feb 2014 07:22:52 +0000 (23:22 -0800)
committerEric Anholt <eric@anholt.net>
Wed, 12 Feb 2014 23:38:58 +0000 (15:38 -0800)
commit397b2c3966175de00e84d0de061c6ad10adb35f5
tree503053deca788bfe86c3bc9e0c27e1bd2a38ccf6
parenta4f3e2ca0e6cb4b794109c869e7b872e4ce267af
meta: Drop the src == dst restriction on meta glBlitFramebuffer().

From the GL_ARB_fbo spec:

    If the source and destination buffers are identical, and the
    source and destination rectangles overlap, the result of the blit
    operation is undefined.

As far as I know, that's the only thing that would have been of concern
for this.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
src/mesa/drivers/common/meta.c