llvmpipe: delete lp_test_*.o files with make clean
[mesa.git] / src / gallium / drivers / nouveau / nouveau_screen.h
index f32ecd0b69bc3593a769752c7758a9ee821f8186..8eacdff035815b64ebafcb7afe8521f86c9782be 100644 (file)
@@ -1,10 +1,17 @@
 #ifndef __NOUVEAU_SCREEN_H__
 #define __NOUVEAU_SCREEN_H__
 
+#include "pipe/p_screen.h"
+
 struct nouveau_screen {
        struct pipe_screen base;
        struct nouveau_device *device;
        struct nouveau_channel *channel;
+
+       /* note that OpenGL doesn't distinguish between these, so
+        * these almost always should be set to the same value */
+       unsigned vertex_buffer_flags;
+       unsigned index_buffer_flags;
 };
 
 static inline struct nouveau_screen *