Merge branch '7.8'
[mesa.git] / src / gallium / drivers / nv50 / nv50_screen.h
index 15bd4eed3994cad8412562b1b812971f03167569..40ebbee72e2e48e795e0de3e983a7d92dd1a7c2c 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;
@@ -22,7 +23,7 @@ struct nv50_screen {
        struct nouveau_resource *immd_heap[1];
        struct nouveau_resource *parm_heap[PIPE_SHADER_TYPES];
 
-       struct pipe_buffer *strm_vbuf[16];
+       struct pipe_resource *strm_vbuf[16];
 
        struct nouveau_bo *tic;
        struct nouveau_bo *tsc;