commit | ae0eaf93e092ac8e8b1c98f3e986de96940663fa | [log] [tgz] |
---|---|---|
author | Keith Whitwell <keith@tungstengraphics.com> | Mon Nov 24 15:23:18 2003 +0000 |
committer | Keith Whitwell <keith@tungstengraphics.com> | Mon Nov 24 15:23:18 2003 +0000 |
tree | 56aae7c4b985f657384df5e088227c4dd08130fb | |
parent | 57c9814b9e87924696df4c741861c29d4236d1eb [diff] [blame] |
Merge vtx-0-2-branch
diff --git a/src/mesa/main/api_arrayelt.c b/src/mesa/main/api_arrayelt.c index e453371..68e263e 100644 --- a/src/mesa/main/api_arrayelt.c +++ b/src/mesa/main/api_arrayelt.c
@@ -250,6 +250,9 @@ GLboolean _ae_create_context( GLcontext *ctx ) { + if (ctx->aelt_context) + return GL_TRUE; + ctx->aelt_context = MALLOC( sizeof(AEcontext) ); if (!ctx->aelt_context) return GL_FALSE;