diff options
Diffstat (limited to 'src/gallium/auxiliary/draw/draw_vs.c')
-rw-r--r-- | src/gallium/auxiliary/draw/draw_vs.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/draw/draw_vs.c b/src/gallium/auxiliary/draw/draw_vs.c index f24354e..1501942 100644 --- a/src/gallium/auxiliary/draw/draw_vs.c +++ b/src/gallium/auxiliary/draw/draw_vs.c @@ -122,6 +122,8 @@ draw_bind_vertex_shader(struct draw_context *draw, draw->vs.clipdistance_output[0] = dvs->clipdistance_output[0]; draw->vs.clipdistance_output[1] = dvs->clipdistance_output[1]; dvs->prepare( dvs, draw ); + draw_update_clip_flags(draw); + draw_update_viewport_flags(draw); } else { draw->vs.vertex_shader = NULL; |