3 libbasetype struct GalliumBase
6 #include <utility/tagitem.h>
7 #include <graphics/rastport.h>
8 #include <gallium/gallium.h>
9 #include <gallium/pipe/p_state.h>
12 #include "gallium_intern.h"
15 PipeHandle_t CreatePipe(struct TagItem * tags) (A0)
17 PipeScreen_t CreatePipeScreen(PipeHandle_t pipe) (A0)
18 void DestroyPipeScreen(PipeHandle_t pipe, PipeScreen_t screen) (A0, A1)
19 void BltPipeResourceRastPort(PipeHandle_t srcPipe, APTR srcPipeResource, LONG xSrc, LONG ySrc, struct RastPort * destRP, LONG xDest, LONG yDest, LONG xSize, LONG ySize) (A0, A1, D0, D1, A2, D2, D3, D4, D5)