summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/xorg/xorg_exa.c
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2010-05-03 17:28:32 -0600
committerBrian Paul <brianp@vmware.com>2010-05-03 17:28:32 -0600
commit8b0c217f2bc123bffd25cc4977d6abb1b3fa8186 (patch)
treed93fa0fc19b7b582570fd83f85fcf84090a7a041 /src/gallium/state_trackers/xorg/xorg_exa.c
parent6c8c88f02f0dc9cf39ce51d068525a94fccd5dc7 (diff)
gallium: move surface utility functions into u_surface.c
This is a better place than in u_rect.c
Diffstat (limited to 'src/gallium/state_trackers/xorg/xorg_exa.c')
-rw-r--r--src/gallium/state_trackers/xorg/xorg_exa.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/state_trackers/xorg/xorg_exa.c b/src/gallium/state_trackers/xorg/xorg_exa.c
index d5a1be8174..65be8c332a 100644
--- a/src/gallium/state_trackers/xorg/xorg_exa.c
+++ b/src/gallium/state_trackers/xorg/xorg_exa.c
@@ -46,6 +46,7 @@
#include "util/u_math.h"
#include "util/u_debug.h"
#include "util/u_format.h"
+#include "util/u_surface.h"
#define DEBUG_PRINT 0
#define ROUND_UP_TEXTURES 1