Most GLX functions force non-variable length double arrays and double scalars to be put at the start of the GLX request. However, the vertex and fragement program related functions break with this tradtion. In these functions, all parameters are put in the protocol stream in the order in which they appear. In spite of the "doubles_in_order" flag, the code generated for src/glx/x11/indirect.c puts the parameters in the traditional doubles-first order.
Fix was committed on 21-June-2005.
Mass version move, cvs -> git
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.