make directory name inline with other tests
[AROS.git] / workbench / libs / mesa / src / gallium / state_trackers / arosmesa / arosmesa_funcs_gallium.h
blobfa2342abcc04e61e0edc0becb67793d28f36ed16
1 /*
2 Copyright 2009-2014, The AROS Development Team. All rights reserved.
3 $Id$
4 */
6 #ifndef AROSMESA_FUNCS_GALLIUM_H
7 #define AROSMESA_FUNCS_GALLIUM_H
9 #include "arosmesa_types.h"
11 BOOL AROSMesaFillVisual(struct st_visual * stvis, struct pipe_screen * screen, GLint bpp, struct TagItem *tagList);
12 struct arosmesa_framebuffer * AROSMesaNewFrameBuffer(struct arosmesa_context * amesa, struct st_visual * stvis);
13 VOID AROSMesaFreeFrameBuffer(struct arosmesa_framebuffer * framebuffer);
14 VOID AROSMesaCheckAndUpdateBufferSize(struct arosmesa_context * amesa);
15 struct st_manager * AROSMesaNewStManager();
16 VOID AROSMesaFreeStManager(struct st_manager * stmanager);
17 #endif