Use the new name for the IntelGMA HIDD, allowing hardware 3D with that
[AROS.git] / workbench / libs / gallium / gallium.conf
blob8af7992b1e14ac03dee166977ead9260448d514d
1 ##begin config
2 version 2.4
3 libbasetype struct GalliumBase
4 ##end config
5 ##begin cdef
6 #include <utility/tagitem.h>
7 #include <graphics/rastport.h>
8 #include <gallium/pipe/p_state.h>
9 ##end cdef
10 ##begin cdefprivate
11 #include "gallium_intern.h"
12 ##end cdefprivate
13 ##begin functionlist
14 struct pipe_screen * CreatePipeScreen(struct TagItem * tags) (A0)
15 void DestroyPipeScreen(struct pipe_screen * screen) (A0)
16 void BltPipeSurfaceRastPort(struct pipe_surface * srcPipeSurface, LONG xSrc, LONG ySrc, struct RastPort * destRP, LONG xDest, LONG yDest, LONG xSize, LONG ySize) (A0, D0, D1, A1, D2, D3, D4, D5)
17 void BltPipeResourceRastPort(struct pipe_resource * srcPipeResource, LONG xSrc, LONG ySrc, struct RastPort * destRP, LONG xDest, LONG yDest, LONG xSize, LONG ySize) (A0, D0, D1, A1, D2, D3, D4, D5)
18 ##end functionlist