| @@ -606,7 +606,7 @@ xmesa_get_pipe_winsys_aub(struct xmesa_visual *xm_vis) | |||
| } | |||
| struct pipe_winsys * | |||
| static struct pipe_winsys * | |||
| xmesa_get_pipe_winsys(struct xmesa_visual *xm_vis) | |||
| { | |||
| static struct xmesa_pipe_winsys *ws = NULL; | |||
| @@ -32,12 +32,14 @@ | |||
| */ | |||
| #include "main/macros.h" | |||
| #include "st_context.h" | |||
| #include "st_atom.h" | |||
| #include "st_program.h" | |||
| #include "pipe/p_context.h" | |||
| #include "pipe/p_defines.h" | |||
| #include "pipe/p_util.h" | |||
| #include "cso_cache/cso_context.h" | |||