From fceee460226ca55a3ae7f41b2f62ffd12c825407 Mon Sep 17 00:00:00 2001 From: José Fonseca Date: Wed, 31 Mar 2010 12:28:49 +0100 Subject: python/tests: Get the tests running again. --- progs/gallium/python/samples/tri.py | 1 + 1 file changed, 1 insertion(+) (limited to 'progs/gallium/python/samples/tri.py') diff --git a/progs/gallium/python/samples/tri.py b/progs/gallium/python/samples/tri.py index 9f6d787dcb..8cc272db81 100644 --- a/progs/gallium/python/samples/tri.py +++ b/progs/gallium/python/samples/tri.py @@ -128,6 +128,7 @@ def test(dev): scissor.maxy = height ctx.set_scissor(scissor) + # clip clip = Clip() clip.nr = 0 ctx.set_clip(clip) -- cgit v1.2.3