add place-holder directory for the a3000 wd533c93 scsi controller implementation.
[AROS.git] / workbench / libs / mesa / mesa3dgl_support.h
blob76cc32962e4450a144ae9bf7a3270822d40e4151
1 /*
2 Copyright 2009-2019, 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 */