revert 213 commits (to 56092) from the last month. 10 still need work to resolve...
[AROS.git] / workbench / libs / gallium / gallium.conf
blobef341e7aaf4f9cddb3a94fccec83bf69f24e2f89
1 ##begin config
2 version 3.0
3 libbasetype struct GalliumBase
4 ##end config
5 ##begin cdef
6 #include <utility/tagitem.h>
7 #include <graphics/rastport.h>
8 #include <gallium/gallium.h>
9 #include <gallium/pipe/p_state.h>
10 ##end cdef
11 ##begin cdefprivate
12 #include "gallium_intern.h"
13 ##end cdefprivate
14 ##begin functionlist
15 PipeHandle_t CreatePipe(struct TagItem * tags) (A0)
16 .skip 1
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)
20 ##end functionlist