[Bug 7880] The newest mesa does not work with compiz on Xgl

2006-08-14 Thread bugzilla-daemon
Please do not reply to this email: if you want to comment on the bug, go to the URL shown below and enter yourcomments there. https://bugs.freedesktop.org/show_bug.cgi?id=7880 [EMAIL PROTECTED] changed: What|Removed |Added --

Re: i915_dma.c compile error

2006-08-14 Thread Eric Anholt
On Tue, 2006-08-15 at 08:59 +0700, Angka H. K. wrote: > I have drm source about a week ago on FreeBSD 7. > > My compilation failed on i915_dma.c line 405, the compiler complain > about pdev not define. The defination looks like this > "dev->pdev->device ". There is no pdev defined at drm_device st

[Bug 7880] New: The newest mesa does not work with compiz on Xgl

2006-08-14 Thread bugzilla-daemon
Please do not reply to this email: if you want to comment on the bug, go to the URL shown below and enter yourcomments there. https://bugs.freedesktop.org/show_bug.cgi?id=7880 Summary: The newest mesa does not work with compiz on Xgl Produc

RE: i915_dma.c compile error

2006-08-14 Thread Wu, Nian
You can get the latest source by executing:  git-clone git://anongit.freedesktop.org/git/mesa/drm   The drm source is located in sub-directory linux-core,  you can compile it with   make.   Good luck! From: Angka H. K. [mailto:[EMAIL PROTECTED] Sent: 2006年8月15日 10:44 To: Wu, Nia

Re: i915_dma.c compile error

2006-08-14 Thread Angka H. K.
FYII tried this :/*  if (IS_I965G(dev)) {    BEGIN_LP_RING(4);    OUT_RING(GFX_OP_DRAWRECT_INFO_I965);     OUT_RING((box.x1 & 0x) | (box.y1 << 16));    OUT_RING(((box.

Re: i915_dma.c compile error

2006-08-14 Thread Angka H. K.
Here is the output when I compiled the source:--cc -O2 -fno-strict-aliasing -pipe  -Werror -D_KERNEL -DKLD_MODULE -nostdinc -I-  -I. -I.. -I. -I@ -I@/contrib/altq -I@/../i

i915_dma.c compile error

2006-08-14 Thread Angka H. K.
I have drm source about a week ago on FreeBSD 7.My compilation failed on i915_dma.c line 405, the compiler complain about pdev not define. The defination looks like this "dev->pdev->device ". There is no pdev defined at drm_device structure I think. Thanks --

[Bug 7169] dynamyc loading problem

2006-08-14 Thread bugzilla-daemon
Please do not reply to this email: if you want to comment on the bug, go to the URL shown below and enter yourcomments there. https://bugs.freedesktop.org/show_bug.cgi?id=7169 [EMAIL PROTECTED] changed: What|Removed |Added --

[Bug 7797] drm does not compile on non agp systems

2006-08-14 Thread bugzilla-daemon
Please do not reply to this email: if you want to comment on the bug, go to the URL shown below and enter yourcomments there. https://bugs.freedesktop.org/show_bug.cgi?id=7797 [EMAIL PROTECTED] changed: What|Removed |Added --