summaryrefslogtreecommitdiff
path: root/progs/gallium/python/samples/tri.py
diff options
context:
space:
mode:
authorJosé Fonseca <jfonseca@vmware.com>2010-03-31 12:28:49 +0100
committerJosé Fonseca <jfonseca@vmware.com>2010-03-31 13:12:24 +0100
commitfceee460226ca55a3ae7f41b2f62ffd12c825407 (patch)
tree9152af6b41a257875a2062b33e244058432047b3 /progs/gallium/python/samples/tri.py
parent52b4691518422f82ee9f34ae94a2c4dfd1a0cfd0 (diff)
python/tests: Get the tests running again.
Diffstat (limited to 'progs/gallium/python/samples/tri.py')
-rw-r--r--progs/gallium/python/samples/tri.py1
1 files changed, 1 insertions, 0 deletions
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)