[Dri-devel] How to build DRI to use gprof see profile data

2002-02-04 Thread =?x-unknown?b?s1y5xab2?=
Hello, Every body: Do any know how to build Xserver and DRI that can see profiling data through gprof?? I've see there is an option in host.def(in ) DRI cvs): /* To do profiling of the dynamically loaded 'xyz_dri.so' object, turn * this on. * Use 'xc/lib/GL/makeprofile.sh' to

Re: CVS Access WAS: Re: [Dri-devel] [PATCH] radeon texture state bug

2002-02-04 Thread Michael
On Sat, Feb 02, 2002 at 06:27:12PM +, Keith Whitwell wrote: Michael, These patches look good, as has other stuff you've done. Are you interested in cvs access? Does anyone have any objections to this? Yes, that sounds good. -- Michael.

Re: CVS Access WAS: Re: [Dri-devel] [PATCH] radeon texture state bug

2002-02-04 Thread Brian Paul
Keith Whitwell wrote: Michael wrote: Attached patch fixes a bug where a newer texture state is disabled prior to FlushPrims being called. (examples : ground texture in rollercoaster doesn't display, various glitches on mp_beach (maybe others?) in rtcw) -- Michael. Michael,

Re: [Dri-devel] Re: GL testing Re: [Xpert]problem with ati and mandrake 8.1

2002-02-04 Thread Brian Paul
Daryll Strauss wrote: On Sun, Feb 03, 2002 at 08:00:35PM +, Dr Andrew C Aitchison wrote: On Sun, 3 Feb 2002, Vladimir Dergachev wrote: On Sun, 3 Feb 2002, Dr Andrew C Aitchison wrote: I'm fairly sure that there is an OpenGL test suite; although I doubt that it is freely

[Dri-devel] [Fwd: Next weeks IRC]

2002-02-04 Thread Jens Owen
Don't forget the meeting is today (monday) at 2100 UTC. Check the link below for your local time. This is a different time than the last two weeks. We have been moving the time around to see if we can accomidate more people. Hopefully, this time will work best. Send me e-mail directly if you

RE: [Dri-devel] How to build DRI to use gprof see profile data

2002-02-04 Thread Michel Dänzer
On Mon, 2002-02-04 at 19:43, Gareth Hughes wrote: Do any know how to build Xserver and DRI that can see profiling data through gprof?? I've see there is an option in host.def(in ) DRI cvs): /* To do profiling of the dynamically loaded 'xyz_dri.so' object, turn * this on.

RE: [Dri-devel] How to build DRI to use gprof see profile data

2002-02-04 Thread Gareth Hughes
Shouldn't it work for the whole tree if we provided a wrapper for mcount and whatever for the modules? Possibly not, given the method we use to actually process the profiling data. Besides, it's never been a priority -- the current method works great for the 3D drivers. -- Gareth

[Dri-devel] mesa-4-0-branch Imakefile fixes

2002-02-04 Thread Eric Anholt
BSD make is choking on some of the mesa Imakefiles in mesa-4-0-branch. A patch is attached, which I think is correct. Index: xc/lib/GL/mesa/src/math/Imakefile === RCS file:

Re: [Dri-devel] unsubsrcibed from list

2002-02-04 Thread Frank Worsley
I have placed a link from the Doc page to your developer FAQ. The log of the second meeting as well as a breef summary was posted by Marcelo Magallon on the 28th. I think you should be able to pick it up on the archive. The archives don't do attachements. If somebody emails this to me

Re: [Dri-devel] unsubsrcibed from list

2002-02-04 Thread Frank Worsley
Sounds good, have you seen the log of the first meeting I put at http://dri.sourceforge.net/DRI-IRC-meeting-20020121.txt ? Ok, I have added this. - Frank ___ Dri-devel mailing list [EMAIL PROTECTED]

RE: [Dri-devel] How to build DRI to use gprof see profile data

2002-02-04 Thread =?x-unknown?b?s1y5xab2?=
Thanks for Gareth Help, Now , I've build Xserver , and install it successful When I run glxgears, it print out glx_init_prof, and glx_fini_prof. But, how to produce gmon.out ?? I had tried to run xc/lib/GL/makeprofile.sh, but print out some error message Is there still any step to do for