gallium: make p_winsys internal

move it to pipe/internal/p_winsys_screen.h and start converting
the state trackers to the screen usage
This commit is contained in:
Zack Rusin
2009-01-30 15:56:00 -05:00
parent 3cfaccf92a
commit adfbba476d
113 changed files with 272 additions and 258 deletions

View File

@@ -26,7 +26,7 @@
**************************************************************************/
#include "pipe/p_winsys.h"
#include "pipe/p_screen.h"
#include "pipe/p_context.h"
#include "pipe/p_shader_tokens.h"
#include "pipe/p_inlines.h"