On Wed, 2013-12-04 at 15:15 +0000, Jon TURNEY wrote: > On 03/12/2013 20:14, Adam Jackson wrote: > > This just brings the code into sync with current Mesa master. > > > --- a/glx/indirect_size_get.c > > +++ b/glx/indirect_size_get.c > > @@ -603,7 +603,11 @@ __glGetBooleanv_size(GLenum e) > > case GL_OCCLUSION_TEST_RESULT_HP: > > case GL_LIGHT_MODEL_COLOR_CONTROL: > > case GL_DEBUG_NEXT_LOGGED_MESSAGE_LENGTH_ARB: > > +/* case GL_DEBUG_NEXT_LOGGED_MESSAGE_LENGTH:*/ > > case GL_RESET_NOTIFICATION_STRATEGY_ARB: > > + case GL_MAX_DEBUG_GROUP_STACK_DEPTH: > > + case GL_DEBUG_GROUP_STACK_DEPTH: > > + case GL_MAX_LABEL_LENGTH: > > Compiling with mesa 8.0.5 installed I get: > > CC indirect_size_get.lo > /xserver/glx/indirect_size_get.c: In function '__glGetBooleanv_size': > /xserver/glx/indirect_size_get.c:608:10: error: > 'GL_MAX_DEBUG_GROUP_STACK_DEPTH' undeclared (first use in this function) > case GL_MAX_DEBUG_GROUP_STACK_DEPTH: > ^
Bleh. Yeah okay fine. Let's just skip this one for now, it was mostly just there for my benefit so I could distinguish the GetProcAddress changes. -ajax _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
