wined3d: Make minMipLookup_noFilter and magLookup_noFilter const.
commitc7880e89165cc7e471c5db9114449b6a7fb4e818
authorHenri Verbeet <hverbeet@codeweavers.com>
Wed, 26 Nov 2008 15:14:40 +0000 (26 16:14 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 28 Nov 2008 11:53:57 +0000 (28 12:53 +0100)
treeea015ecb99f9ab3c4139c76f189146df14c5c23f
parent449c219eb0aff21e35c26aec062c152e29e747fe
wined3d: Make minMipLookup_noFilter and magLookup_noFilter const.

Note that minMipLookup and magLookup aren't particularly safe to use,
they're global arrays initialized from IWineD3DImpl_FillGLCaps(). The same
goes for the other global dynamic lookup tables.
dlls/wined3d/basetexture.c
dlls/wined3d/device.c
dlls/wined3d/directx.c
dlls/wined3d/surface.c
dlls/wined3d/wined3d_private.h