diff options
author | Michal Krol <michal@vmware.com> | 2009-12-18 09:08:26 +0100 |
---|---|---|
committer | Michal Krol <michal@vmware.com> | 2009-12-18 09:08:26 +0100 |
commit | 7855fcb63ba0594cdaee15f8579b66af651828e0 (patch) | |
tree | 4ec55e91e49cd9600f362c32acc539696a8b1b8b /src/gallium/state_trackers/python/tests/base.py | |
parent | 465333ab7078daf878ad34ab172ebb15f8a003b3 (diff) | |
parent | b1ed72ebe2599ec178f51d86fd42f26486b9a19b (diff) |
Merge branch 'pipe-format-simplify'
Diffstat (limited to 'src/gallium/state_trackers/python/tests/base.py')
-rwxr-xr-x | src/gallium/state_trackers/python/tests/base.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/state_trackers/python/tests/base.py b/src/gallium/state_trackers/python/tests/base.py index 202ccfc350..b022d073fd 100755 --- a/src/gallium/state_trackers/python/tests/base.py +++ b/src/gallium/state_trackers/python/tests/base.py @@ -47,7 +47,7 @@ for name, value in globals().items(): formats[value] = name def is_depth_stencil_format(format): - # FIXME: make and use binding to pf_is_depth_stencil + # FIXME: make and use binding to util_format_is_depth_or_stencil return format in ( PIPE_FORMAT_Z32_UNORM, PIPE_FORMAT_Z24S8_UNORM, |