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_context.c | |
parent | e1741dbe45ef1f43432457fab088275ecf953d17 (diff) |
i915g: Cleanup texture init functions a bit
Diffstat (limited to 'src/gallium/drivers/i915simple/i915_context.c')
-rw-r--r-- | src/gallium/drivers/i915simple/i915_context.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/i915simple/i915_context.c b/src/gallium/drivers/i915simple/i915_context.c index 132ed31f38e..b77a831ca0b 100644 --- a/src/gallium/drivers/i915simple/i915_context.c +++ b/src/gallium/drivers/i915simple/i915_context.c @@ -209,7 +209,6 @@ struct pipe_context *i915_create_context( struct pipe_screen *screen, i915_init_surface_functions(i915); i915_init_state_functions(i915); i915_init_flush_functions(i915); - i915_init_texture_functions(i915); draw_install_aaline_stage(i915->draw, &i915->base); draw_install_aapoint_stage(i915->draw, &i915->base); |