From: Axel Davy Date: Sun, 11 Sep 2016 14:21:43 +0000 (+0200) Subject: st/nine: Implement SetNPatchMode X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=747f1ef8b6f0ea78f247504ef55e72d8aa3f733a;p=mesa.git st/nine: Implement SetNPatchMode Signed-off-by: Axel Davy --- diff --git a/src/gallium/state_trackers/nine/device9.c b/src/gallium/state_trackers/nine/device9.c index b914c99b78d..075ed7c0f47 100644 --- a/src/gallium/state_trackers/nine/device9.c +++ b/src/gallium/state_trackers/nine/device9.c @@ -2917,7 +2917,7 @@ HRESULT NINE_WINAPI NineDevice9_SetNPatchMode( struct NineDevice9 *This, float nSegments ) { - STUB(D3DERR_INVALIDCALL); + return D3D_OK; /* Nothing to do because we don't advertise NPatch support */ } float NINE_WINAPI