st/mesa: implement CopyTexSubImage for MSAA framebuffers
authorMarek Olšák <maraeo@gmail.com>
Mon, 3 Dec 2012 16:34:58 +0000 (17:34 +0100)
committerMarek Olšák <maraeo@gmail.com>
Fri, 7 Dec 2012 13:19:28 +0000 (14:19 +0100)
commit976b832e9ae199c0a89b0e04e93088da3c829307
tree5e9f3c22371e598b42f8fd01c886564de5989cb5
parent9f06966a7b17c99bc44e15e3a13f6cf92a4e49b7
st/mesa: implement CopyTexSubImage for MSAA framebuffers

Reviewed-by: Brian Paul <brianp@vmware.com>
Just use pipe->blit, which can do resolve, flipping, and format conversions.
The util_blit_pixels codepath is still there for the cases where we have to
force alpha to 1.

This also turns on acceleration for copying GL_DEPTH_STENCIL.
src/mesa/state_tracker/st_cb_texture.c