[PATCH 2/5] drivers/char/... convert #include "linux/..." to #include

2007-08-19 Thread Joe Perches
(untested) There are several files that #include "linux/file" not #include #include "asm/file" not #include Here's a little script that converts them: egrep -i -r -l --include=*.[ch] \ "^[[:space:]]*\#[[:space:]]*include[[:space:]]*\"(linux|asm)/(.*)\"" * \ | xargs sed -i -e 's/^[[:space:]]*#

uncached page allocator

2007-08-19 Thread Dave Airlie
Hi all, I've started doing some work with using the new DRM memory manager from TG for pixmaps in the X server using Intel 9xx series hardware. The intel hardware pretty much requires pages to be uncached for the GPU to access them. It can use cached memory for some operations but it isn't very u

[Bug 11870] AIGLX DRM Probe Removes RADEON DRM Lock

2007-08-19 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=11870 [EMAIL PROTECTED] changed: What|Removed |Added Attachment #11013|0 |1 is obsolete|

[Bug 12054] Video for World of Warcraft cinematic not displayed.

2007-08-19 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=12054 --- Comment #18 from [EMAIL PROTECTED] 2007-08-19 10:27 PST --- (In reply to comment #17) >> wine should support pbuffer, but I'm not sure dri/xorg server will anytime > soon - discussions about it are 3 years old now. Ummm... since W

[Bug 11592] Segfault in r300EmitArrays in Mesa 7.0 (ati r300 dri) while executing Planeshift (3.019)

2007-08-19 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=11592 --- Comment #7 from [EMAIL PROTECTED] 2007-08-19 09:54 PST --- It seems that setting "Vertex Buffer Object" from "Off" to "On" (in pssetup) avoids the crash (whatever that means, maybe double buffering ?) -- Configure bugmail: http:

[Bug 12061] New: flickering decals, possible polygon offset problem

2007-08-19 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=12061 Summary: flickering decals, possible polygon offset problem Product: Mesa Version: CVS Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW Severity: normal Prio

[Bug 12054] Video for World of Warcraft cinematic not displayed.

2007-08-19 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=12054 --- Comment #17 from [EMAIL PROTECTED] 2007-08-19 08:04 PST --- (In reply to comment #16) > The comments in wine/dlls/winex11.drv/opengl.c are quite revealing as to how > GLX extension detection works. Basically, ATI drivers are consid

[Bug 12054] Video for World of Warcraft cinematic not displayed.

2007-08-19 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=12054 --- Comment #16 from [EMAIL PROTECTED] 2007-08-19 07:06 PST --- The comments in wine/dlls/winex11.drv/opengl.c are quite revealing as to how GLX extension detection works. Basically, ATI drivers are considered broken in that they only

[Bug 12054] Video for World of Warcraft cinematic not displayed.

2007-08-19 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=12054 --- Comment #15 from [EMAIL PROTECTED] 2007-08-19 06:24 PST --- (In reply to comment #14) > wgl is only used for windows, but there is a corresponding glx extension. This > is in glx 1.3, which fglrx supports. wine should translate wgl

[Bug 12054] Video for World of Warcraft cinematic not displayed.

2007-08-19 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=12054 --- Comment #14 from [EMAIL PROTECTED] 2007-08-19 05:26 PST --- (In reply to comment #13) > Does r200 need to support WGL_ARB_pbuffer, then? fglrx doesn't support any > kind > of pbuffer extension at all (unless it's core 2.0 function

[Bug 12054] Video for World of Warcraft cinematic not displayed.

2007-08-19 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=12054 --- Comment #13 from [EMAIL PROTECTED] 2007-08-19 04:11 PST --- (In reply to comment #12) > It seems to me like WoW tried to use pbuffers (which aren't supported, you can > see some wine errors in the beginning about that), and somehow

[Bug 12054] Video for World of Warcraft cinematic not displayed.

2007-08-19 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=12054 --- Comment #12 from [EMAIL PROTECTED] 2007-08-19 03:15 PST --- (In reply to comment #11) > Created an attachment (id=11172) --> (http://bugs.freedesktop.org/attachment.cgi?id=11172&action=view) [details] > MESA_DEBUG=tex,state for Wo