OSDN Git Service

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 20:39:53 +0000 (14:39 -0600)
commitc3a0624ef01c3b347ed8a9fd3bab578b52bd9130
treeba1a9fdb503239f4275a78998e1a5d229a69e73d
parente79054cc4090a2be346236236c9e18ae85cad43d
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