finish transitioning from arosmesa -> mesa3dgl.library
[AROS.git] / workbench / libs / mesa / src / aros / arosmesa / mesa3dgl_support.h
blob8ed512c22b067285df158827300386b9a98376a5
1 /*
2 Copyright 2009-2015, The AROS Development Team. All rights reserved.
3 $Id$
4 */
6 #ifndef MESA3DGL_SUPPORT_H
7 #define MESA3DGL_SUPPORT_H
9 #include "mesa3dgl_types.h"
11 VOID MESA3DGLSelectRastPort(struct mesa3dgl_context * amesa, struct TagItem * tagList);
12 BOOL MESA3DGLStandardInit(struct mesa3dgl_context * amesa, struct TagItem *tagList);
13 VOID MESA3DGLRecalculateBufferWidthHeight(struct mesa3dgl_context * amesa);
14 VOID MESA3DGLFreeContext(struct mesa3dgl_context * amesa);
16 #endif /* MESA3DGL_SUPPORT_H */