[Bug 11895] X crashed on i965

2007-08-08 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=11895





--- Comment #5 from [EMAIL PROTECTED]  2007-08-08 23:41 PST ---
seems following commit bring this issue in:

commit d749cc9ae8c50157a1588369222a591410002c26
Author: Eric Anholt <[EMAIL PROTECTED]>
Date:   Mon Aug 6 15:45:37 2007 -0700

Initialize the AGP structure's base address at init rather than enable.

Not all drivers call enable (intel), but they would still like to use this
member in driver code.


index 4618823..df54360 100644
--- a/linux-core/drm_agpsupport.c
+++ b/linux-core/drm_agpsupport.c
@@ -183,6 +183,7 @@ int drm_agp_enable(struct drm_device *dev, struct
drm_agp_mo
 #else
agp_enable(dev->agp->bridge, mode.mode);
 #endif
+   dev->agp->base = dev->agp->agp_info.aper_base;
dev->agp->enabled = 1;
return 0;
 }
@@ -440,7 +441,6 @@ struct drm_agp_head *drm_agp_init(struct drm_device *dev)
INIT_LIST_HEAD(&head->memory);
head->cant_use_aperture = head->agp_info.cant_use_aperture;
head->page_mask = head->agp_info.page_mask;
-   head->base = head->agp_info.aper_base;
return head;
 }


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 11909] GL_PACK_SWAP_BYTES dosen't work, when reading back from stencil buffer in GL_INT format

2007-08-08 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=11909





--- Comment #1 from [EMAIL PROTECTED]  2007-08-08 23:35 PST ---
Created an attachment (id=11054)
 --> (http://bugs.freedesktop.org/attachment.cgi?id=11054&action=view)
test case


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 11909] New: GL_PACK_SWAP_BYTES dosen't work, when reading back from stencil buffer in GL_INT format

2007-08-08 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=11909

   Summary: GL_PACK_SWAP_BYTES dosen't work, when reading  back from
stencil buffer in GL_INT format
   Product: Mesa
   Version: CVS
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: medium
 Component: Mesa core
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]
CC: dri-devel@lists.sourceforge.net


use glPixelStorei to set GL_PACK_SWAP_BYTES to GL_FALSE
draw a group of values into stencil buffer, 
then, use glPixelStorei to set GL_PACK_SWAP_BYTES to GL_TRUE
read back values from buffer, the byte order is not as expected.

The following patch should fix this:

--- src/mesa/main/image.c   2007-08-05 20:06:34.0 +0800
+++ src/mesa/main/b.c   2007-08-09 13:23:01.0 +0800
@@ -3794,7 +3794,7 @@
  GLint *dst = (GLint *) dest;
  GLuint i;
  for (i=0;iSwapBytes) {
 _mesa_swap4( (GLuint *) dst, n );


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 6689] libGL warning: 3D driver claims to not support visual 0x4b

2007-08-08 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=6689


[EMAIL PROTECTED] changed:

   What|Removed |Added

 CC||[EMAIL PROTECTED]




--- Comment #4 from [EMAIL PROTECTED]  2007-08-08 21:49 PST ---
Since I still see this issue with Mesa 7.0. Anyone who can at least give me a
pointer to the mentioned discussion on mesa-dev? I couldn't find it. :-(


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


Re: xf86-video-intel and tilling problem on my i915GM

2007-08-08 Thread Jesse Barnes
On Wednesday, August 8, 2007 1:11 pm Sergio Monteiro Basto wrote:
> On Wed, 2007-08-08 at 11:12 -0700, Jesse Barnes wrote:
> > Sergio, to reiterate (sorry I lost the earlier messages in this
> > thread),
> > you're having trouble with Xv unless you disable tiling and
> > framebuffer
> > compression right?
>
> yes
>
> but just i810 afect my i915GM ? is that right ?

I just tested again on my 915 machine.  Xv seems to work well, the 
display is ok and the speed is right, so hopefully the latest bits will 
work for you.

Jesse

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


Re: xf86-video-intel and tilling problem on my i915GM

2007-08-08 Thread Sergio Monteiro Basto
On Wed, 2007-08-08 at 11:12 -0700, Jesse Barnes wrote:
> Sergio, to reiterate (sorry I lost the earlier messages in this
> thread), 
> you're having trouble with Xv unless you disable tiling and
> framebuffer 
> compression right? 
yes
 
but just i810 afect my i915GM ? is that right ? 

Thanks, 
-- 
Sérgio M. B.


smime.p7s
Description: S/MIME cryptographic signature
-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


Re: xf86-video-intel and tilling problem on my i915GM

2007-08-08 Thread Jesse Barnes
On Wednesday, August 8, 2007 10:33 am Sergio Monteiro Basto wrote:
> On Wed, 2007-08-08 at 10:21 +0800, Zhenyu Wang wrote:
> > Pls raise any Xorg video driver issue to
> > [EMAIL PROTECTED], not dri-devel.
>
> xorg ML have many traffic
>
> > It's good if you can pull latest fixes to test it, thanks.
>
> I just pull and test and nothing better .
> commit 92af2f4bbcb395cbde097776718449d99843ad67
> Date:   Tue Aug 7 15:18:17 2007 -0700

Sergio, to reiterate (sorry I lost the earlier messages in this thread), 
you're having trouble with Xv unless you disable tiling and framebuffer 
compression right?

Thanks,
Jesse

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


Re: xf86-video-intel and tilling problem on my i915GM

2007-08-08 Thread Sergio Monteiro Basto
On Wed, 2007-08-08 at 10:21 +0800, Zhenyu Wang wrote:
> Pls raise any Xorg video driver issue to [EMAIL PROTECTED],
> not dri-devel. 
xorg ML have many traffic

> It's good if you can pull latest fixes to test it, thanks. 

I just pull and test and nothing better .
commit 92af2f4bbcb395cbde097776718449d99843ad67
Date:   Tue Aug 7 15:18:17 2007 -0700

-- 
Sérgio M. B.


smime.p7s
Description: S/MIME cryptographic signature
-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 11895] X crashed on i965

2007-08-08 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=11895


[EMAIL PROTECTED] changed:

   What|Removed |Added

   Severity|critical|blocker
Summary|background color set|X crashed on i965
   |incorrect   |




-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 11895] background color set incorrect

2007-08-08 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=11895





--- Comment #4 from [EMAIL PROTECTED]  2007-08-08 01:47 PST ---
for issue "intelWaitIrq: drmI830IrqWait: -16", and X crash, 
seems commit(d749cc9ae8c50157a1588369222a591410002c26) bring them in


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel