projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
80a9b5e
)
gallium/i915: remove unneeded assignment
author
Brian
<brian@i915.localnet.net>
Wed, 27 Feb 2008 22:45:41 +0000
(15:45 -0700)
committer
Brian
<brian@i915.localnet.net>
Wed, 27 Feb 2008 22:45:41 +0000
(15:45 -0700)
src/gallium/drivers/i915simple/i915_texture.c
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/i915simple/i915_texture.c
b/src/gallium/drivers/i915simple/i915_texture.c
index 9cdf3418a967f55bb644d5b4676d843164caa133..ef5adff550e29519a301c090df8428a08828ca33 100644
(file)
--- a/
src/gallium/drivers/i915simple/i915_texture.c
+++ b/
src/gallium/drivers/i915simple/i915_texture.c
@@
-491,7
+491,6
@@
i915_texture_create_screen(struct pipe_screen *screen,
tex->base = *templat;
tex->base.refcount = 1;
- tex->base.pipe = NULL;
tex->base.screen = screen;
if (i915screen->is_i945 ? i945_miptree_layout(tex) :