[Bug 11101] Running SPECViewPerf9.0 may crash X sometime.

2007-06-19 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=11101





--- Comment #5 from [EMAIL PROTECTED]  2007-06-19 01:39 PST ---
Created an attachment (id=10372)
 -- (http://bugs.freedesktop.org/attachment.cgi?id=10372action=view)
Xorg.0.log

This is the new X log file when X crashed when running SPECViewPerf.


-- 
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 DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 11101] Running SPECViewPerf9.0 may crash X sometime.

2007-06-19 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=11101





--- Comment #6 from [EMAIL PROTECTED]  2007-06-19 01:47 PST ---
The log file is catched on G33(64bit) platform.


-- 
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 DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


Re: [Bug 11283] blender menus don't show up with r300 driver from git

2007-06-19 Thread Adam K Kirchhoff
On Sat, 2007-06-16 at 09:44 -0700, [EMAIL PROTECTED]
wrote:
 http://bugs.freedesktop.org/show_bug.cgi?id=11283
 
 
 
 
 
 --- Comment #4 from [EMAIL PROTECTED]  2007-06-16 09:44 PST ---
 
 Finished with git-bisect:
 
 9e8a961dd7d7b717a9fb4ecdea1c1b60ea355efe is first bad commit
 commit 9e8a961dd7d7b717a9fb4ecdea1c1b60ea355efe
 Author: Brian [EMAIL PROTECTED]
 Date:   Sun May 20 12:27:39 2007 -0600
 
 Overhaul/simplify SWvertex and SWspan attribute handling.
 
 Instead of separate fog/specular/texcoord/varying code, just treat all of
 them as generic attributes.  Simplifies the point/line/triangle functions.
 
 :04 04 9f70804d38a62512f185453df294c7e1df8e44e0
 3ef1f5e6a5ae338ef5ccce99bc62cfbaf7f8987c M  src
 
 

Brian,

Can you shed some light onto what this commit did to blender? :-)

Adam


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 11313] New: DRM fails to load with Fedora 7 x86_64 (Xen)

2007-06-19 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=11313

   Summary: DRM fails to load with Fedora 7 x86_64 (Xen)
   Product: DRI
   Version: DRI CVS
  Platform: x86-64 (AMD64)
OS/Version: Linux (All)
Status: NEW
  Severity: blocker
  Priority: medium
 Component: DRM modules
AssignedTo: dri-devel@lists.sourceforge.net
ReportedBy: [EMAIL PROTECTED]


DRM module is referenced in dmesg output, but fails to initiate the graphics
card. lspci and dmesg output to follow... This is running under Xen, but I
understand this shouldn't be a problem?


-- 
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 DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 11313] DRM fails to load with Fedora 7 x86_64 (Xen)

2007-06-19 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=11313





--- Comment #1 from [EMAIL PROTECTED]  2007-06-19 17:24 PST ---
Created an attachment (id=10381)
 -- (http://bugs.freedesktop.org/attachment.cgi?id=10381action=view)
lspci -vv -nn output showing graphics card and overall system

PCI ID for the graphics card (1002:5975) is in the dri database, so this should
work..?


-- 
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 DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 11184] DrawPixels set wrong pixel color

2007-06-19 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=11184





--- Comment #4 from [EMAIL PROTECTED]  2007-06-19 17:33 PST ---
There's at least two things wrong with the test program.

1. The current raster position is invalid when glDrawPixels is hit so nothing's
drawn.  Try glRasterPos2f(0, 0).

2. The dataBuf array is initialized incorrectly.  It should be something like
this:

   for (i = 0; i  size; i++) {
  dataBuf[i*3+0] = 255;
  dataBuf[i*3+1] = 255;
  dataBuf[i*3+2] = 255;
   }

Can you retest with these fixes?


-- 
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 DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 8427] Kernel Panic on shuting down with Xserver using i810 driver

2007-06-19 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=8427


[EMAIL PROTECTED] changed:

   What|Removed |Added

 CC||[EMAIL PROTECTED],
   ||[EMAIL PROTECTED]




--- Comment #1 from [EMAIL PROTECTED]  2007-06-19 18:16 ---
Mario,
Could you test with 2.6.22-rc5 please, to refresh the data and see if fix is
already there.
Thanks.


-- 
Configure bugmail: http://bugzilla.kernel.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 DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


Re: [Bug 11283] blender menus don't show up with r300 driver from git

2007-06-19 Thread Brian Paul
Adam K Kirchhoff wrote:
 On Sat, 2007-06-16 at 09:44 -0700, [EMAIL PROTECTED]
 wrote:
 http://bugs.freedesktop.org/show_bug.cgi?id=11283





 --- Comment #4 from [EMAIL PROTECTED]  2007-06-16 09:44 PST ---

 Finished with git-bisect:

 9e8a961dd7d7b717a9fb4ecdea1c1b60ea355efe is first bad commit
 commit 9e8a961dd7d7b717a9fb4ecdea1c1b60ea355efe
 Author: Brian [EMAIL PROTECTED]
 Date:   Sun May 20 12:27:39 2007 -0600

 Overhaul/simplify SWvertex and SWspan attribute handling.

 Instead of separate fog/specular/texcoord/varying code, just treat all of
 them as generic attributes.  Simplifies the point/line/triangle 
 functions.

 :04 04 9f70804d38a62512f185453df294c7e1df8e44e0
 3ef1f5e6a5ae338ef5ccce99bc62cfbaf7f8987c M  src


 
 Brian,
 
 Can you shed some light onto what this commit did to blender? :-)

My guess is when we're hitting the fallback path, the SWvertex-color 
values aren't getting populated.

In most of the DRI drivers, there's a XXX_translate_vertex() function 
that converts HW vertices to SWvertex format.  I don't see that in the 
R300 driver though.  I'm not sure how fallbacks work in that driver.

-Brian

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 11184] DrawPixels set wrong pixel color

2007-06-19 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=11184





--- Comment #6 from [EMAIL PROTECTED]  2007-06-19 22:56 PST ---
Brian: you've seen the drawpix failure as a result of that commit, right?


-- 
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 DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel