summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/i915simple/i915_texture.h
diff options
context:
space:
mode:
authorJakob Bornecrantz <wallbraker@gmail.com>2009-08-29 22:02:49 +0100
committerJakob Bornecrantz <wallbraker@gmail.com>2009-08-31 16:29:57 +0100
commit4224bda684aaee92d27e09c5545a7094cda0ae76 (patch)
tree03d0c1ee25cb5db8762f6becbc7a0d011eb41111 /src/gallium/drivers/i915simple/i915_texture.h
parente1741dbe45ef1f43432457fab088275ecf953d17 (diff)
i915g: Cleanup texture init functions a bit
Diffstat (limited to 'src/gallium/drivers/i915simple/i915_texture.h')
-rw-r--r--src/gallium/drivers/i915simple/i915_texture.h11
1 files changed, 2 insertions, 9 deletions
diff --git a/src/gallium/drivers/i915simple/i915_texture.h b/src/gallium/drivers/i915simple/i915_texture.h
index 7225016a9f..51a1dd984c 100644
--- a/src/gallium/drivers/i915simple/i915_texture.h
+++ b/src/gallium/drivers/i915simple/i915_texture.h
@@ -28,16 +28,9 @@
#ifndef I915_TEXTURE_H
#define I915_TEXTURE_H
-struct i915_context;
-struct pipe_screen;
-
+struct i915_screen;
extern void
-i915_init_texture_functions(struct i915_context *i915);
-
-
-extern void
-i915_init_screen_texture_functions(struct pipe_screen *screen);
-
+i915_init_screen_texture_functions(struct i915_screen *is);
#endif /* I915_TEXTURE_H */