summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/tgsi
diff options
context:
space:
mode:
authorMichal Krol <michal@tungstengraphics.com>2007-10-29 16:59:57 +0000
committerMichal Krol <michal@tungstengraphics.com>2007-10-29 17:05:38 +0000
commit7de874ec2c7b9e3aff7f81b7e30045b45381fbad (patch)
tree505becc98c6185c4195fd6db3ca88e5df86daaeb /src/mesa/pipe/tgsi
parentee295fccdd0c94cb6b8af4dfb30283e39f548223 (diff)
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.
Diffstat (limited to 'src/mesa/pipe/tgsi')
-rw-r--r--src/mesa/pipe/tgsi/exec/tgsi_exec.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mesa/pipe/tgsi/exec/tgsi_exec.c b/src/mesa/pipe/tgsi/exec/tgsi_exec.c
index 7607ded63a..3494b21599 100644
--- a/src/mesa/pipe/tgsi/exec/tgsi_exec.c
+++ b/src/mesa/pipe/tgsi/exec/tgsi_exec.c
@@ -50,10 +50,10 @@
* Brian Paul
*/
-#include "tgsi_platform.h"
-#include "tgsi_core.h"
+#include "pipe/p_compiler.h"
#include "pipe/p_state.h"
-
+#include "pipe/p_util.h"
+#include "tgsi_core.h"
#define TILE_TOP_LEFT 0
#define TILE_TOP_RIGHT 1