aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/intel/intel_fbo.c
diff options
context:
space:
mode:
authorEric Anholt <[email protected]>2011-06-09 10:07:56 -0700
committerEric Anholt <[email protected]>2011-06-14 11:17:39 -0700
commit9c5fdbb721147f7304faaa8960f5b64e25a8f673 (patch)
tree681eac7e492dc4013de01f31ffe517302ce4f9f3 /src/mesa/drivers/dri/intel/intel_fbo.c
parent9a523a48af05118424714f0a34ca3dda6861186a (diff)
intel: Use the gl_format to get the base_format for miptree create.
One less argument to this insanely long function call.
Diffstat (limited to 'src/mesa/drivers/dri/intel/intel_fbo.c')
-rw-r--r--src/mesa/drivers/dri/intel/intel_fbo.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/intel/intel_fbo.c b/src/mesa/drivers/dri/intel/intel_fbo.c
index 97a61a58cb6..02f40f51dfc 100644
--- a/src/mesa/drivers/dri/intel/intel_fbo.c
+++ b/src/mesa/drivers/dri/intel/intel_fbo.c
@@ -642,7 +642,6 @@ intel_render_texture(struct gl_context * ctx,
new_mt = intel_miptree_create(intel, image->TexObject->Target,
intel_image->base.TexFormat,
- intel_image->base._BaseFormat,
intel_image->level,
intel_image->level,
intel_image->base.Width,