[Dri-devel] [Fwd: [Mesa3d-dev] viewperf]

2002-03-12 Thread Gareth Hughes
Forwarding to dri-devel. Original Message Subject: [Mesa3d-dev] viewperf Date: Tue, 12 Mar 2002 13:51:52 +0100 (MET) From: Klaus Niederkrueger <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Hi, In the last week I have been playing with the spec-viewperf programs and (at least on my

Re: [Dri-devel] [Fwd: [Mesa3d-dev] viewperf]

2002-03-12 Thread Dieter Nützel
> Forwarding to dri-devel. > > Original Message > Subject: [Mesa3d-dev] viewperf > Date: Tue, 12 Mar 2002 13:51:52 +0100 (MET) > From: Klaus Niederkrueger <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > > Hi, > > In the last week I have been playing with the spec-viewperf programs

Re: [Dri-devel] [Fwd: [Mesa3d-dev] viewperf]

2002-03-12 Thread Justin A. Kolodziej
I can answer that. Add this to the bottom of EnvLinux: int GetNumProcessors() { return (1); } It's OK, they just return 2 for Irix ;-) Exercise for the reader: what's the *correct* way to implement this function? Dieter Nützel wrote: >>Forwarding to dri-devel. >> >> Original Mes

Re: [Dri-devel] [Fwd: [Mesa3d-dev] viewperf]

2002-03-13 Thread Klaus Niederkrueger
> > > But then I went a step further and compiled the view-perf with the > > switches "-DMP" and "-lpthread", which seem to enable threads. > > While all other tests work (as far as I can tell), DRV crashes now. In > > Software-mode I get a segmentation fault and in hardware mode it says > > "Rad

Re: [Dri-devel] [Fwd: [Mesa3d-dev] viewperf]

2002-03-13 Thread Ian Romanick
On Tue, Mar 12, 2002 at 08:23:57PM -0600, Justin A. Kolodziej wrote: > I can answer that. Add this to the bottom of EnvLinux: > > int GetNumProcessors() { > return (1); > } > > It's OK, they just return 2 for Irix ;-) > > Exercise for the reader: what's the *correct* way to implement this

Re: [Dri-devel] [Fwd: [Mesa3d-dev] viewperf]

2002-03-13 Thread Dieter Nützel
On Mittwoch, 13. März 2002 13:17:13, Klaus Niederkrueger wrote: > > > But then I went a step further and compiled the view-perf with the > > > switches "-DMP" and "-lpthread", which seem to enable threads. > > > While all other tests work (as far as I can tell), DRV crashes now. In > > > Software-