From: Owen Taylor Date: Mon, 3 Nov 2008 22:38:17 +0000 (-0800) Subject: i915: Don't attempt to short-circuit object_wait_rendering by checking domains. X-Git-Tag: v2.6.28-rc5~87^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a47baa6ce7e6fb5fed8d1fd0af36a96a4ad133f;p=pandora-kernel.git 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 Signed-off-by: Dave Airlie --- Reading git-diff-tree failed