st/mesa: fix glCopyPixels(GL_STENCIL_INDEX) inverted position
authorBrian Paul <brianp@vmware.com>
Thu, 3 Sep 2009 20:39:53 +0000 (14:39 -0600)
committerBrian Paul <brianp@vmware.com>
Thu, 3 Sep 2009 22:07:46 +0000 (16:07 -0600)
commitbeb05393c8d92d71ccb0f4af0bcdbe58ae8a9cdd
tree44ce7b82e227d7a59d1a93dc280a26bae290026d
parent8fc945cd847aa5d343a5f76eb2f9f2c9075cccdd
st/mesa: fix glCopyPixels(GL_STENCIL_INDEX) inverted position

If the renderbuffer orientation is Y=0=TOP we need to invert the dstY
position.
src/mesa/state_tracker/st_cb_drawpixels.c