summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/softpipe/sp_tex_tile_cache.h
diff options
context:
space:
mode:
authorKeith Whitwell <keithw@vmware.com>2009-09-24 16:49:27 +0100
committerKeith Whitwell <keithw@vmware.com>2009-09-24 16:49:27 +0100
commitd3beaf2f32044b36e2ffaf27679ddd1e5115df3f (patch)
treef90423804cc6f69db7352f8b34a43f0710d1f20c /src/gallium/drivers/softpipe/sp_tex_tile_cache.h
parentfca7f384418fa6e353d41b2e05117e0553526053 (diff)
softpipe: fix compiler warnings
Diffstat (limited to 'src/gallium/drivers/softpipe/sp_tex_tile_cache.h')
-rw-r--r--src/gallium/drivers/softpipe/sp_tex_tile_cache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/softpipe/sp_tex_tile_cache.h b/src/gallium/drivers/softpipe/sp_tex_tile_cache.h
index 04e65ce220..ac6886a3df 100644
--- a/src/gallium/drivers/softpipe/sp_tex_tile_cache.h
+++ b/src/gallium/drivers/softpipe/sp_tex_tile_cache.h
@@ -116,7 +116,7 @@ extern const struct softpipe_tex_cached_tile *
sp_find_cached_tile_tex(struct softpipe_tex_tile_cache *tc,
union tex_tile_address addr );
-static INLINE const union tex_tile_address
+static INLINE union tex_tile_address
tex_tile_address( unsigned x,
unsigned y,
unsigned z,