Re: [Dri-devel] glSamplePass

2002-03-20 Thread Brian Paul
Ian Romanick wrote: > > On Wed, Mar 20, 2002 at 10:17:26PM +0100, Andreas Stenglein wrote: > > > so maybe shouldnt it be deleted from gl.h? > > If I understand Brian correctly, gl.h (which has glSamplePass) is correct, > but the library (which has glSamplePassARB) is not correct. No, glSampleP

Re: [Dri-devel] glSamplePass

2002-03-20 Thread Ian Romanick
On Wed, Mar 20, 2002 at 10:17:26PM +0100, Andreas Stenglein wrote: > so maybe shouldnt it be deleted from gl.h? If I understand Brian correctly, gl.h (which has glSamplePass) is correct, but the library (which has glSamplePassARB) is not correct. -- Tell that to the Marines! _

[Dri-devel] glSamplePass

2002-03-20 Thread Andreas Stenglein
Hello! so maybe shouldnt it be deleted from gl.h? best regards, Andreas [EMAIL PROTECTED] ___ Dri-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/dri-devel

Re: [Dri-devel] glSamplePass missing in libGL.so (only glSamplePassARB available)

2002-03-20 Thread Brian Paul
Andreas Stenglein wrote: > > Hello! > just discoverd that (in my) libGL.so theres > no glSamplePass symbol available. > its build from today (2002-03-20) DRI-trunk-code. > And its not available in the tcl-0-0-branch, too. > > strings libGL.so | grep glSamplePass > glSamplePassARB glSamplePassAR

RE: [Dri-devel] glSamplePass missing in libGL.so (only glSamplePassARB available)

2002-03-20 Thread Alexander Stohr
enGL specs now. > -Original Message- > From: Andreas Stenglein [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, March 20, 2002 14:32 > To: [EMAIL PROTECTED] > Subject: [Dri-devel] glSamplePass missing in libGL.so (only > glSamplePassARB available) > > > Hello! &

[Dri-devel] glSamplePass missing in libGL.so (only glSamplePassARB available)

2002-03-20 Thread Andreas Stenglein
Hello! just discoverd that (in my) libGL.so theres no glSamplePass symbol available. its build from today (2002-03-20) DRI-trunk-code. And its not available in the tcl-0-0-branch, too. strings libGL.so | grep glSamplePass glSamplePassARB regards, Andreas [EMAIL PROTECTED] _