wined3d: Explicitly set the state handler to NULL for states with a representative.
authorHenri Verbeet <hverbeet@codeweavers.com>
Thu, 1 Apr 2010 09:34:46 +0000 (11:34 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 1 Apr 2010 16:12:42 +0000 (18:12 +0200)
commit57cfd613a59022c48ca4ca45996a85115c2d4c8a
tree1e6241619a639245ddec9621beb333729bd7d190
parentf70193b9156b2c2f2cb9912d29b56fe4dc2a2d13
wined3d: Explicitly set the state handler to NULL for states with a representative.

We should never call the handler for states that have a rep.
dlls/wined3d/arb_program_shader.c
dlls/wined3d/ati_fragment_shader.c
dlls/wined3d/nvidia_texture_shader.c
dlls/wined3d/state.c