commit | 6a47baa6ce7e6fb5fed8d1fd0af36a96a4ad133f | [log] [tgz] |
---|---|---|
author | Owen Taylor <otaylor@redhat.com> | Mon Nov 03 14:38:17 2008 -0800 |
committer | Dave Airlie <airlied@linux.ie> | Tue Nov 11 17:43:26 2008 +1000 |
tree | 7ad2e9ab0495856bc315bbf9640416ee1f70323b | |
parent | ad42ca8f4490de06462aee234ea0083cbd8b46aa [diff] |
i915: Don't attempt to short-circuit object_wait_rendering by checking domains. This could return early when reading after writing a buffer, if somebody had already put it on the flushing list (write domains are 0, but still active), leading to glReadPixels failure. Signed-off-by: Eric Anholt <eric@anholt.net> Signed-off-by: Dave Airlie <airlied@linux.ie>