summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300/r300_transfer.h
diff options
context:
space:
mode:
authorMarek Olšák <maraeo@gmail.com>2010-06-02 03:49:43 +0200
committerMarek Olšák <maraeo@gmail.com>2010-06-02 04:59:00 +0200
commitae3063066cb209efd07413f125bb86108906b033 (patch)
tree8419128876a9d613e491b0db90da6b6372641e81 /src/gallium/drivers/r300/r300_transfer.h
parentd614541d5235858262c71899fd90b76a1c4dc9e8 (diff)
r300g: make texture transfers more pipelined
Mostly based on Michel Dänzer's patch.
Diffstat (limited to 'src/gallium/drivers/r300/r300_transfer.h')
-rw-r--r--src/gallium/drivers/r300/r300_transfer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/r300/r300_transfer.h b/src/gallium/drivers/r300/r300_transfer.h
index d72e54e5ed..0d32a68d1f 100644
--- a/src/gallium/drivers/r300/r300_transfer.h
+++ b/src/gallium/drivers/r300/r300_transfer.h
@@ -24,7 +24,7 @@
#ifndef R300_TRANSFER
#define R300_TRANSFER
-#include "pipe/p_screen.h"
+#include "pipe/p_context.h"
struct r300_context;