freedreno/a3xx: shadow sampler support
[mesa.git] / src / gallium / drivers / noop / noop_public.h
index 8ce82bec698a13a75dbd6fdc6bc08521ff15573d..180ea597fab10bc6c4002f00584dd9bb617161ca 100644 (file)
@@ -23,8 +23,7 @@
 #ifndef NOOP_PUBLIC_H
 #define NOOP_PUBLIC_H
 
-struct sw_winsys;
-
-struct pipe_screen *noop_screen_create(struct sw_winsys *winsys);
+struct pipe_screen;
+struct pipe_screen *noop_screen_create(struct pipe_screen *screen);
 
 #endif