Merge Jose's documentation and core Mesa changes from embedded branch

This commit is contained in:
Keith Whitwell
2003-07-17 13:43:59 +00:00
parent 44c699949a
commit 6dc8557500
104 changed files with 7633 additions and 3760 deletions

View File

@@ -22,6 +22,7 @@
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
#include "glheader.h"
#include "imports.h"
#include "context.h"
@@ -426,3 +427,10 @@ _mesa_make_extension_string( GLcontext *ctx )
return s;
}
void
_mesa_extensions_dtr( GLcontext *ctx )
{
if (ctx->Extensions.String)
FREE((void *) ctx->Extensions.String);
}