[PATCH 1/5] wined3d: Add a FIXME for missing ARB_depth_clamp support.

Henri Verbeet hverbeet at codeweavers.com
Tue Jan 26 11:31:34 CST 2010


---
 dlls/wined3d/state.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/dlls/wined3d/state.c b/dlls/wined3d/state.c
index 75cb837..d44dc2c 100644
--- a/dlls/wined3d/state.c
+++ b/dlls/wined3d/state.c
@@ -584,6 +584,10 @@ static void state_clipping(DWORD state, IWineD3DStateBlockImpl *stateblock, stru
             glEnable(GL_DEPTH_CLAMP);
             checkGLcall("glEnable(GL_DEPTH_CLAMP)");
         }
+        else
+        {
+            FIXME("Clipping disabled, but ARB_depth_clamp isn't supported.\n");
+        }
     }
 
     if (enable & WINED3DCLIPPLANE0)  { glEnable(GL_CLIP_PLANE0);  checkGLcall("glEnable(clip plane 0)"); }
-- 
1.6.4.4




More information about the wine-patches mailing list