Merge Jose's documentation and core Mesa changes from embedded branch
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user