wined3d: Fix the half pixel offset.
commit27b8f719ca7f26e1edbec6f7e46cc612dce12b41
authorHenri Verbeet <hverbeet@codeweavers.com>
Wed, 10 Sep 2008 09:08:10 +0000 (10 11:08 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 10 Sep 2008 10:03:42 +0000 (10 12:03 +0200)
tree2da043bc10249fd73de21280b2a6472dfdb11f56
parentd266abee14d369b211f70cdadb82231c3864f956
wined3d: Fix the half pixel offset.

Turns out the original fix was correct for fixed function, but for the
wrong reason. The shader path was already correct. This fixes a
regresssion introduced by 932e95c111118b643650d6643e47be0ddb5528a1.
dlls/wined3d/state.c