Am Saturday 01 August 2009 03:08:42 schrieb Ben Holmes: > > From: [email protected] > > To: [email protected] > > Subject: Re: [Mesa3d-dev] [PATCH] added provoking-vertex test. > > Date: Fri, 31 Jul 2009 21:50:09 +0200 > > CC: [email protected] > > > > Hi! > > > > I apologize for the slow reply. This looks fine, except for one thing: > > > > Am Wednesday 22 July 2009 00:20:25 schrieb Ben Holmes: > > > +static void > > > +Init() > > > +{ > > > + > > > + glewInit(); > > > + //piglit_require_extension("GL_EXT_provoking_vertex"); > > > + pglProvokingVertexEXT = (PFNGLPROVOKINGVERTEXEXTPROC) > > > + glutGetProcAddress("glProvokingVertexEXT"); > > > > Why is the extension check commented out? Does it not work properly? > > GL_EXT_provoking_vertex is not support yet by glew. So no it does not work > properly. When the extension is added to glew the test should be updated to > require the extensions again.
piglit_require_extension doesn't rely on glew; it uses glutExtensionSupported which, as far as I know, is simply string based and should therefore work correctly. cu, Nicolai ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Mesa3d-dev mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mesa3d-dev
