wined3d: Fix clamping in reading rectangular YV12 textures.
commit963c26b36fd0192053dd245fadc4814af79e718d
authorMartin Storsjo <martin@martin.st>
Tue, 11 Feb 2014 11:14:55 +0000 (11 12:14 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 11 Feb 2014 18:20:08 +0000 (11 19:20 +0100)
tree855653ca31bfbab6dd4bef5a0783ba69c2d0466d
parentd3b140798252c465fcbdc82f3a34943335cb181d
wined3d: Fix clamping in reading rectangular YV12 textures.

The lower bound for chroma components is size.y + 1/2, not
size.y - 1/2.
dlls/wined3d/arb_program_shader.c