[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 ma

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) > > > > -- > > M

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 i

[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 Gareth Hughes
> 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/makep

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 > > *

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 _

Re: [Dri-devel] IRC meeting log, 2001-01-28

2002-02-04 Thread Michel Dänzer
On Mon, 2002-01-28 at 21:25, Marcelo E. Magallon wrote: > attached is the log of today's meeting. If someone minds about the > size of the attachment (17kB), please mail me privately to put it on a > webserver next time. > > Topics discussed, among others: > > * Patents > * Some bi

[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: /cvsroot/dri/xc/xc/lib/GL/mesa/src/math/Attic/Imakefile,v

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

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] https://lists.sourceforge.net/lists/listi

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 p