r300g/swtcl: fix provoking vertex
[mesa.git] / src / gallium / drivers / nv50 / nv50_screen.h
index 15bd4eed3994cad8412562b1b812971f03167569..fbf15a75967068dd24f2a7cd0419936bad218b28 100644 (file)
@@ -2,7 +2,8 @@
 #define __NV50_SCREEN_H__
 
 #include "nouveau/nouveau_screen.h"
-#include "nv50_context.h"
+
+struct nv50_context;
 
 struct nv50_screen {
        struct nouveau_screen base;
@@ -19,10 +20,9 @@ struct nv50_screen {
        struct nouveau_bo *constbuf_misc[1];
        struct nouveau_bo *constbuf_parm[PIPE_SHADER_TYPES];
 
-       struct nouveau_resource *immd_heap[1];
-       struct nouveau_resource *parm_heap[PIPE_SHADER_TYPES];
+       struct nouveau_resource *immd_heap;
 
-       struct pipe_buffer *strm_vbuf[16];
+       struct pipe_resource *strm_vbuf[16];
 
        struct nouveau_bo *tic;
        struct nouveau_bo *tsc;