commit | b04e992a6551823e590a1f896a898962d920aac9 | [log] [tgz] |
---|---|---|
author | Henri Verbeet <hverbeet@codeweavers.com> | Thu Aug 06 08:12:18 2009 +0200 |
committer | Alexandre Julliard <julliard@winehq.org> | Thu Aug 06 17:26:29 2009 +0200 |
tree | 6b715b0238d2952802a8c6ab28ca03e35ce99235 | |
parent | 625d1e75cd0435d3cb34f9439c37bbd17aedbf5d [diff] |
wined3d: Set the WINED3DTEXF_NONE entry in the minification lookup table to GL_NEAREST. Although WINED3DTEXF_NONE is not a valid minification filter, having it in the tables simplifies the lookup. GL_NEAREST is more appropriate than GL_LINEAR though.