> Hmmm, I'd really rather not special-case the extension code for this one
> thing.
Isn't it possible to accomplish this by commenting out the following
line from extensions.c:
+ { OFF, "GL_ARB_fragment_coord_conventions",
F(ARB_fragment_coord_conventions) },Then swrast and Gallium can set ARB_fragment_coord_conventions to true, and, once the GLSL part is done, the line can be uncommented to actually expose the extension. ------------------------------------------------------------------------------ The Planet: dedicated and managed hosting, cloud storage, colocation Stay online with enterprise data centers and the best network in the business Choose flexible plans and management services without long-term contracts Personal 24x7 support from experience hosting pros just a phone call away. http://p.sf.net/sfu/theplanet-com _______________________________________________ Mesa3d-dev mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mesa3d-dev
