Comment 2 for bug 597094

Revision history for this message
In , Chris Wilson (ickle) wrote :

commit 0e0101758438debf98f989d815989b45e78cf5f6
Author: Chris Wilson <email address hidden>
Date: Tue Jun 15 12:48:57 2010 +0100

    i830: Tidy i830_uxa_put_image()

    Use a single code path to upload the image data after selecting the
    right bo, and take advantage of pwrite() when possible.

    Fixes:

      Bug 28569 - [i965] IGN's flash-based video player crashes X
      https://bugs.freedesktop.org/show_bug.cgi?id=28569

      Bug 28573 - [i965] Fullscreen flash and windowed SDL games fail to
                  update the screen
      https://bugs.freedesktop.org/show_bug.cgi?id=28573

    Reported-and-tested-by: Brian Rogers <email address hidden>
    Signed-off-by: Chris Wilson <email address hidden>