[Bug 18347] intelReadPixels needs to wait for hardware

2008-11-05 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=18347 Eric Anholt <[EMAIL PROTECTED]> changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolu

[Bug 18347] intelReadPixels needs to wait for hardware

2008-11-05 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=18347 --- Comment #9 from Owen Taylor <[EMAIL PROTECTED]> 2008-11-05 17:53:34 PST --- Contrary to my expectation, my patch in isolation does fix the problem I was observing! -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=emai

[Bug 18347] intelReadPixels needs to wait for hardware

2008-11-05 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=18347 --- Comment #8 from Owen Taylor <[EMAIL PROTECTED]> 2008-11-05 06:39:01 PST --- I'll try this evening, but my understanding is no. To quote Keith's mail: i915_gem_object_set_domain is also used from the set_domain ioctl. In this case, the

[Bug 18347] intelReadPixels needs to wait for hardware

2008-11-03 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=18347 Eric Anholt <[EMAIL PROTECTED]> changed: What|Removed |Added Status|NEW |ASSIGNED --- Comment

[Bug 18347] intelReadPixels needs to wait for hardware

2008-11-02 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=18347 Owen Taylor <[EMAIL PROTECTED]> changed: What|Removed |Added Attachment #20001|0 |1 is obsolete|

[Bug 18347] intelReadPixels needs to wait for hardware

2008-11-02 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=18347 --- Comment #5 from Owen Taylor <[EMAIL PROTECTED]> 2008-11-02 14:26:28 PST --- Turns out after discussion on IRC that the mesa patch here is a red herring. The problem is basically what is discussed in: http://lists.freedesktop.org/archive

[Bug 18347] intelReadPixels needs to wait for hardware

2008-11-02 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=18347 --- Comment #4 from Owen Taylor <[EMAIL PROTECTED]> 2008-11-02 11:15:52 PST --- Any advice about how to investigate further? -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail becau

[Bug 18347] intelReadPixels needs to wait for hardware

2008-11-02 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=18347 Eric Anholt <[EMAIL PROTECTED]> changed: What|Removed |Added CC||[EMAIL PROTECTED] --

[Bug 18347] intelReadPixels needs to wait for hardware

2008-11-02 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=18347 --- Comment #2 from Owen Taylor <[EMAIL PROTECTED]> 2008-11-02 08:58:11 PST --- In further testing, the patch works as advertised for direct rendering but when running inside the server (AIGLX) seems to have no effect. My only idea is that the

[Bug 18347] intelReadPixels needs to wait for hardware

2008-11-02 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=18347 --- Comment #1 from Philipp Klaus Krause <[EMAIL PROTECTED]> 2008-11-02 06:14:51 PST --- [EMAIL PROTECTED] schrieb: > - intelFinish() does a bit more than is necessary, since it waits for >rendering to all color buffers to finish, not j