gallium: fix llvmpipe after winsys move

This commit is contained in:
Keith Whitwell
2010-03-04 16:23:05 +00:00
parent 94ce4eb3c2
commit 23e951d0da
7 changed files with 12 additions and 6 deletions

View File

@@ -34,12 +34,13 @@
#include "lp_texture.h"
#include "lp_buffer.h"
#include "lp_fence.h"
#include "lp_winsys.h"
#include "lp_jit.h"
#include "lp_screen.h"
#include "lp_context.h"
#include "lp_debug.h"
#include "state_tracker/sw_winsys.h"
#ifdef DEBUG
int LP_DEBUG = 0;