projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3197ad5
)
gallium: remove unnecessary assignment
author
Brian
<brian@i915.localnet.net>
Wed, 27 Feb 2008 22:48:00 +0000
(15:48 -0700)
committer
Brian
<brian@i915.localnet.net>
Wed, 27 Feb 2008 22:48:00 +0000
(15:48 -0700)
src/gallium/drivers/softpipe/sp_texture.c
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/softpipe/sp_texture.c
b/src/gallium/drivers/softpipe/sp_texture.c
index 7c027653135935bb853aa3b5c99a277738f7ee9f..c605ed925b2b6a52dfe8723869d8504cb2368fdb 100644
(file)
--- a/
src/gallium/drivers/softpipe/sp_texture.c
+++ b/
src/gallium/drivers/softpipe/sp_texture.c
@@
-91,7
+91,6
@@
softpipe_texture_create_screen(struct pipe_screen *screen,
spt->base = *templat;
spt->base.refcount = 1;
- spt->base.pipe = NULL;
spt->base.screen = screen;
softpipe_texture_layout(spt);