make directory name inline with other tests
[AROS.git] / workbench / libs / mesa / src / gallium / state_trackers / arosmesa / arosmesa_funcs.h
blob22b692af65a5dc577e5503231fbfdd7fa08ca6ba
1 /*
2 Copyright 2009-2014, The AROS Development Team. All rights reserved.
3 $Id$
4 */
6 #ifndef AROSMESA_FUNCS_H
7 #define AROSMESA_FUNCS_H
9 #include AROSMESA_TYPES
11 VOID AROSMesaSelectRastPort(struct arosmesa_context * amesa, struct TagItem * tagList);
12 BOOL AROSMesaStandardInit(struct arosmesa_context * amesa, struct TagItem *tagList);
13 VOID AROSMesaRecalculateBufferWidthHeight(struct arosmesa_context * amesa);
14 VOID AROSMesaFreeContext(struct arosmesa_context * amesa);
15 #endif