Make it compile under linux.

Move pipe_region/surface_reference functions to pipe/p_inlines.h.
Remove #include "p_util.h" from pipe/p_context.h.
This commit is contained in:
Michal Krol
2007-10-29 16:59:57 +00:00
parent ee295fccdd
commit 7de874ec2c
13 changed files with 104 additions and 65 deletions

View File

@@ -29,6 +29,7 @@
* Brian Paul
*/
#include "pipe/p_util.h"
#include "sp_context.h"
#include "sp_state.h"
#include "sp_tile_cache.h"