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

2002-03-20 Thread Alexander Stohr
just a quick guess since i am not aware of that specific function... (assumed) its an extension to the OpenGL 1.x standard. extension names arent most often exported by standard lib GL as symbols but only via the get by name method. you might want to have a look at the respective OpenGL specs

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 glSamplePassARB should