Merge branch '7.8'
[mesa.git] / src / gallium / drivers / r300 / r300_screen.h
index 159805840d900ce3d3ba586135990597dd731226..70ea2fe8d921e12c20c08a99637f1b81251f547c 100644 (file)
@@ -69,6 +69,9 @@ static INLINE struct r300_screen* r300_screen(struct pipe_screen* screen) {
 #define DBG_TEX     0x0000020
 #define DBG_FALL    0x0000040
 #define DBG_ANISOHQ 0x0000080
+#define DBG_NO_TILING 0x0000100
+#define DBG_NO_IMMD 0x0000200
+#define DBG_STATS   0x0000400
 /*@}*/
 
 static INLINE boolean SCREEN_DBG_ON(struct r300_screen * screen, unsigned flags)
@@ -89,5 +92,6 @@ static INLINE void SCREEN_DBG(struct r300_screen * screen, unsigned flags,
 
 void r300_init_debug(struct r300_screen* ctx);
 
-#endif /* R300_SCREEN_H */
+void r300_init_screen_resource_functions(struct r300_screen *r300screen);
 
+#endif /* R300_SCREEN_H */