diff options
author | Jakob Bornecrantz <[email protected]> | 2009-08-29 22:02:49 +0100 |
---|---|---|
committer | Jakob Bornecrantz <[email protected]> | 2009-08-31 16:29:57 +0100 |
commit | 4224bda684aaee92d27e09c5545a7094cda0ae76 (patch) | |
tree | 03d0c1ee25cb5db8762f6becbc7a0d011eb41111 /src/gallium/drivers/i915simple/i915_texture.h | |
parent | e1741dbe45ef1f43432457fab088275ecf953d17 (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.h | 11 |
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 7225016a9f4..51a1dd984c8 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 */ |