diff options
author | José Fonseca <[email protected]> | 2008-07-15 08:42:16 +0900 |
---|---|---|
committer | José Fonseca <[email protected]> | 2008-07-15 17:58:48 +0900 |
commit | 1d03102b319f7bca2bf76c5d6e3996dc87f03634 (patch) | |
tree | 6b7123544526642f96e307f22824c3a75b7dfe98 /src/gallium/state_trackers/python/tests | |
parent | 2c4349aa3ac9a6d5ee1f7b1aeb5eb0ee1cb54690 (diff) |
python: Allow hardware support.
Diffstat (limited to 'src/gallium/state_trackers/python/tests')
-rw-r--r-- | src/gallium/state_trackers/python/tests/texture.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/state_trackers/python/tests/texture.py b/src/gallium/state_trackers/python/tests/texture.py index d0b657423ea..ad11e8dcc90 100644 --- a/src/gallium/state_trackers/python/tests/texture.py +++ b/src/gallium/state_trackers/python/tests/texture.py @@ -227,7 +227,7 @@ class TextureTest(Test): def main(): - dev = Device(hardware = False) + dev = Device() test = TextureTest(dev = dev) test.run() |