2 Copyright 2009-2015, The AROS Development Team. All rights reserved.
6 #ifndef MESA3DGL_SUPPORT_H
7 #define MESA3DGL_SUPPORT_H
9 #include "mesa3dgl_types.h"
11 VOID
MESA3DGLSelectRastPort(struct mesa3dgl_context
* ctx
, struct TagItem
* tagList
);
12 BOOL
MESA3DGLStandardInit(struct mesa3dgl_context
* ctx
, struct TagItem
*tagList
);
13 VOID
MESA3DGLRecalculateBufferWidthHeight(struct mesa3dgl_context
* ctx
);
14 VOID
MESA3DGLFreeContext(struct mesa3dgl_context
* ctx
);
16 #endif /* MESA3DGL_SUPPORT_H */