Module: wine Branch: master Commit: 2b775221fdab87bc8ded876d7457df3943daa17d URL: http://source.winehq.org/git/wine.git/?a=commit;h=2b775221fdab87bc8ded876d74... Author: Stefan Dösinger <stefan(a)codeweavers.com> Date: Sun Dec 10 23:20:32 2006 +0100 wined3d: WINED3DRS_SOFTWAREVERTEXPROCESSING is a nogl state. --- dlls/wined3d/device.c | 11 +---------- 1 files changed, 1 insertions(+), 10 deletions(-) diff --git a/dlls/wined3d/device.c b/dlls/wined3d/device.c index 44ea2cf..592ca84 100644 --- a/dlls/wined3d/device.c +++ b/dlls/wined3d/device.c @@ -3405,19 +3405,10 @@ static HRESULT WINAPI IWineD3DDeviceImpl case WINED3DRS_COLORWRITEENABLE3 : case WINED3DRS_LOCALVIEWER : case WINED3DRS_LASTPIXEL : + case WINED3DRS_SOFTWAREVERTEXPROCESSING : StateTable[STATE_RENDER(State)].apply(STATE_RENDER(State), This->stateBlock); break; - case WINED3DRS_SOFTWAREVERTEXPROCESSING : - { - if (Value) { - TRACE("Software Processing Enabled\n"); - } else { - TRACE("Software Processing Disabled\n"); - } - } - break; - /** not supported */ case WINED3DRS_ZVISIBLE : {