disable debug
[AROS.git] / workbench / libs / mesa / src / aros / mesa3dgl / mesa3dgl_support.h
blob8ba555c924d0e549c8e817b9167872b1efd96cdd
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 * 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 */