Re: [Dri-devel] Radeon 7500 _should_ be working.

2003-01-29 Thread Michel Dänzer
On Don, 2003-01-30 at 04:22, Lakin Wecker wrote: > I've been trying to set up 3d rendering for the past two days now to no > avail. I'm running Debian GNU/Linux (Sid) on a 2.4.20 kernel installed > via apt-get. Xfree86 is also installed via apt-get. I've got a ATI > Radeon 7500 (agp) on my compu

[Dri-devel] Radeon 7500 _should_ be working.

2003-01-29 Thread Lakin Wecker
I've been trying to set up 3d rendering for the past two days now to no avail. I'm running Debian GNU/Linux (Sid) on a 2.4.20 kernel installed via apt-get. Xfree86 is also installed via apt-get. I've got a ATI Radeon 7500 (agp) on my computer, and at one point in time, had direct rendering worki

Re: [Dri-devel] Re: [Dri-devel][patch] 3DNow normalization bug

2003-01-29 Thread Dieter Nützel
Am Mittwoch, 29. Januar 2003 22:30 schrieb Felix Kühling: > On Wed, 29 Jan 2003 07:59:30 -0700 > > Brian Paul <[EMAIL PROTECTED]> wrote: > > >>> Since these functions are globally exported, it might be worth it to > > >>> write a quick test that calls the various > > >>> _transform_normalize_normal

[Dri-devel] Re: Configuration File Example.

2003-01-29 Thread Mike A. Harris
On Thu, 30 Jan 2003, Smitty wrote: >How about this for something which can be edited by a GUI program which >can change the settings, and which I / you / world+dog can read, >understand and edit easily in a text editor? > >GUI *and* CLI editable without having to squint at it. > >Anyone see any p

[Dri-devel] Configuration File Example.

2003-01-29 Thread Smitty
Howzit? How about this for something which can be edited by a GUI program which can change the settings, and which I / you / world+dog can read, understand and edit easily in a text editor? GUI *and* CLI editable without having to squint at it. Anyone see any problems if so feel free to educate

Re: [Dri-devel] 3DNow normalization bug

2003-01-29 Thread Felix Kühling
On Tue, 28 Jan 2003 15:05:30 -0800 Ian Romanick <[EMAIL PROTECTED]> wrote: > > I'll see if I can clean this up a bit. On the mesa-4-0-4 branch this > > code is disabled anyway, so there is not really a hurry to apply my > > stupid little patch. About this reading backward thing, where is that > >

[Dri-devel] Re: [Dri-devel][patch] 3DNow normalization bug

2003-01-29 Thread Felix Kühling
On Wed, 29 Jan 2003 07:59:30 -0700 Brian Paul <[EMAIL PROTECTED]> wrote: > >>> Since these functions are globally exported, it might be worth it to > >>> write a quick test that calls the various > >>> _transform_normalize_normals functions to make sure that they all > >>> produces the same (or

[Dri-devel] Re: radeon dri on x4.2.99 dont work

2003-01-29 Thread Konstantin Lepikhov
Hi Szymon! Wednesday 29, at 06:18:13 PM you wrote: > Dnia pon 27. stycznia 2003 20:34, Konstantin Lepikhov napisa?: > > > check it with 2.95. > > I've recompiled xfree with gcc3.2 so now all is compiled with gcc3.2 but it > changed nothing. still the same error with permission > > > again see

Re: [Dri-devel] Re: radeon dri on x4.2.99 dont work

2003-01-29 Thread Szymon Janc
Dnia pon 27. stycznia 2003 20:34, Konstantin Lepikhov napisał: > check it with 2.95. I've recompiled xfree with gcc3.2 so now all is compiled with gcc3.2 but it changed nothing. still the same error with permission > again see dri-devel archives - some people have the same problems in the > pas

[Dri-devel] //Home Loans & Refinancing at Very Low Rates! 5310jAnL9-482zHYR0425fkER-24

2003-01-29 Thread niemand9kotl
Title: ::M:: Hi ! Qukltw ns7t58NDqHHwimaWS 4378hdKw6-538lDAD9044SXKv1-509hGHG8901wLUO9-351CEgU7341kRHD2-026whtP4716foIl71†+Ñzf¢–+,¦‰ì¢·o$¨º·ŠàxIízºkŠÇ„v+b¢ˆϋŠ{±ZŠåu*&zØbž ’yèm¶Ÿÿà /jÊ·«yÊ&¸z÷¥™¨¥Šx%ŠËC®'^½éeŠËl²‹«qçè®§zØm¶›?þX¬¶Ë(º·~Šàzw­þX¬¶Ïå

[Dri-devel] [XFree86] new devloper

2003-01-29 Thread Alex Deucher
Dave you might try the DRI ML if this is about 3D acceleration. (i've cc'd the list) Alex --- hi i sent you an email some time ago but have not got any reply i need some help FAST! as the driver is now veary close to ready !! can you let me know even if some one is

[Dri-devel] RE: SELL FLASH MEMORY USB DRIVE

2003-01-29 Thread lejeyu
RE: SELL FLASH MEMORY USB DRIVE Our company is a main manufacturer of FLASH MEMORY USB DRIVE in China. USB FLASH HARD DRIVE is a pocketable for data storage and transportation .It acts as a removable hard drive when plugging into the USB port of your computer. You can save, delete, and move file

Re: [Dri-devel] Bug in compilation?

2003-01-29 Thread Ian Romanick
John S. Chalice wrote: I am attempting to recompile DRI on my newly configured Mandrake 9.0 system.. but it cuts out with an error on line 14282 or so of my log file.. with an error in a gcc line.. it's the only place it tries to use the Xpm library "-lXpm" and for some reason, it says it can't fi

Re: [Dri-devel] 3DNow normalization bug

2003-01-29 Thread Brian Paul
Ian Romanick wrote: Felix Kühling wrote: On Tue, 28 Jan 2003 13:10:41 -0800 Ian Romanick <[EMAIL PROTECTED]> wrote: Felix Kühling wrote: The patch moves the load operations back to the front of the loop as in the G3TN_norm_w_lengths case. Good catch. It looks like this went into the Mesa

Re: [Dri-devel] 3DNow normalization bug

2003-01-29 Thread Felix Kühling
On Wed, 29 Jan 2003 03:00:00 +0100 (MET) Peter Finderup Lund <[EMAIL PROTECTED]> wrote: > On Tue, 28 Jan 2003, Felix Kühling wrote: > > > prefetching looks odd to me. In the first transform loop in > > _mesa_3dnow_transform_normalize_normals memory is prefetched which is > > never read but only w