Re: R300 and trigger

2006-01-24 Thread Jerome Glisse
On 1/24/06, Keith Whitwell <[EMAIL PROTECTED]> wrote: > Jerome Glisse wrote: > > Trigger will likely fail on all hardware here is the dump > > of program generated by mesa : > > > > 0: TXP TEMP[0], INPUT[4], texture[0], 2D > > 1: TXP TEMP[1], INPUT[5], texture[1], 2D > > 2: MUL_SAT TEMP[2].

Re: R300 and trigger

2006-01-24 Thread Jerome Glisse
On 1/24/06, Keith Whitwell <[EMAIL PROTECTED]> wrote: > Jerome Glisse wrote: > > Trigger will likely fail on all hardware here is the dump > > of program generated by mesa : > > > > 0: TXP TEMP[0], INPUT[4], texture[0], 2D > > 1: TXP TEMP[1], INPUT[5], texture[1], 2D > > 2: MUL_SAT TEMP[2].

Re: R300 and trigger

2006-01-24 Thread Keith Whitwell
Jerome Glisse wrote: Trigger will likely fail on all hardware here is the dump of program generated by mesa : 0: TXP TEMP[0], INPUT[4], texture[0], 2D 1: TXP TEMP[1], INPUT[5], texture[1], 2D 2: MUL_SAT TEMP[2].xyz, TEMP[0], INPUT[1]; 3: MOV_SAT TEMP[2].w, INPUT[1]; 4: ADD, TEMP[1],

Re: R300 and trigger

2006-01-24 Thread Jerome Glisse
Trigger will likely fail on all hardware here is the dump of program generated by mesa : 0: TXP TEMP[0], INPUT[4], texture[0], 2D 1: TXP TEMP[1], INPUT[5], texture[1], 2D 2: MUL_SAT TEMP[2].xyz, TEMP[0], INPUT[1]; 3: MOV_SAT TEMP[2].w, INPUT[1]; 4: ADD, TEMP[1], TEMP[2]; 5: SUB OUTPU

[Bug 5714] New: Front buffer removal from libdri

2006-01-24 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=5714 Summary: Front buffer removal from libdri Product: DRI

[Bug 5710] New: DRI libs relocation problems on hardened systems

2006-01-24 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=5710 Summary: DRI libs relocation problems on hardened systems Produc

Re: R300 and trigger

2006-01-24 Thread Jerome Glisse
On 1/24/06, Dario Laera <[EMAIL PROTECTED]> wrote: > Hi all, > > it was about a month ago the last time I've ran r300 driver, today I > have gave it another look and I've noticed 2 problems: GLflux in > xscreensaver now is slow, in the past it was running fine. Trigger, the > rally game, always cra

[Bug 5709] External patches for drm ttm support.

2006-01-24 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=5709 [EMAIL PROTECTED] changed: What|Removed |Added --

[Bug 5709] New: External patches for drm ttm support.

2006-01-24 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=5709 Summary: External patches for drm ttm support. Product: DRI

R300 and trigger

2006-01-24 Thread Dario Laera
Hi all, it was about a month ago the last time I've ran r300 driver, today I have gave it another look and I've noticed 2 problems: GLflux in xscreensaver now is slow, in the past it was running fine. Trigger, the rally game, always crash after choosing the car with that message: Loading fx

Re: [PATCH] cleanup of the drm sysfs code.

2006-01-24 Thread Greg KH
On Sun, Jan 22, 2006 at 11:03:16AM +1300, Dave Airlie wrote: > > Kay pointed out today that the drm code creates a "dev" file in sysfs, > > yet doesn't tell the driver core about it. Normally this would be just > > fine, as you are exporting the value in the proper style, but now there > > are pro