On Wed, 2007-12-05 at 15:56 -0800, Jesse Barnes wrote:
>
> So as far as userland is concerned, whether we call things planes or
> pipes is irrelevant, as long as kernel developers understand that
> userland hands them planes and they have to figure out which pipe that
> corresponds to (which w
http://bugs.freedesktop.org/show_bug.cgi?id=13358
--- Comment #5 from [EMAIL PROTECTED] 2007-12-06 01:30 PST ---
(In reply to comment #4)
> One thing I have noticed is that if I have X loaded with mesa 7.0.2, and then
> install mesa git and run glxinfo/glxgears and other 3d apps the b
The casting is safe only when the list_head member is the
first member of the structure.
Signed-off-by: Li Zefan <[EMAIL PROTECTED]>
---
drivers/char/drm/i915_irq.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/char/drm/i915_irq.c b/drivers/char/drm/i915_irq.
http://bugs.freedesktop.org/show_bug.cgi?id=13507
[EMAIL PROTECTED] changed:
What|Removed |Added
CC||[EMAIL PROTECTED]
--- Comment
http://bugs.freedesktop.org/show_bug.cgi?id=13327
--- Comment #5 from [EMAIL PROTECTED] 2007-12-06 11:55 PST ---
Created an attachment (id=12979)
--> (http://bugs.freedesktop.org/attachment.cgi?id=12979&action=view)
GDB Backtrace and texImage dump
Here's a dump of texImage and anoth
http://bugs.freedesktop.org/show_bug.cgi?id=13507
--- Comment #5 from [EMAIL PROTECTED] 2007-12-06 12:13 PST ---
Created an attachment (id=12980)
--> (http://bugs.freedesktop.org/attachment.cgi?id=12980&action=view)
GDB log of Xorg crashing
Couldn't get a backtrace (where do backtra
http://bugs.freedesktop.org/show_bug.cgi?id=13507
--- Comment #6 from [EMAIL PROTECTED] 2007-12-06 12:16 PST ---
I think my cast was wrong in the last gdb dump. All this information should be
available anyway in the dump of *data but nevertheless, here's another attempt:
(gdb) print
http://bugs.freedesktop.org/show_bug.cgi?id=13507
--- Comment #7 from [EMAIL PROTECTED] 2007-12-06 12:23 PST ---
I wonder if this is a DUP of 13545...
--
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You
http://bugs.freedesktop.org/show_bug.cgi?id=13545
--- Comment #4 from [EMAIL PROTECTED] 2007-12-06 12:23 PST ---
Is this the same as 13507?
--
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the ass
http://bugs.freedesktop.org/show_bug.cgi?id=13507
--- Comment #8 from [EMAIL PROTECTED] 2007-12-06 12:25 PST ---
Created an attachment (id=12981)
--> (http://bugs.freedesktop.org/attachment.cgi?id=12981&action=view)
A secondary crash
After collecting the last gdb dump, I had gdb con
http://bugs.freedesktop.org/show_bug.cgi?id=13358
--- Comment #6 from [EMAIL PROTECTED] 2007-12-06 13:03 PST ---
Do you have AIGLX enabled on your X server? Does indirect rendering work
better?
Try LIBGL_ALWAYS_INDIRECT=1 glxinfo and similar for glxgears.
--
Configure bugmail: ht
commit 0efdc8b13e7631e83e6b2a520408f6268871965d
Author: Keith Packard <[EMAIL PROTECTED]>
Date: Thu Dec 6 14:11:34 2007 -0800
Use previous buffer offsets to compute proposed relocations
This takes advantage of the DRM_BO_HINT_PRESUMED_OFFSET change and allows
the kernel to avoid
Here's a patch I believe is necessary for the i915 DRM kernel driver;
right now, the i915 mesa driver never re-uses batch buffers, so there
can never be an outstanding fence for a buffer with relocations. On 965,
buffers other than the batch buffer will contain relocations, and may be
reused (we'll
On Thu, 2007-12-06 at 18:15 -0500, Kristian Høgsberg wrote:
> On Dec 6, 2007 5:12 PM, Keith Packard <[EMAIL PROTECTED]> wrote:
> > commit 0efdc8b13e7631e83e6b2a520408f6268871965d
> > Author: Keith Packard <[EMAIL PROTECTED]>
> > Date: Thu Dec 6 14:11:34 2007 -0800
> >
> > Use previous buffer
http://bugs.freedesktop.org/show_bug.cgi?id=13507
--- Comment #9 from [EMAIL PROTECTED] 2007-12-06 15:32 PST ---
Created an attachment (id=12984)
--> (http://bugs.freedesktop.org/attachment.cgi?id=12984&action=view)
patch to avoid calling fb->Delete if NULL
Can you try the attached
http://bugs.freedesktop.org/show_bug.cgi?id=13327
--- Comment #6 from [EMAIL PROTECTED] 2007-12-06 15:34 PST ---
Created an attachment (id=12985)
--> (http://bugs.freedesktop.org/attachment.cgi?id=12985&action=view)
try to avoid dereferencing null image->Data pointer
Here's a work-a
On Dec 6, 2007 5:12 PM, Keith Packard <[EMAIL PROTECTED]> wrote:
> commit 0efdc8b13e7631e83e6b2a520408f6268871965d
> Author: Keith Packard <[EMAIL PROTECTED]>
> Date: Thu Dec 6 14:11:34 2007 -0800
>
> Use previous buffer offsets to compute proposed relocations
>
> This takes advantage of
http://bugs.freedesktop.org/show_bug.cgi?id=13358
--- Comment #7 from [EMAIL PROTECTED] 2007-12-06 15:50 PST ---
> OpenGL renderer string: Mesa DRI Radeon 20061018 NO-TCL
Why is it using radeon on r300 ?
--
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
---
http://bugs.freedesktop.org/show_bug.cgi?id=13553
Summary: libGL failing to activate DRM with wine
Product: Mesa
Version: CVS
Platform: x86 (IA32)
OS/Version: Linux (All)
Status: NEW
Severity: normal
Priority: mediu
http://bugs.freedesktop.org/show_bug.cgi?id=13553
[EMAIL PROTECTED] changed:
What|Removed |Added
Component|Drivers/DRI/r300|Mesa core
--
Configure bugmail: h
http://bugs.freedesktop.org/show_bug.cgi?id=13545
--- Comment #5 from [EMAIL PROTECTED] 2007-12-06 16:59 PST ---
(In reply to comment #4)
> Is this the same as 13507?
>
No, I don't think so.
--
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are
http://bugs.freedesktop.org/show_bug.cgi?id=13327
--- Comment #7 from [EMAIL PROTECTED] 2007-12-06 19:01 PST ---
Created an attachment (id=12986)
--> (http://bugs.freedesktop.org/attachment.cgi?id=12986&action=view)
GDB backtrace from patched mesa
Tried the workaround. No dice. Look
http://bugs.freedesktop.org/show_bug.cgi?id=13507
--- Comment #10 from [EMAIL PROTECTED] 2007-12-06 19:28 PST ---
(In reply to comment #9)
> Created an attachment (id=12984)
--> (http://bugs.freedesktop.org/attachment.cgi?id=12984&action=view) [details]
> patch to avoid calling fb->D
http://bugs.freedesktop.org/show_bug.cgi?id=13358
--- Comment #8 from [EMAIL PROTECTED] 2007-12-06 22:00 PST ---
I have tried with both AIGLX enabled, and disabled. I was using just the
default xorg.conf file generated by X -configure, but I disabled AIGLX and the
same thing occurs as
http://bugs.freedesktop.org/show_bug.cgi?id=13358
--- Comment #9 from [EMAIL PROTECTED] 2007-12-06 22:07 PST ---
Created an attachment (id=12988)
--> (http://bugs.freedesktop.org/attachment.cgi?id=12988&action=view)
Mesa 7.0.2 Xorg server 1.4 log
Xorg log with mesa 7.0.2. Hoping tha
http://bugs.freedesktop.org/show_bug.cgi?id=13358
--- Comment #10 from [EMAIL PROTECTED] 2007-12-06 22:11 PST ---
Created an attachment (id=12989)
--> (http://bugs.freedesktop.org/attachment.cgi?id=12989&action=view)
Mesa 7.1-git Xorg server 1.4 log
More log, but with Mesa git, and
26 matches
Mail list logo