summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/python/samples/tri.py
diff options
context:
space:
mode:
authorJosé Fonseca <jrfonseca@tungstengraphics.com>2008-07-15 08:42:16 +0900
committerJosé Fonseca <jrfonseca@tungstengraphics.com>2008-07-15 17:58:48 +0900
commit1d03102b319f7bca2bf76c5d6e3996dc87f03634 (patch)
tree6b7123544526642f96e307f22824c3a75b7dfe98 /src/gallium/state_trackers/python/samples/tri.py
parent2c4349aa3ac9a6d5ee1f7b1aeb5eb0ee1cb54690 (diff)
python: Allow hardware support.
Diffstat (limited to 'src/gallium/state_trackers/python/samples/tri.py')
-rw-r--r--src/gallium/state_trackers/python/samples/tri.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/state_trackers/python/samples/tri.py b/src/gallium/state_trackers/python/samples/tri.py
index 7a10905ddb..f915c26215 100644
--- a/src/gallium/state_trackers/python/samples/tri.py
+++ b/src/gallium/state_trackers/python/samples/tri.py
@@ -185,7 +185,7 @@ def test(dev):
def main():
- dev = Device(hardware = False)
+ dev = Device()
test(dev)