Chris Rankin wrote: > --- Brian Paul <[EMAIL PROTECTED]> wrote: > >>>>It may be that the GL_PROGRAM_UNDER_NATIVE_LIMITS_ARB query is >>>>happening before glProgramStringARB() has been called. >> >>Fixed in CVS. > > > So the final step would be to make wine call glProgramStringARB() before > glGetProgramivARB()?
In OpenGL terms, there's nothing illegal about calling glGetProgramivARB() before glProgramStringARB(). I have no idea what Wine is trying to do, but it was definitely a bug in Mesa. -Brian ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Mesa3d-dev mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mesa3d-dev
